mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
Tracker: use camera singleton to get camera rather than callback
This commit is contained in:
parent
7c60c85a12
commit
3146fcd80a
@ -16,7 +16,6 @@ protected:
|
|||||||
|
|
||||||
AP_Mission *get_mission() override { return nullptr; };
|
AP_Mission *get_mission() override { return nullptr; };
|
||||||
AP_Rally *get_rally() const override { return nullptr; };
|
AP_Rally *get_rally() const override { return nullptr; };
|
||||||
AP_Camera *get_camera() const override { return nullptr; };
|
|
||||||
|
|
||||||
uint8_t sysid_my_gcs() const override;
|
uint8_t sysid_my_gcs() const override;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user