Skip to content

Commit e8c9b14

Browse files
schadocalexbmagyar
authored andcommitted
fix limits tests
1 parent 9a8c911 commit e8c9b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diff_drive_controller/test/diffbot_limits.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ diffbot_controller:
88
min_acceleration: -0.5
99
max_acceleration: 1.0
1010
has_jerk_limits: true
11-
max_jerk: 5.0
11+
max_jerk: 10.0
1212
angular:
1313
z:
1414
has_velocity_limits: true
1515
max_velocity: 2.0
1616
has_acceleration_limits: true
1717
max_acceleration: 2.0
1818
has_jerk_limits: true
19-
max_jerk: 10.0
19+
max_jerk: 20.0

0 commit comments

Comments
 (0)