Skip to content

Commit

Permalink
add extend_distance param (tier4#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taichi Higashide authored and UMiho committed Dec 10, 2020
1 parent 0b8d91f commit 855d2e7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions planning_launch/config/obstacle_stop_planner.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# stop planner
stop_margin: 5.0 # stop margin distance from obstacle on the path [m]
min_behavior_stop_margin: 2.0 # stop margin distance when any other stop point is inserted in stop margin [m]
step_length: 1.0 # step length for pointcloud search range [m]
extend_distance: 0.0 # extend trajectory to consider after goal obstacle in the extend_distance

# slow down planner
slow_down_margin: 5.0 # margin distance from slow down point [m]
expand_slow_down_range: 1.0 # offset from vehicle side edge for expanding the search area of the surrounding point cloud [m]
max_slow_down_vel: 1.38 # max slow down velocity [m/s]
min_slow_down_vel: 0.28 # min slow down velocity [m/s]
max_deceleration: 2.0 # max slow down deceleration [m/s2]

0 comments on commit 855d2e7

Please sign in to comment.