File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
clearpath_control/config/w200 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ platform_velocity_controller:
39
39
preserve_turning_radius : true
40
40
41
41
# W200 motor controllers only report velocity
42
- # position_feedback: false
42
+ position_feedback : false
43
43
44
44
# Publish limited velocity
45
45
publish_limited_velocity : true
@@ -51,14 +51,14 @@ platform_velocity_controller:
51
51
# Whenever a min_* is unspecified, default to -max_*
52
52
linear.x.max_velocity : 5.0
53
53
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
56
56
linear.x.max_jerk : .NAN
57
57
linear.x.min_jerk : .NAN
58
58
59
59
angular.z.max_velocity : 4.0
60
60
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
63
63
angular.z.max_jerk : .NAN
64
64
angular.z.min_jerk : .NAN
You can’t perform that action at this time.
0 commit comments