Skip to content

Commit

Permalink
fix(motion_velocity_smoother): add stop decel parameter (#289)
Browse files Browse the repository at this point in the history
* add stop decel parameter

* fix(motion_velocity_smoother): add stop decel parameter
  • Loading branch information
purewater0901 authored Apr 21, 2022
1 parent 653bafe commit 7c33edd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
ros__parameters:
# motion state constraints
max_velocity: 20.0 # max velocity limit [m/s]
stop_decel: 0.0 # deceleration at a stop point[m/ss]

# external velocity limit parameter
margin_to_insert_external_velocity_limit: 0.3 # margin distance to insert external velocity limit [m]
Expand Down

0 comments on commit 7c33edd

Please sign in to comment.