Skip to content

Commit

Permalink
Update message definitions Fri Oct 6 15:36:06 UTC 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Oct 6, 2023
1 parent a692ca4 commit 9878264
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
1 change: 0 additions & 1 deletion msg/EstimatorAidSource1d.msg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ float32 innovation
float32 innovation_variance
float32 test_ratio

bool fusion_enabled # true when measurements are being fused
bool innovation_rejected # true if the observation has been rejected
bool fused # true if the sample was successfully fused

Expand Down
1 change: 0 additions & 1 deletion msg/EstimatorAidSource2d.msg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ float32[2] innovation
float32[2] innovation_variance
float32[2] test_ratio

bool fusion_enabled # true when measurements are being fused
bool innovation_rejected # true if the observation has been rejected
bool fused # true if the sample was successfully fused

Expand Down
1 change: 0 additions & 1 deletion msg/EstimatorAidSource3d.msg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ float32[3] innovation
float32[3] innovation_variance
float32[3] test_ratio

bool fusion_enabled # true when measurements are being fused
bool innovation_rejected # true if the observation has been rejected
bool fused # true if the sample was successfully fused

Expand Down
9 changes: 6 additions & 3 deletions msg/Mission.msg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ uint8 dataman_id # default 0, there are two offboard storage places in the datam
uint16 count # count of the missions stored in the dataman
int32 current_seq # default -1, start at the one changed latest

int16 mission_update_counter # indicates updates to the mission, reload from dataman if increased
int16 geofence_update_counter # indicates updates to the geofence, reload from dataman if increased
int16 safe_points_update_counter # indicates updates to the safe points, reload from dataman if increased
int32 land_start_index # Index of the land start marker, if unavailable index of the land item, -1 otherwise
int32 land_index # Index of the land item, -1 otherwise

uint16 mission_update_counter # indicates updates to the mission, reload from dataman if increased
uint16 geofence_update_counter # indicates updates to the geofence, reload from dataman if increased
uint16 safe_points_update_counter # indicates updates to the safe points, reload from dataman if increased
4 changes: 4 additions & 0 deletions msg/VehicleOpticalFlowVel.msg
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ float32[2] flow_compensated_integral # integrated optical flow measurement com
float32[3] gyro_rate # gyro measurement synchronized with flow measurements (rad/s)
float32[3] gyro_rate_integral # gyro measurement integrated to flow rate and synchronized with flow measurements (rad)

float32[3] gyro_bias
float32[3] ref_gyro
float32[3] meas_gyro

# TOPICS estimator_optical_flow_vel vehicle_optical_flow_vel

0 comments on commit 9878264

Please sign in to comment.