mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2026-02-04 13:14:10 +05:30
Fix servo contract (radian is float)
This commit is contained in:
parent
e41ab213fb
commit
07022b6fe6
@ -1,3 +1,3 @@
|
|||||||
uint8 id
|
uint8 id
|
||||||
---
|
---
|
||||||
int16 value
|
float32 value
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
uint8 id
|
uint8 id
|
||||||
int16 value
|
float32 value
|
||||||
---
|
---
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user