You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: The reason for this was found in the coordinate_transformation.py file. The calculation there is built on reference coordinates that seem to be the map origin (0, 0, 0). For Town 12 the reference coordinates were set to different values, what produced wrong coordinates in the new leaderboard.
Now the calculated coordinates are calculated correctly and a trajectory is created.
However the car still doesn't follow the trajectory and steers onto the sidewalk where it gets stuck. Next step is to compare the new trajectory to the old one to verify if the issue is located in the calculation of the trajectory or in the acting components
Current Behavior
After update to Leaderboard 2.0 in #37 the agent doesnt start to drive.
Apparantly the start routine is not executed.
Expected Behavior
How to reproduce the issue
37-bug-update-docker-image-for-carla-simulator-to-fix-build-process
b5 install
andb5 run
The text was updated successfully, but these errors were encountered: