Replies: 3 comments 4 replies
|
Hey guys, I met the same problem as you, have you solved this problem? |
0 replies
|
This problem was never solved. |
4 replies
|
Thanks. I will look into that if we ever use this simulator in the future. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Background is that I completed:
I sought to create a custom map for Carla by moving the files created in #2 to C:\Carla\Import and executing:
make importThis failed with popup error message:
...Plugins\Carla\Binaries\Win64\UE4Editor.Carla.dll" File C:\carla\LibCarla\source\carla\road\MapBuilder.cpp Line 746 Expression: next_lane != nullptr ....I tried again, but this time using the vendor provided ".xodr" file instead of the one exported from RoadRunner.
make import ARGS="--package=t03"This failed with popup error message:
...Plugins\Carla\Binaries\Win64\UE4Editor.Carla.dll" File C:\carla\LibCarla\source\carla\road\MapBuilder.cpp Line 625 Expression: section != nullptr ....I am not familiar with the Carla source code, but am familiar with C and python. Are the above messages indicating that these ".xodr" files are not complaint with Carla requirements? If so, are the Carla requirements for xodr files documented anywhere?
Thanks
Pete VW
All reactions