mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
msg: Create message for GPS drift rates
This data is only updated at 5Hz and only required pre-flight.
This commit is contained in:
committed by
Paul Riseborough
parent
f7147653ab
commit
f100cd73ef
@@ -52,6 +52,7 @@ set(msg_files
|
|||||||
distance_sensor.msg
|
distance_sensor.msg
|
||||||
ekf2_innovations.msg
|
ekf2_innovations.msg
|
||||||
ekf2_timestamps.msg
|
ekf2_timestamps.msg
|
||||||
|
ekf_gps_drift.msg
|
||||||
ekf_gps_position.msg
|
ekf_gps_position.msg
|
||||||
esc_report.msg
|
esc_report.msg
|
||||||
esc_status.msg
|
esc_status.msg
|
||||||
|
|||||||
5
msg/ekf_gps_drift.msg
Normal file
5
msg/ekf_gps_drift.msg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
uint64 timestamp # time since system start (microseconds)
|
||||||
|
float32 hpos_drift_rate # Horizontal position rate magnitude checked using EKF2_REQ_HDRIFT (m/s)
|
||||||
|
float32 vpos_drift_rate # Vertical position rate magnitude checked using EKF2_REQ_VDRIFT (m/s)
|
||||||
|
float32 hspd # Filtered horizontal velocity magnitude checked using EKF2_REQ_HDRIFT (m/s)
|
||||||
|
bool blocked # true when drift calculation is blocked due to IMU movement check controlled by EKF2_MOVE_TEST
|
||||||
Reference in New Issue
Block a user