Skip to content

Commit 6b0cc4e

Browse files
committed
Lower acceleration to reasonable values
1 parent bf098ed commit 6b0cc4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clearpath_control/config/w200/control.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ platform_velocity_controller:
5151
# Whenever a min_* is unspecified, default to -max_*
5252
linear.x.max_velocity: 5.0
5353
linear.x.min_velocity: -5.0
54-
linear.x.max_acceleration: 50.0
55-
linear.x.max_deceleration: -50.0
54+
linear.x.max_acceleration: 2.5
55+
linear.x.max_deceleration: -2.5
5656
linear.x.max_jerk: .NAN
5757
linear.x.min_jerk: .NAN
5858

5959
angular.z.max_velocity: 4.0
6060
angular.z.min_velocity: -4.0
61-
angular.z.max_acceleration: 40.0
62-
angular.z.max_deceleration: -40.0
61+
angular.z.max_acceleration: 2.0
62+
angular.z.max_deceleration: -2.0
6363
angular.z.max_jerk: .NAN
6464
angular.z.min_jerk: .NAN

0 commit comments

Comments
 (0)