mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 09:26:25 +08:00
multirotor_motor_limits only publish for MC
This commit is contained in:
committed by
Nuno Marques
parent
9cacd3f994
commit
26f00609ac
@@ -1,11 +1,13 @@
|
||||
uint16 saturation_status # Integer bit mask indicating which axes in the control mixer are saturated
|
||||
# 0 - True if any motor is saturated at the upper limit
|
||||
# 1 - True if any motor is saturated at the lower limit
|
||||
# 2 - True if a positive roll increment will increase motor saturation
|
||||
# 3 - True if negative roll increment will increase motor saturation
|
||||
# 4 - True if positive pitch increment will increase motor saturation
|
||||
# 5 - True if negative pitch increment will increase motor saturation
|
||||
# 6 - True if positive yaw increment will increase motor saturation
|
||||
# 7 - True if negative yaw increment will increase motor saturation
|
||||
# 8 - True if positive thrust increment will increase motor saturation
|
||||
# 9 - True if negative thrust increment will increase motor saturation
|
||||
|
||||
# 0 - True if the saturation status is valid
|
||||
# 1 - True if any motor is saturated at the upper limit
|
||||
# 2 - True if any motor is saturated at the lower limit
|
||||
# 3 - True if a positive roll increment will increase motor saturation
|
||||
# 4 - True if negative roll increment will increase motor saturation
|
||||
# 5 - True if positive pitch increment will increase motor saturation
|
||||
# 6 - True if negative pitch increment will increase motor saturation
|
||||
# 7 - True if positive yaw increment will increase motor saturation
|
||||
# 8 - True if negative yaw increment will increase motor saturation
|
||||
# 9 - True if positive thrust increment will increase motor saturation
|
||||
# 10 - True if negative thrust increment will increase motor saturation
|
||||
|
||||
Reference in New Issue
Block a user