mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
Update actuator_direct topic to use message generation
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
uint8 NUM_ACTUATORS_DIRECT = 16
|
||||
uint64 timestamp # timestamp in us since system boot
|
||||
uint32 nvalues # number of valid values
|
||||
float32[16] values # actuator values, from -1 to 1
|
||||
Reference in New Issue
Block a user