Open dbarrita opened 2 weeks ago
Can you provide both XODR files (with and without height) so we can try to reproduce the issue? Can you also try running these in the built in Newtonian simulator to see if there is different behavior between the two maps independent of Carla?
Can you provide both XODR files (with and without height) so we can try to reproduce the issue? Can you also try running these in the built in Newtonian simulator to see if there is different behavior between the two maps independent of Carla?
Hi, of course these are the files: xodrFiles.zip I'll try the Newtonian simulator as you suggested and let you know what happens. Thanks!
Can you provide both XODR files (with and without height) so we can try to reproduce the issue? Can you also try running these in the built in Newtonian simulator to see if there is different behavior between the two maps independent of Carla?
Hi, of course these are the files: xodrFiles.zip I'll try the Newtonian simulator as you suggested and let you know what happens. Thanks!
I have used the Newtonian simulator with the following command for the both xodr files: $ scenic --2d my_scene.scenic --simulate --model scenic.simulators.newtonian.driving_model -b The car doesn't follow the lanes properly in either case. I also tried pulling the main branch, but the problem remains.
System Details
Python 3.8.10 Scenic 3.0.0 Ubuntu 20.04 CARLA 0.9.13
Detailed Description
The behavior FollowLaneBehavior doesn't have a good result if the CARLA level has been created with roads with height. With the command: $ scenic --2d my_scene.scenic --simulate -b The result is shown in the following video:
https://github.com/user-attachments/assets/ef7dc709-c099-406f-b496-b689d9322872
This world have been created from an xodr with road with height and and a fbx of the road using the import script of CARLA. I have created another world with the same steps but without height in the xodr file and this bug doesn't happen.
Steps To Reproduce
Issue Submission Checklist