Skip to content

Commit

Permalink
feat(time-based-safe-dist): add time-based safe distance parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai>
  • Loading branch information
Ahmed Ebrahim committed Jul 11, 2024
1 parent 46ccbf8 commit 917467b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
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 : 3.0 # Stop margin at the goal. This value cannot exceed safe distance margin. [m]
safe_distance_time_margin : 2.0 # This is used for time-based safe distance rule, e.g. 2-seconds rule, 3-seconds rules [s]
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]
slow_down_min_acc: -1.0 # slow down min deceleration [m/ss]
Expand Down

0 comments on commit 917467b

Please sign in to comment.