-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scenrio_runner crashes server on CARLA 0.9.12 #839
Comments
Hey @MaddysonBlaze, could you provide the exact commands you are using to encounter this error.? And is this happening immediately or after a while? Debugging server issues with packages is next to impossible so any information you can provide will be appreciated |
Hi, I get the same error when I try to run FollowLeadingVehicle_1. It works when I set my custom map as scenario town, so it seems to be a map-related issue? |
Any updates here? |
For me the scenario runner works perfectly since updating to 0.9.13. |
Do you try to run Carla iteratively? |
Also, have the same problem. I was successfully running leaderboard-1.0 with and Carla_0.9.10.1 with leaderboard branch of CARLA scenario_runner. I moved to Carla_0.9.13. I started seeing this crash right after first scenario is evaluated. |
Exactly what I met. I use scenario_runner to run a scenario iteratively in order to get fitness function value in GA. The carla server will crash with signal 6 after several times run. |
I have been trying to run a simulation on using OpenScenario files and scenario runner. Please find my local setup details below.
CARLA version: 0.9.12 precompiled version and source build version
Platform/OS: Ubuntu 18.04 LTS
GPU : NVIDEA GeFORCE RTX 3070
Graphics driver : Nvidia driver version : 495.44
Scenario Runner version : 0.9.12_RSS
Problem you have experienced:
I get the below console output when i run scenario_runner.py script
And the carla server crashes with the console output as shown below
Steps to reproduce:
run carla server using the command
./CarlaUE4.sh
run scenario_runner.py using the command
python scenario_runner.py --openscenario /path/to/xosc/file
I tried launching Carla server with vulkan attribute as well :
./CarlaUE4.sh -vulkan
But i get the same error with this as well.
Please let me know if any further details are needed.
The text was updated successfully, but these errors were encountered: