Fixed README servos position is given in radians not degrees

This commit is contained in:
Patrick Goebel 2015-02-23 07:03:47 -08:00
parent 415dde63ee
commit 4f45c3467d

View File

@ -430,7 +430,7 @@ where pin is the pin number and value is 0 for LOW and 1 for HIGH.
$ rosservice call /arduino/servo_write id pos
where id is the index of the servo as defined in the Arduino sketch (servos.h) and pos is the position in degrees (0 - 180).
where id is the index of the servo as defined in the Arduino sketch (servos.h) and pos is the position in radians (0 - 3.14).
**servo\_read** - read the position of a servo