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
It generated a file named demo7.xodr and I tried to import it into carla. It shows error like "next_lane != nullptr". Then I preview it by online OpenDrive Viewerhttps://odrviewer.io/ and compared with its example road network. I found that the road lacks sucessor/predecessor with linked road. Or the connections between two roads by DirectJunctionCreator failed.
Maybe I ignore the step and have another code to fix it.
The text was updated successfully, but these errors were encountered:
I tried code example in user documentation and run locally with version 0.14.3.
It generated a file named
demo7.xodr
and I tried to import it into carla. It shows error like "next_lane != nullptr". Then I preview it by online OpenDrive Viewerhttps://odrviewer.io/
and compared with its example road network. I found that the road lacks sucessor/predecessor with linked road. Or the connections between two roads byDirectJunctionCreator
failed.Maybe I ignore the step and have another code to fix it.
The text was updated successfully, but these errors were encountered: