Skip to content
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

Crash on 0.8.4 #590

Closed
felipecode opened this issue Jul 16, 2018 · 5 comments
Closed

Crash on 0.8.4 #590

felipecode opened this issue Jul 16, 2018 · 5 comments
Assignees
Labels

Comments

@felipecode
Copy link
Contributor

felipecode commented Jul 16, 2018

related to #513

Specs:

I ran CARLA 0.8.4
Connected a client with python3
It crashed in less than 72 hours.
The number of pedestrians is 200.
Number of vehicles 0
The Bikes were not disabled but there were no vehicles
I am attaching the logs

CarlaUE4.log

@nsubiron
Copy link
Collaborator

[2018.07.14-02.07.23:428][162]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=-368.000 Y=25136.000 Z=127.000] for [YamahaBp_C]
[2018.07.14-02.07.23:464][162]LogCarla: Starting the timer to spawn the other -1 vehicles, one per 3.000000 seconds

Nice, so it first spawns 1 vehicle then spawns -1 vehicle, seems optimal to me 😄

This seems like an issue of the vehicle spawner that it actually tried to spawn a motorbike. I'll take a look.

@nsubiron
Copy link
Collaborator

I'm not able to reproduce. I also noticed that in the last episode you actually requested 20 vehicles.

@felipecode
Copy link
Contributor Author

I don't know how that would happen. I don't change the configuration file.
I noticed that the last episode was run with something like a default configuration.
20 vehicles, 30 pedestrians, weather 1

Anyway
I tried again also disabling the bikes. I haven't seen the crash in 24 hours.
I am still having some weird connection problems. But this could be on my side.
I will retry with version 0.8.2

Thanks.

@felipecode
Copy link
Contributor Author

So, conclusion.
You should set the flag:
conditions.set(DisableTwoWheeledVehicles=True)
Without this flag, it seems CARLA can crash even without vehicles..

@nsubiron
Copy link
Collaborator

Still worth noticing that there is a bug in the current vehicle spawner. We are not fixing it for now as the vehicle spawner is most probably going to disappear in the 0.9.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants