Replies: 1 comment
-
The following came to mind quickly.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As described in autowarefoundation/autoware.universe#2661 the vehicle detects a speed bump as an obstacle.
Generally, the speed bumps are defined in lanelet2 as follows:
In Autoware, there is a feature that should detect the speed bump and the vehicle should slow down and pass the speed bump (autowarefoundation/autoware.universe#647). When this feature is enabled,
behavior_velocity_planner
node correctly detect the speed bump but theobstacle_stop_planner
node treat the speed bump as obstacle and stop the vehicle as in the video belowvokoscreenNG-2023-01-16_12-58-35_reduced.mp4
I'm opened this discussion, in order to find the best way how to solve stopping the vehicle in front of speed bump.
Beta Was this translation helpful? Give feedback.
All reactions