File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
# motor spins faster than the other motor. To determine the trim values move the
15
15
# robot forward slowly (around 100 speed) and watch if it veers to the left or
16
16
# 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
18
18
# motor. Likewise if it veers right then adjust the _left_ motor trim to a small
19
19
# negative value. Increase or decrease the trim value until the bot moves
20
20
# straight forward/backward.
28
28
29
29
# Now move the robot around!
30
30
# 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
33
33
# to get enough torque to move the robot.
34
34
# - time (seconds): Amount of time to perform the movement. After moving for
35
35
# this amount of seconds the robot will stop. This parameter
You can’t perform that action at this time.
0 commit comments