Closed kino3 closed 3 years ago
Hi, this is a CARLA issue (see that the error occurs in the LocalPlanner of CARLA. I will move the issue to CARLA directly.
This seems to be related to the OpenDRIVE map, not being properly generated.
By using the controller, the local planner calculates the waypoints using the opendrive map, and as it has some unconnected roads, the local planner fails with IndexError.
However, by using AssignRouteAction, you are just manually setting those waypoints, so no calculus in being done.
I'd recommend you make sure that the road you are at is connected to the next
@glopezdiest Thank you for your comments. I will re-check the road connection.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug I'm trying to play the following OpenSCENARIO (
sample.xosc
) which describes intersection (X-Junction-sample.xodr
). The ego vehicle goes straight and the other vehicle turns left according to the waypoints in the OpenScenario. scenario.zipHowever, the ego vehicle suddenly vanished since it cannot find next waypoints (I suppose).
Addtional context
AssignRouteAction
in thesample.xosc
, which is commented out Line 125-151). I hope the ego vehicle moves without such an additional action.Desktop (please complete the following information):