mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_OpticalFlow: convert example from .pde to .cpp
This commit is contained in:
parent
24e2e4b35e
commit
637f8430c9
@ -0,0 +1,26 @@
|
|||||||
|
LIBRARIES += AP_ADC
|
||||||
|
LIBRARIES += AP_ADC_AnalogSource
|
||||||
|
LIBRARIES += AP_AHRS
|
||||||
|
LIBRARIES += AP_Airspeed
|
||||||
|
LIBRARIES += AP_Baro
|
||||||
|
LIBRARIES += AP_BattMonitor
|
||||||
|
LIBRARIES += AP_Common
|
||||||
|
LIBRARIES += AP_Compass
|
||||||
|
LIBRARIES += AP_Declination
|
||||||
|
LIBRARIES += AP_GPS
|
||||||
|
LIBRARIES += AP_HAL
|
||||||
|
LIBRARIES += AP_HAL_AVR
|
||||||
|
LIBRARIES += AP_HAL_SITL
|
||||||
|
LIBRARIES += AP_InertialSensor
|
||||||
|
LIBRARIES += AP_Math
|
||||||
|
LIBRARIES += AP_Mission
|
||||||
|
LIBRARIES += AP_Notify
|
||||||
|
LIBRARIES += AP_OpticalFlow
|
||||||
|
LIBRARIES += AP_Param
|
||||||
|
LIBRARIES += AP_Progmem
|
||||||
|
LIBRARIES += AP_Terrain
|
||||||
|
LIBRARIES += AP_Vehicle
|
||||||
|
LIBRARIES += DataFlash
|
||||||
|
LIBRARIES += Filter
|
||||||
|
LIBRARIES += GCS_MAVLink
|
||||||
|
LIBRARIES += StorageManager
|
Loading…
Reference in New Issue
Block a user