control_allocator: remove direct mixer, add actuator_{motors,servos} instead

This commit is contained in:
Beat Küng
2021-09-11 17:29:53 +02:00
committed by Daniel Agar
parent a51c465b54
commit 38fa65a47e
21 changed files with 49 additions and 371 deletions
+9
View File
@@ -0,0 +1,9 @@
# Motor control message
uint64 timestamp # time since system start (microseconds)
uint64 timestamp_sample # the timestamp the data this control response is based on was sampled
uint8 NUM_CONTROLS = 8
float32[8] control # range: [-1, 1], where 1 means maximum positive thrust,
# -1 maximum negative (if not supported by the output, <0 maps to NaN),
# and NaN maps to disarmed (stop the motors)