ApolloAuto / apollo

An open autonomous driving platform
Apache License 2.0
25.24k stars 9.72k forks source link

[Strange Performance] Unusual Fluctuations in Local Trajectories while Running Apollo in Carla #15560

Open AOOOOOA opened 4 weeks ago

AOOOOOA commented 4 weeks ago

Hi,

I'm running Apollo(0.9.8) in Carla(0.9.14) using the official bridge provided by guardstrikelab (GitHub link) using 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, after adding the additional vehicles and walkers, I noticed unusual fluctuations in Apollo's local trajectory. This issue rarely occurs when running Apollo alone in Carla. Most of the time, Apollo manages to correct itself and return to the proper path, but occasionally it gets stuck.

Is this behavior expected?

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

https://github.com/user-attachments/assets/7f0fc861-c627-4409-90c0-0b0d57386320

AOOOOOA commented 2 weeks ago

@daohu527 Hi, could you please help with this issue? Thanks!!