Messages: Add USB breaker and control state horizontal acceleration

This commit is contained in:
Lorenz Meier
2015-11-14 15:03:14 +01:00
parent ff88fc00c0
commit 0fdc0e28c7
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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