Replies: 1 comment
-
Get the world snapshot. |
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
-
Hi All,
I'm trying to get the acceleration and velocity profiles of multiple self-interacting cars (simulated on autopilot, for instance). As result, I would like to obtain a log file with timestamp, id_vehicle, accelerations and velocity value. However I'm struggling to find an efficient and simple solution
In my last attempt, I've started from the
generate_traffic.py
example, but I've not found an easy way to incorporate theimu_sensor
for the npcs. Another possibility is to use theautomatic_control.py
example and create multiple vehicles, but I'm not sure it's the right way to proceed.Do you have any idea on how can I approach the problem?
many thanks!
Beta Was this translation helpful? Give feedback.
All reactions