Skip to content

Commit

Permalink
Update PX4 Firmware metadata Tue Jan 7 09:27:43 UTC 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Jan 7, 2025
1 parent ef2ed20 commit 1256763
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions en/msg_docs/EstimatorStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ uint8 CS_MAG_3D = 5 # 5 - true if 3-axis magnetometer measurement are being fus
uint8 CS_MAG_DEC = 6 # 6 - true if synthetic magnetic declination measurements are being fused
uint8 CS_IN_AIR = 7 # 7 - true when thought to be airborne
uint8 CS_WIND = 8 # 8 - true when wind velocity is being estimated
uint8 CS_BARO_HGT = 9 # 9 - true when baro height is being fused as a primary height reference
uint8 CS_RNG_HGT = 10 # 10 - true when range finder height is being fused as a primary height reference
uint8 CS_GPS_HGT = 11 # 11 - true when GPS height is being fused as a primary height reference
uint8 CS_BARO_HGT = 9 # 9 - true when baro data is being fused
uint8 CS_RNG_HGT = 10 # 10 - true when range finder data is being fused for height aiding
uint8 CS_GPS_HGT = 11 # 11 - true when GPS altitude is being fused
uint8 CS_EV_POS = 12 # 12 - true when local position data from external vision is being fused
uint8 CS_EV_YAW = 13 # 13 - true when yaw data from external vision measurements is being fused
uint8 CS_EV_HGT = 14 # 14 - true when height data from external vision measurements is being fused
Expand Down
6 changes: 3 additions & 3 deletions en/msg_docs/EstimatorStatusFlags.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ bool cs_mag_3d # 5 - true if 3-axis magnetometer measurement fus
bool cs_mag_dec # 6 - true if synthetic magnetic declination measurements fusion is intended
bool cs_in_air # 7 - true when the vehicle is airborne
bool cs_wind # 8 - true when wind velocity is being estimated
bool cs_baro_hgt # 9 - true when baro height is being fused as a primary height reference
bool cs_rng_hgt # 10 - true when range finder height is being fused as a primary height reference
bool cs_gps_hgt # 11 - true when GPS height is being fused as a primary height reference
bool cs_baro_hgt # 9 - true when baro data is being fused
bool cs_rng_hgt # 10 - true when range finder data is being fused for height aiding
bool cs_gps_hgt # 11 - true when GPS altitude is being fused
bool cs_ev_pos # 12 - true when local position data fusion from external vision is intended
bool cs_ev_yaw # 13 - true when yaw data from external vision measurements fusion is intended
bool cs_ev_hgt # 14 - true when height data from external vision measurements is being fused
Expand Down
2 changes: 1 addition & 1 deletion public/middleware/graph_full.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_full_no_mavlink.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_fmu-v2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_fmu-v4.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_fmu-v5.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_sitl.json

Large diffs are not rendered by default.

0 comments on commit 1256763

Please sign in to comment.