Skip to content

Commit 851676f

Browse files
authored
Merge pull request #139 from Achllle/default_speed_foxy
Fix default drive motor speed
2 parents 3c8ad97 + b2981f5 commit 851676f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ROS/osr_bringup/config/osr_params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ rover:
66
d3: 0.267 # [m, ~10.5in]
77
d4: 0.2556 # [m, ~10.073in]
88
wheel_radius: 0.075 # [m], needs to be a float
9-
drive_no_load_rpm: 31.0 # no load speed for the drive motors. NOTE: needs to be a float value
9+
drive_no_load_rpm: 223.0 # no load speed for the drive motors. NOTE: needs to be a float value

0 commit comments

Comments
 (0)