mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
added message for ekf2 innovations message
This commit is contained in:
parent
7452cfdf63
commit
67eed88767
7
msg/ekf2_innovations.msg
Normal file
7
msg/ekf2_innovations.msg
Normal file
@ -0,0 +1,7 @@
|
||||
uint64 timestamp # Timestamp in microseconds since boot
|
||||
float32[6] vel_pos_innov # velocity and position innovations
|
||||
float32[3] mag_innov # earth magnetic field innovations
|
||||
float32 heading_innov # heading innovation
|
||||
float32[6] vel_pos_innov_var # velocity and position innovation variances
|
||||
float32[3] mag_innov_var # earth magnetic field innovation variance
|
||||
float32 heading_innov_var # heading innovation variance
|
||||
@ -273,3 +273,6 @@ ORB_DEFINE(camera_trigger, struct camera_trigger_s);
|
||||
|
||||
#include "topics/vehicle_command_ack.h"
|
||||
ORB_DEFINE(vehicle_command_ack, struct vehicle_command_ack_s);
|
||||
|
||||
#include "topics/ekf2_innovations.h"
|
||||
ORB_DEFINE(ekf2_innovations, struct ekf2_innovations_s);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user