Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #229 from tier4/auto/decrease-max-vel
Browse files Browse the repository at this point in the history
Auto/decrease max vel in motion_velocity_smoother
  • Loading branch information
takayuki5168 authored Dec 14, 2021
2 parents 2a92916 + db1cf67 commit ac72774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**:
ros__parameters:
# motion state constraints
max_velocity: 5.56 # max velocity limit [m/s]
max_velocity: 5.28 # max velocity limit [m/s]

# 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 ac72774

Please sign in to comment.