ApolloAuto / apollo

An open autonomous driving platform
Apache License 2.0
25.19k stars 9.71k forks source link

Traffic Cones not detected by perception module #13302

Open MartinaB85 opened 3 years ago

MartinaB85 commented 3 years ago

System information

Steps to reproduce the issue:

Issue:

Even if the camera shows the cones and the lidar and radar should detect the cones, the apollo car drives through the cones, and no obstacle is visualized or detected by the perception module. Is it something related to the dimensions of the ROI or to any distance parameter?

Any suggestions is appreciated.

Thank you very much,

Martina

jeroldchen commented 3 years ago

@MartinaB85 Among all the perception submodules, camera perception detects traffic cones best. I wonder if you have launched camera perception. Perception button on Dreamview is used to launch lidar & radar perception, camera not included. To launch camera perception, you can run this command cyber_launch start modules/perception/production/launch/perception_camera.launch in apollo root dir.

MartinaB85 commented 3 years ago

Thank you for your reply. I did launch the camera module, but even if it does (apparently) detect the traffic cones as you can see in the picture in attached, after setting up a route, the car does not take any action to avoid them and just drives through them.

Apollo_SF_Cones