Skip to content

Commit

Permalink
feat(goal_planner): add time hysteresis to keep unsafe (#700)
Browse files Browse the repository at this point in the history
feat(goal_planner): add tiem hysteresis to keep unsafe

Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored Nov 24, 2023
1 parent d466161 commit 258c566
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
safety_check_params:
# safety check configuration
enable_safety_check: false # Don't set to true if auto_mode is enabled
keep_unsafe_time: 3.0
# collision check parameters
check_all_predicted_path: true
publish_debug_marker: false
Expand Down

0 comments on commit 258c566

Please sign in to comment.