Open zhaoyongqi2022 opened 2 years ago
did you solve it yet? I met this problem too
No, the problem is still there. But I guess the reason could be that the OpenDRIVE file is too big too run. Just try to delete a part of it and retry the process.
老兄,按照你这个猜想,最终解决问题了吗?
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.
CARLA version: 0.9.13 Platform/OS: Ubuntu 18.04 Problem you have experienced:
I was trying to load OpenDRIVE file standalone with the command "python3 config.py -x opendrive/TownBig.xodr". I have successfully visualized the example file "TownBid.xodr". However, when I was trying to load my OpenDRIVE file which was purchased from a company, the following errors appeared:
LowLevelFatalError [File:Unknown] [Line: 136] Exception thrown: s_position >= 0.0 Signal 11 caught. Malloc Size=65538 LargeMemoryPoolOffset=65554 CommonUnixCrashHandler: Signal=11 Malloc Size=131160 LargeMemoryPoolOffset=196744 Malloc Size=131160 LargeMemoryPoolOffset=327928 Engine crash handling finished; re-raising signal 11 for the default handler. Good bye. Segmentation fault
What could be the reason for that? Thanks in advanced!