Skip to content

Commit f577368

Browse files
committed
Update message definitions Thu Sep 18 15:04:58 UTC 2025
1 parent aed8488 commit f577368

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

msg/EstimatorStatus.msg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ uint8 CS_SYNTHETIC_MAG_Z = 25 # 25 - true when we are using a synthesized measur
4747
uint8 CS_VEHICLE_AT_REST = 26 # 26 - true when the vehicle is at rest
4848
uint8 CS_GPS_YAW_FAULT = 27 # 27 - true when the GNSS heading has been declared faulty and is no longer being used
4949
uint8 CS_RNG_FAULT = 28 # 28 - true when the range finder has been declared faulty and is no longer being used
50-
uint8 CS_GNSS_VEL = 44 # 44 - true if GNSS velocity measurements are being fused
50+
uint8 CS_GNSS_VEL = 44 # 44 - true if GNSS velocity measurement fusion is intended
51+
uint8 CS_GNSS_FAULT = 45 # 45 - true if GNSS measurements have been declared faulty and are no longer used
52+
uint8 CS_YAW_MANUAL = 46 # 46 - true if yaw has been set manually
5153

5254
uint32 filter_fault_flags # Bitmask to indicate EKF internal faults
5355
# 0 - true if the fusion of the magnetometer X-axis has encountered a numerical error

msg/EstimatorStatusFlags.msg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ bool cs_valid_fake_pos # 41 - true if a valid constant position is bein
4949
bool cs_constant_pos # 42 - true if the vehicle is at a constant position
5050
bool cs_baro_fault # 43 - true when the current baro has been declared faulty and is no longer being used
5151
bool cs_gnss_vel # 44 - true if GNSS velocity measurement fusion is intended
52+
bool cs_gnss_fault # 45 - true if GNSS measurements have been declared faulty and are no longer used
53+
bool cs_yaw_manual # 46 - true if yaw has been set manually
5254

5355
# fault status
5456
uint32 fault_status_changes # number of filter fault status (fs) changes

msg/VehicleCommand.msg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ uint16 VEHICLE_CMD_REQUEST_CAMERA_INFORMATION = 521 # Request camera information
8888
uint16 VEHICLE_CMD_SET_CAMERA_MODE = 530 # Set camera capture mode (photo, video, etc.).
8989
uint16 VEHICLE_CMD_SET_CAMERA_ZOOM = 531 # Set camera zoom.
9090
uint16 VEHICLE_CMD_SET_CAMERA_FOCUS = 532
91+
uint16 VEHICLE_CMD_EXTERNAL_ATTITUDE_ESTIMATE = 620 # Set an external estimate of vehicle attitude in degrees.
9192
uint16 VEHICLE_CMD_DO_GIMBAL_MANAGER_PITCHYAW = 1000 # Setpoint to be sent to a gimbal manager to set a gimbal pitch and yaw.
9293
uint16 VEHICLE_CMD_DO_GIMBAL_MANAGER_CONFIGURE = 1001 # Gimbal configuration to set which sysid/compid is in primary and secondary control.
9394
uint16 VEHICLE_CMD_IMAGE_START_CAPTURE = 2000 # Start image capture sequence.

0 commit comments

Comments
 (0)