question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not able to run scenario

See original GitHub issue

@deepakreddy63

When I am trying to run the follow vehicle scenario using the command :

python3 scenario_runner.py --reloadWorld --scenario FollowLeadingVehicle_1

and manual_control.py on other terminal using the command :

python3 manual_control.py --autopilot

The pygame window pops-up and it runs, but still I am getting such Failure errors as mentioned below.

I am getting following errors in scenario terminal :

Preparing scenario: FollowLeadingVehicle_1
ScenarioManager: Running scenario FollowVehicle
Resetting ego-vehicle!
Destroying ego-vehicle!
Failure!
Destroying ego vehicle 434
No more scenarios .... Exiting

And in the manual_control.py terminal the error is:

Scenario ended -- Terminating
ERROR: failed to destroy actor 434 : unable to destroy actor: not found 
Fatal Python error: PyEval_SaveThread: NULL tstate

I am quite new to this CARLA, so I followed the getting_started tutorial. But not able to handle this error. Please help me out.

Screenshots Here I am attaching one such failure run screenshot. Screenshot (242)

Desktop:

  • OS: [e.g. Ubuntu 18.04]
  • CARLA Version [e.g. CARLA 0.9.8]
  • Python version [e.g. 3.6]
  • Version [e.g. 0.9.8]

Thanks in advance…!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
fabianoborilcommented, Mar 30, 2020

The CARLA time can be faster than system time depending on the performance of your system, rendering quality, amount of sensor etc. Please see the CARLA documentation for further information.

0reactions
TigerStone93commented, Nov 1, 2022

The CARLA time can be faster than system time depending on the performance of your system, rendering quality, amount of sensor etc. Please see the CARLA documentation for further information.

What does it exactly mean?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Not able to run scenario while using cucumber-jvm with ...
I can see few potential issues here: glue parameter should point to a Java package, not directory.
Read more >
Not able to Run scenario in Load Runner Controller (Probably ...
Hello Everyone, I ran Scenario in Load Runner Controller it failed and when I clicked on the Vusers button on the Controllers Run...
Read more >
Tutorial - Running a Scenario
Step 1: Start Presentation · Step 2: Create a New Experiment · Step 3: Open the sample scenario in the Editor · Step...
Read more >
Conditional execute of scenario step without steps failing or ...
Solved: Hi, I have a scenario that runs other scenarios as steps. One of these steps downloads some files from a third party...
Read more >
Cucumber for Java plugin > Scenario names are not ...
When running my Cucumber Acceptance tests from Intellij, the Test Results don't display the scenario name, just <no name> - making it difficult/impossible ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found