forked from Archive/PX4-Autopilot
Converted multirotor motor limits to generated topic
This commit is contained in:
parent
ffb9e87161
commit
c3d10c4cb3
|
@ -0,0 +1,4 @@
|
|||
uint8 lower_limit # at least one actuator command has saturated on the lower limit
|
||||
uint8 upper_limit # at least one actuator command has saturated on the upper limit
|
||||
uint8 yaw # yaw limit reached
|
||||
uint8 reserved # reserved
|
Loading…
Reference in New Issue