Skip to content

Commit

Permalink
Merge pull request #164 from KirillMcQ/patch-3
Browse files Browse the repository at this point in the history
Update rpi.md
  • Loading branch information
Achllle authored Dec 22, 2022
2 parents 1d3f10d + 8cba2d2 commit ced8339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/rpi.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ To change any values from the default (if your rover doesn't match the default i
The files follow the same structure as the default. Just include the values that you need to change as the default
values for other parameters may change over time.

You might also want to modify the file `osr-rover-code/ROS/osr_bringup/launch/osr_launch.py` to change the velocities the gamepad controller will
You might also want to modify the file `osr-rover-code/ROS/osr_bringup/launch/osr_mod_launch.py` to change the velocities the gamepad controller will
send to the rover. These values in the node joy_to_twist are of interest:
```
{"scale_linear": 0.8}, # scale to apply to drive speed, in m/s: drive_motor_rpm * 2pi / 60 * wheel radius * slowdown_factor
Expand Down

0 comments on commit ced8339

Please sign in to comment.