mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-15 19:50:35 +08:00
ekf2_test: add multi height source unit tests
This commit is contained in:
@@ -52,6 +52,7 @@ public:
|
||||
~Baro();
|
||||
|
||||
void setData(float baro);
|
||||
float getData() const { return _baro_data; }
|
||||
|
||||
private:
|
||||
float _baro_data{0.0f};
|
||||
|
||||
Reference in New Issue
Block a user