way to check real time simulation again

Typically: "How do I... ", "How can I... " questions
Post Reply
SitStudent
Posts: 23
Joined: 05 May 2020, 12:07

way to check real time simulation again

Post by SitStudent »

Hi, I simulate with remote API on real time.
Simulation doesn't have any problem but, I can't see same simulation again.
I want to check same simulation result again and again like recording including data.
I save data required to simulation in csv.

Is there any way ?

fferri
Posts: 1229
Joined: 09 Sep 2013, 19:28

Re: way to check real time simulation again

Post by fferri »

You can use the glTF animation exporter which would export all the 3D content and its poses over time. Just enable the addon before running your simulation.

SitStudent
Posts: 23
Joined: 05 May 2020, 12:07

Re: way to check real time simulation again

Post by SitStudent »

Is that way for only seeing motion of simulation?
I want to simulate same thing again on VREP .

Is this impossible?

coppelia
Site Admin
Posts: 10375
Joined: 14 Dec 2012, 00:25

Re: way to check real time simulation again

Post by coppelia »

Hello,

depending on the type of simulation, how you connect to it, etc., a second simulation run will not execute in the exact same way as the first time (e.g. when your external client misses a simulation step to send/receive data, etc.). The best option you have would be to record all object positions/orientations and review that data later on. On, you can have a look at the playback tool available in Models/tools/playback too.ttm

Cheers

Post Reply