mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-03 19:24:09 +05:30
Fixed README servos position is given in radians not degrees
This commit is contained in:
parent
415dde63ee
commit
4f45c3467d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user