File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,16 +42,16 @@ diff_drive_controller:
4242 linear.x.min_velocity : -1.5
4343 linear.x.max_acceleration : 2.5
4444 linear.x.max_deceleration : -2.5
45- linear.x.max_acceleration_reverse : 2.5
46- linear.x.max_deceleration_reverse : - 2.5
45+ linear.x.max_acceleration_reverse : - 2.5
46+ linear.x.max_deceleration_reverse : 2.5
4747 linear.x.max_jerk : .NAN
4848 linear.x.min_jerk : .NAN
4949
5050 angular.z.max_velocity : 12.0
5151 angular.z.min_velocity : -12.0
5252 angular.z.max_acceleration : 15.0
5353 angular.z.max_deceleration : -15.0
54- angular.z.max_acceleration_reverse : 15.0
55- angular.z.max_deceleration_reverse : - 15.0
54+ angular.z.max_acceleration_reverse : - 15.0
55+ angular.z.max_deceleration_reverse : 15.0
5656 angular.z.max_jerk : .NAN
5757 angular.z.min_jerk : .NAN
You can’t perform that action at this time.
0 commit comments