Skip to content

Commit 0c58595

Browse files
author
Chris Anderson
authored
Typos
1 parent 0259e95 commit 0c58595

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/RobotTest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# motor spins faster than the other motor. To determine the trim values move the
1515
# robot forward slowly (around 100 speed) and watch if it veers to the left or
1616
# right. If it veers left then the _right_ motor is spinning faster so try
17-
# setting RIGHT_TRIM to a small negative value, like -5, to slow down the right
17+
# setting RIGHT_TRIM to a small negative value, like -0.05, to slow down the right
1818
# motor. Likewise if it veers right then adjust the _left_ motor trim to a small
1919
# negative value. Increase or decrease the trim value until the bot moves
2020
# straight forward/backward.
@@ -28,8 +28,8 @@
2828

2929
# Now move the robot around!
3030
# Each call below takes two parameters:
31-
# - speed: The speed of the movement, a value from -1-1. The higher the value
32-
# the faster the movement. You need to start with a value around 10
31+
# - speed: The speed of the movement, a value from -1.0 to +1.0. The higher the value
32+
# the faster the movement. You need to start with a value around 0.10
3333
# to get enough torque to move the robot.
3434
# - time (seconds): Amount of time to perform the movement. After moving for
3535
# this amount of seconds the robot will stop. This parameter

0 commit comments

Comments
 (0)