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: planning_launch/config/scenario_planning/lane_driving/motion_planning/obstacle_stop_planner/obstacle_stop_planner.param.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@
8
8
expand_stop_range: 0.0# margin of vehicle footprint [m]
9
9
10
10
slow_down_planner:
11
-
slow_down_margin: 5.0# margin distance from slow down point [m]
11
+
slow_down_forward_margin: 5.0# margin distance from slow down point to vehicle front [m]
12
+
slow_down_backward_margin: 5.0# margin distance from slow down point to vehicle rear [m]
12
13
expand_slow_down_range: 1.0# offset from vehicle side edge for expanding the search area of the surrounding point cloud [m]
13
14
max_slow_down_vel: 1.38# max slow down velocity [m/s]
14
15
min_slow_down_vel: 0.28# min slow down velocity [m/s]
15
-
max_deceleration: 2.0# max slow down deceleration [m/s2]
0 commit comments