Running same Carla Scenario code in different GPU machines has different sort of behavior #7802
Unanswered
Revathyrsthee
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Enabled the synchronous mode and set the fixed_delta_seconds in Carla Scenario code as shown below.
settings.fixed_delta_seconds = 0.08
settings.synchronous_mode = True
Ran the same Carla Scenario code in two different GPU machines and found out that in one GPU machine it's working fine and in other it's not. What may be the issue for this sort of behavior?
Beta Was this translation helpful? Give feedback.
All reactions