mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 12:37:35 +08:00
Messages: Add USB breaker and control state horizontal acceleration
This commit is contained in:
@@ -16,3 +16,4 @@ float32[4] q # Attitude Quaternion
|
||||
float32 roll_rate # Roll body angular rate (rad/s, x forward/y right/z down)
|
||||
float32 pitch_rate # Pitch body angular rate (rad/s, x forward/y right/z down)
|
||||
float32 yaw_rate # Yaw body angular rate (rad/s, x forward/y right/z down)
|
||||
float32 horz_acc_mag # Magnitude of the horizontal acceleration
|
||||
|
||||
@@ -182,3 +182,4 @@ bool circuit_breaker_engaged_power_check
|
||||
bool circuit_breaker_engaged_airspd_check
|
||||
bool circuit_breaker_engaged_enginefailure_check
|
||||
bool circuit_breaker_engaged_gpsfailure_check
|
||||
bool cb_usb
|
||||
|
||||
Reference in New Issue
Block a user