mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 17:20:34 +08:00
EKF: add method to get the terrain variance
This commit is contained in:
@@ -194,6 +194,9 @@ public:
|
||||
// get the estimated terrain vertical position relative to the NED origin
|
||||
void get_terrain_vert_pos(float *ret);
|
||||
|
||||
// get the terrain variance
|
||||
float get_terrain_var() const { return _terrain_var; }
|
||||
|
||||
// get the accerometer bias in m/s/s
|
||||
void get_accel_bias(float bias[3]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user