mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
Rover: obey AP_OPTICALFLOW_ENABLED
This commit is contained in:
parent
81d205465c
commit
5a421c7eb3
@ -159,7 +159,9 @@ private:
|
|||||||
|
|
||||||
AP_L1_Control L1_controller{ahrs, nullptr};
|
AP_L1_Control L1_controller{ahrs, nullptr};
|
||||||
|
|
||||||
|
#if AP_OPTICALFLOW_ENABLED
|
||||||
OpticalFlow optflow;
|
OpticalFlow optflow;
|
||||||
|
#endif
|
||||||
|
|
||||||
#if OSD_ENABLED || OSD_PARAM_ENABLED
|
#if OSD_ENABLED || OSD_PARAM_ENABLED
|
||||||
AP_OSD osd;
|
AP_OSD osd;
|
||||||
|
Loading…
Reference in New Issue
Block a user