ardupilot/Tools/Replay/make.inc

34 lines
803 B
PHP
Raw Normal View History

2015-06-01 03:14:11 -03:00
LIBRARIES += AP_Common
LIBRARIES += AP_Param
LIBRARIES += StorageManager
LIBRARIES += AP_Math
2015-10-21 03:27:07 -03:00
LIBRARIES += AP_AccelCal
2015-06-01 03:14:11 -03:00
LIBRARIES += AP_ADC
LIBRARIES += AP_Declination
LIBRARIES += Filter
LIBRARIES += AP_Buffer
LIBRARIES += AP_Airspeed
LIBRARIES += AP_Vehicle
LIBRARIES += AP_Notify
LIBRARIES += DataFlash
LIBRARIES += GCS_MAVLink
LIBRARIES += AP_GPS
LIBRARIES += AP_AHRS
LIBRARIES += AP_Compass
LIBRARIES += AP_Baro
LIBRARIES += AP_InertialSensor
2015-09-22 22:55:26 -03:00
LIBRARIES += AP_NavEKF2
2016-07-14 02:08:43 -03:00
LIBRARIES += AP_NavEKF3
2015-06-01 03:14:11 -03:00
LIBRARIES += AP_Mission
LIBRARIES += AP_Rally
LIBRARIES += AP_BattMonitor
LIBRARIES += AP_Terrain
LIBRARIES += AP_OpticalFlow
LIBRARIES += Parameters
LIBRARIES += AP_SerialManager
LIBRARIES += RC_Channel
LIBRARIES += AP_RangeFinder
LIBRARIES += VehicleType
2016-10-27 01:19:52 -03:00
LIBRARIES += AP_Frsky_Telem
2016-11-23 03:35:07 -04:00
LIBRARIES += AP_Beacon