Skip to content

Commit

Permalink
feat(start_planner): enable safety check for start planner (#702)
Browse files Browse the repository at this point in the history
Enable safety check feature for start planner

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

0 comments on commit fbc524f

Please sign in to comment.