Skip to content

Commit

Permalink
Update autoware_launch/config/planning/scenario_planning/lane_driving…
Browse files Browse the repository at this point in the history
…/motion_planning/obstacle_cruise_planner/obstacle_cruise_planner.param.yaml
  • Loading branch information
kosuke55 authored Dec 26, 2023
1 parent 31f268a commit 6ae9dc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
min_ego_accel_for_rss: -1.0 # ego's acceleration to calculate RSS distance [m/ss]
min_object_accel_for_rss: -1.0 # front obstacle's acceleration to calculate RSS distance [m/ss]
safe_distance_margin : 6.0 # This is also used as a stop margin [m]
terminal_safe_distance_margin : 2.5 # Stop margin at the goal. This value cannot exceed safe distance margin. [m]
terminal_safe_distance_margin : 3.0 # Stop margin at the goal. This value cannot exceed safe distance margin. [m]
hold_stop_velocity_threshold: 0.01 # The maximum ego velocity to hold stopping [m/s]
hold_stop_distance_threshold: 0.3 # The ego keeps stopping if the distance to stop changes within the threshold [m]

Expand Down

0 comments on commit 6ae9dc0

Please sign in to comment.