We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf098ed commit 6b0cc4eCopy full SHA for 6b0cc4e
clearpath_control/config/w200/control.yaml
@@ -51,14 +51,14 @@ platform_velocity_controller:
51
# Whenever a min_* is unspecified, default to -max_*
52
linear.x.max_velocity: 5.0
53
linear.x.min_velocity: -5.0
54
- linear.x.max_acceleration: 50.0
55
- linear.x.max_deceleration: -50.0
+ linear.x.max_acceleration: 2.5
+ linear.x.max_deceleration: -2.5
56
linear.x.max_jerk: .NAN
57
linear.x.min_jerk: .NAN
58
59
angular.z.max_velocity: 4.0
60
angular.z.min_velocity: -4.0
61
- angular.z.max_acceleration: 40.0
62
- angular.z.max_deceleration: -40.0
+ angular.z.max_acceleration: 2.0
+ angular.z.max_deceleration: -2.0
63
angular.z.max_jerk: .NAN
64
angular.z.min_jerk: .NAN
0 commit comments