Skip to content

Commit

Permalink
fix limits tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schadocalex committed Dec 6, 2018
1 parent 4f09a81 commit f4cff3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diff_drive_controller/test/diffbot_limits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ diffbot_controller:
min_acceleration: -0.5
max_acceleration: 1.0
has_jerk_limits: true
max_jerk: 5.0
max_jerk: 10.0
angular:
z:
has_velocity_limits: true
max_velocity: 2.0
has_acceleration_limits: true
max_acceleration: 2.0
has_jerk_limits: true
max_jerk: 10.0
max_jerk: 20.0

0 comments on commit f4cff3e

Please sign in to comment.