Skip to content

Commit

Permalink
fix(behavior_path_planner): change safety check default disable (auto…
Browse files Browse the repository at this point in the history
…warefoundation#572)

* change safety check default disable

Signed-off-by: kyoichi-sugahara <[email protected]>

* add warning message

Signed-off-by: kyoichi-sugahara <[email protected]>

---------

Signed-off-by: kyoichi-sugahara <[email protected]>
  • Loading branch information
kyoichi-sugahara committed Sep 19, 2023
1 parent a2ac613 commit 46af98e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
# For safety check
safety_check_params:
# safety check configuration
enable_safety_check: true
enable_safety_check: false # Don't set to true if auto_mode is enabled
# collision check parameters
check_all_predicted_path: true
publish_debug_marker: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
# For safety check
safety_check_params:
# safety check configuration
enable_safety_check: true
enable_safety_check: false # Don't set to true if auto_mode is enabled
# collision check parameters
check_all_predicted_path: true
publish_debug_marker: false
Expand Down

0 comments on commit 46af98e

Please sign in to comment.