mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 22:29:06 +08:00
Update optical flow interface
This commit is contained in:
parent
cafb1400fb
commit
f3d790a664
@ -50,11 +50,11 @@ public:
|
||||
Flow(std::shared_ptr<Ekf> ekf);
|
||||
~Flow();
|
||||
|
||||
void setData(const flow_message& flow);
|
||||
flow_message dataAtRest();
|
||||
void setData(const flowSample& flow);
|
||||
flowSample dataAtRest();
|
||||
|
||||
private:
|
||||
flow_message _flow_data;
|
||||
flowSample _flow_data;
|
||||
|
||||
void send(uint64_t time) override;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user