Skip to content

Commit

Permalink
feat(planning_launch): add option of clipping fixed trajectory (autow…
Browse files Browse the repository at this point in the history
…arefoundation#580)

* feat(planning_launch): add option of clipping fixed trajectory

Signed-off-by: Takayuki Murooka <[email protected]>

* Update obstacle_avoidance_planner.param.yaml

Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored Nov 29, 2022
1 parent db57d52 commit 5e39487
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
num_fix_points_for_extending: 50 # number of fixing points when extending
max_dist_for_extending_end_point: 0.0001 # minimum delta dist thres for extending last point [m]

enable_clipping_fixed_traj: false
non_fixed_trajectory_length: 5.0 # length of the trajectory merging optimized mpt trajectory to original(not optimized) trajectory

object: # avoiding object
Expand Down

0 comments on commit 5e39487

Please sign in to comment.