Skip to content

Commit

Permalink
feat(behavior_path_planner): update start_goal_planner's parameter (#571
Browse files Browse the repository at this point in the history
)

update start_goal_planner's parameter

Signed-off-by: kyoichi-sugahara <[email protected]>
  • Loading branch information
kyoichi-sugahara authored Sep 18, 2023
1 parent 79af6a9 commit 9256a13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,13 @@
path_safety_check:
# EgoPredictedPath
ego_predicted_path:
min_velocity: 0.0
acceleration: 1.0
time_horizon: 10.0
max_velocity: 1.0
time_horizon_for_front_object: 10.0
time_horizon_for_rear_object: 10.0
time_resolution: 0.5
min_slow_speed: 0.0
delay_until_departure: 1.0
target_velocity: 1.0
# For target object filtering
target_filtering:
safety_check_time_horizon: 5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,13 @@
path_safety_check:
# EgoPredictedPath
ego_predicted_path:
min_velocity: 0.0
acceleration: 1.0
time_horizon: 10.0
max_velocity: 1.0
time_horizon_for_front_object: 10.0
time_horizon_for_rear_object: 10.0
time_resolution: 0.5
min_slow_speed: 0.0
delay_until_departure: 1.0
target_velocity: 1.0
# For target object filtering
target_filtering:
safety_check_time_horizon: 5.0
Expand Down

0 comments on commit 9256a13

Please sign in to comment.