Add safety slow down feature for specific crosswalks #2767
mehmetdogru
started this conversation in
Design
Replies: 3 comments 3 replies
-
@satoshi-ota FYI. Any comments? |
Beta Was this translation helpful? Give feedback.
0 replies
-
If I understand your idea, you want the vehicle to slow down when it gets close to some specific crosswalk. But wouldn't it be simpler to just reduce the max speed on the road lanelet instead? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Related issue: autowarefoundation/autoware.universe#1523 |
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
-
With the current implementation of crosswalk module, ego vehicle doesn't slow down for crosswalks unless there are target objects around it. However for some use cases as stated below slowing down for some crosswalks where there are no traffic lights either for pedestrians or vehicles, makes sense:
Streets near school exists or campus areas where extra precaution needs to be taken since unpredictable and sudden pedestrian behaviors can be observed
Narrow roads and occluded perception output ( Even though there is
occlusion_spot
module inbehavior_velocity_planner
, I guess it is still experimental)So an implementation which would affect only user-selected crosswalk's behavior can be done by adding some tags in crosswalk annotation in lanelet2_map and making necessary changes in
crosswalk
module:safety_slow_down_speed in
[m/s]
safety_slow_down_distance in
[m]
Please feel free to give ideas about the implementation.
Related issue: autowarefoundation/autoware.universe#1523
Beta Was this translation helpful? Give feedback.
All reactions