Skip to content

Commit

Permalink
fix(obstacle_avoidance_planner): adding missing functionality for sto…
Browse files Browse the repository at this point in the history
…p margin due to out of drivable area (autowarefoundation#438)

Signed-off-by: AhmedEbrahim <[email protected]>
  • Loading branch information
ahmeddesokyebrahim authored Jul 19, 2023
1 parent 3c7bf4d commit a9bc976
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
output_delta_arc_length: 0.5 # delta arc length for output trajectory [m]
output_backward_traj_length: 5.0 # backward length for backward trajectory from base_link [m]

vehicle_stop_margin_outside_drivable_area: 1.5 # vehicle stop margin to let the vehicle stop before the calculated stop point if it is calculated outside the drivable area [m] .
# This margin will be realized with delta_arc_length_for_mpt_points m precision.

# replanning & trimming trajectory param outside algorithm
replan:
max_path_shape_around_ego_lat_dist: 2.0 # threshold of path shape change around ego [m]
Expand Down

0 comments on commit a9bc976

Please sign in to comment.