mirror of https://github.com/ArduPilot/ardupilot
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};
|
||||
|
||||
#if AP_OPTICALFLOW_ENABLED
|
||||
OpticalFlow optflow;
|
||||
#endif
|
||||
|
||||
#if OSD_ENABLED || OSD_PARAM_ENABLED
|
||||
AP_OSD osd;
|
||||
|
|
Loading…
Reference in New Issue