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

Carla World crashes when applying road friction #957

Open
inv-adityamanoj opened this issue Dec 23, 2022 · 0 comments
Open

Carla World crashes when applying road friction #957

inv-adityamanoj opened this issue Dec 23, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@inv-adityamanoj
Copy link

Hi,

while creating a new scenario that integrates all the NHTSA-Pre crash typology as shown in Carla Leaderboard website, Carla world crashes when we implement control loss by using ChangeRoadFriction as specified in atomic behavior.

This is strange because when we push this particular scenario towards the beginning or to the end of the code the server crashes.

This is the error we receive after crash :
Screenshot from 2022-12-19 10-46-31

This is the code snippet that causes the crash:

    sequence.add_child(ChangeRoadFriction(0.0))
    sequence.add_child(TimeOut(4))
    sequence.add_child(ChangeRoadFriction(10.0))

OS version : Ubuntu 18.04.6
Carla version : 0.9.13
Memory : 15.6 GiB
Processor : Intel® Core™ i5-10400 CPU @ 2.90GHZ x 12
Graphics : NVIDIA GeForce RTX 3060/PCIe/SSE2

@inv-adityamanoj inv-adityamanoj added the bug Something isn't working label Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants