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/motion_planning/obstacle_cruise_planner/obstacle_cruise_planner.param.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
idling_time: 2.0# idling time to detect front vehicle starting deceleration [s]
13
13
min_ego_accel_for_rss: -1.0# ego's acceleration to calculate RSS distance [m/ss]
14
14
min_object_accel_for_rss: -1.0# front obstacle's acceleration to calculate RSS distance [m/ss]
15
-
safe_distance_margin : 6.0# This is also used as a stop margin [m]
15
+
safe_distance_margin : 5.0# This is also used as a stop margin [m]
16
16
terminal_safe_distance_margin : 3.0# Stop margin at the goal. This value cannot exceed safe distance margin. [m]
17
17
hold_stop_velocity_threshold: 0.01# The maximum ego velocity to hold stopping [m/s]
18
18
hold_stop_distance_threshold: 0.3# The ego keeps stopping if the distance to stop changes within the threshold [m]
0 commit comments