You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/crosswalk.param.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@
48
48
ego_pass_later_additional_margin: 0.5# [s] additional time margin for object pass first situation to suppress chattering
49
49
ego_min_assumed_speed: 2.0# [m/s] assumed speed to calculate the time to collision point
50
50
51
-
no_stop_decision: # parameters to determine stop cancel. {-$overrunlenght + f($min_acc, $min_jerk)} is comaprared against distance to stop pose.
51
+
no_stop_decision: # parameters to determine stop cancel. {-$overrun_threshold_length + f($min_acc, $min_jerk)} is comapared against distance to stop pose.
52
52
min_acc: -1.5# min acceleration [m/ss]
53
53
min_jerk: -1.5# min jerk [m/sss]
54
54
overrun_threshold_length: 1.0# [m] required to avoid giving up against backward movement of the stop position due to approaching pedestrians, etc.
0 commit comments