Vehicle not avoiding obstacles on road even with sufficient space #2729
-
Hi, i'm trying the planning_simulator but the vehicle isn't avoiding obstacles on the road even though there is sufficient space and an adjacent lane to change to. I have tried with both pedestrian and dummy car driving close to my vehicle. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @MrOCW, If possible, we may need further additional information on your setup. But you can try to check the reason for the avoidance failure by running the following ros2 topic echo command and sharing it with us.
You can also follow the guide on #how-to-debug for other debug technique that is related to avoidance module. As for the pedestrian object, the pedestrian object type is not included as an avoidance target for the basic setting. Therefore, the ego will simply stop before pedestrians. To enable the pedestrian as the avoidable target, set the following parameter to Please let us know the details of the echo-ed topic once you have it. |
Beta Was this translation helpful? Give feedback.
Hi @MrOCW,
Thank you very much for the question.
If possible, we may need further additional information on your setup. But you can try to check the reason for the avoidance failure by running the following ros2 topic echo command and sharing it with us.
You can also follow the guide on #how-to-debug for other debug technique that is related to avoidance module.
As for the pedestrian object, the pedestrian object type is not included as an avoidance target for the basic setting. Therefore, the ego will simply stop before pedestrians.
To enable the pedestria…