ApolloAuto / apollo

An open autonomous driving platform
Apache License 2.0
24.8k stars 9.65k forks source link

Perception Module Vehicle Collision with Pedestrians #11926

Open xuehuan-yang opened 3 years ago

xuehuan-yang commented 3 years ago

Describe the bug I implemented LGSVL-2020-03 simulation with Apollo-5.0 platform and launch LiDAR camera radar perception module. The perception module shows that Lincoln2017MKZ collided with pedestrians during autonomous mode.

Desktop (please complete the following information):

OS: Ubuntu 18.04 Platform: Apollo-5.0 Simulation: LGSVL-2020-03 Browser: Google Chrome Map: San Francisco Vehicle: Lincoln2017MKZ (Apollo 5.0)

To Reproduce Steps to reproduce the behavior: $ ./lgsvl/lgsvlsimulator-linux64-2020.03/simulator Check Maps -> Vehicles -> Cluster (127.0.0.1) -> Simulation -> Only Use API to control simulation.

$ cd apollo-5.0 $ sudo bash docker/scripts/dev_start.sh $ sudo bash docker/scripts/dev_into.sh

root@in_dev_docker:/apollo# sudo scripts/bootstrap.sh root@in_dev_docker:/apollo# sudo scripts/bridge.sh

root@in_dev_docker:/apollo# cyber_monitor

Go to http://localhost:8888/ -> Module Control -> Localization & Perception & Transformation $ cyber_launch start /apollo/modules/perception/production/launch/perception_all.launch

Expected behavior The vehicle should detect pedestrians obstacle and stop in front of pedestrians. The lidar, camera and radar sensor could detect pedestrian. However, perception module could detect obstacles, but the vehicle still slowing moving forward with 3km/h speed.

Please look through the scenarios with recording video. [copy following link and paste in google chrome] https://drive.google.com/file/d/1mXdmNhKydVOsoJ_-BqwlR7SP5ZHptagl/view?usp=sharing

Screenshot from 2020-07-27 10-16-28 Screenshot from 2020-07-27 09-49-00 Screenshot from 2020-07-27 10-17-03

LiuHaolan commented 3 years ago

Hi Xuehuan, would you mind sharing the python scripts of this scene?