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

[Strange Performance] Unusual Stuck While Running Apollo in Carla #211

Open
AOOOOOA opened this issue Oct 25, 2024 · 2 comments
Open

[Strange Performance] Unusual Stuck While Running Apollo in Carla #211

AOOOOOA opened this issue Oct 25, 2024 · 2 comments

Comments

@AOOOOOA
Copy link

AOOOOOA commented Oct 25, 2024

I'm running Apollo(0.9.8) in Carla(0.9.14) using the official bridge provided by guardstrikelab (GitHub link) on ubuntu 18.04. I attempted to simulate a realistic driving scenario by adding multiple vehicles in Carla alongside Apollo, using the generate_traffic.py script from the PythonAPI/examples folder. Specifically, I added 20 vehicles and 20 walkers, setting them to safe mode to avoid collisions. Carla was configured in synchronous mode with a frame time of 0.05.

However, there are times when the Apollo vehicle gets stuck and doesn't resume in Carla, a problem that doesn't occur when running the Apollo vehicle alone. Is this behavior normal?

I've attached a sample video below for reference. If you need further information to reproduce, please let me know.

vehicle_stuck.mp4
@AOOOOOA
Copy link
Author

AOOOOOA commented Nov 7, 2024

@synkrotron @meua @WilliaJing @XiaoFei9704 @yuxip @PhilWallace
Hi, Could you help check this issue? Thanks!

@ycraurora
Copy link

The steering command appears to have been incorrect, causing the vehicle to deviate from the lane boundary and subsequently, the planning system was unable to generate any paths. It is advisable to examine the planning log located in data/log to determine if the failure occurred within the path planner or the speed planner.

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

No branches or pull requests

2 participants