Changing the simulation time step #4378
Unanswered
Chandan-Bharadwaj
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Can you share the full code you are using to set the timestep? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I would like to know how to set the timesteps correctly in carla. we have a csv file running in 0.1 sec discrete timesteps and we would like to set the velocity of the vehicle as per the inputs from the csv file.
We have tried changing the "settings.fixed_delta_seconds" as per the documentation: https://carla.readthedocs.io/en/latest/adv_synchrony_timestep/#simulation-time-step
but there is no effect of that in our case.
is there any other way forward ?
Also, please suggest us an easy way to verify that the time step is set correctly.
Beta Was this translation helpful? Give feedback.
All reactions