mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-04 03:34:08 +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