Confused about Calculating time of Vizard Simulation #391
KetanKamat-5
started this conversation in
General
Replies: 1 comment
-
In Vizard you can see the protobuffer message content for each frame displayed by going to the View menu and opening up that panel. There you can see what simulation time is provided to Vizard. Further, the time steps shown are controlled by how often |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm having trouble correlating SimulationTime and how long a Vizard simulation takes.
For example, when I run the example script scenarioBasicOrbit.py the simulationTime set in the code is
4371.38747990954 [s] = 4371387479910 [ns].
However, the Vizard simulation takes 1 minute and 9 seconds to complete in Vizard.
I would appreciate it if someone could give me guidance on how to calculate the Vizard simulation time from the time specified in the code.
Beta Was this translation helpful? Give feedback.
All reactions