Skip to content

Commit

Permalink
Merge pull request autowarefoundation#771 from tier4/hotfix/v0.44.0/g…
Browse files Browse the repository at this point in the history
…oal_planner_safety_check

feat(goal_planner): cherry pick
  • Loading branch information
shmpwk authored Feb 8, 2024
2 parents ca40213 + 0fb5692 commit 87d2457
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
delay_until_departure: 1.0
# For target object filtering
target_filtering:
safety_check_time_horizon: 5.0
safety_check_time_horizon: 10.0
safety_check_time_resolution: 1.0
# detection range
object_check_forward_distance: 100.0
Expand Down Expand Up @@ -164,7 +164,6 @@
method: "integral_predicted_polygon"
keep_unsafe_time: 3.0
# collision check parameters
check_all_predicted_path: true
publish_debug_marker: false
rss_params:
rear_vehicle_reaction_time: 2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
# safety check configuration
enable_safety_check: true
# collision check parameters
check_all_predicted_path: true
publish_debug_marker: false
rss_params:
rear_vehicle_reaction_time: 2.0
Expand Down

0 comments on commit 87d2457

Please sign in to comment.