mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AP_InertialSensor: convert example from .pde to .cpp
This commit is contained in:
parent
ca8482b4d6
commit
7f7113c1de
33
libraries/AP_InertialSensor/examples/INS_generic/make.inc
Normal file
33
libraries/AP_InertialSensor/examples/INS_generic/make.inc
Normal file
@ -0,0 +1,33 @@
|
||||
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_Empty
|
||||
LIBRARIES += AP_HAL_FLYMAPLE
|
||||
LIBRARIES += AP_HAL_Linux
|
||||
LIBRARIES += AP_HAL_PX4
|
||||
LIBRARIES += AP_HAL_SITL
|
||||
LIBRARIES += AP_InertialSensor
|
||||
LIBRARIES += AP_Math
|
||||
LIBRARIES += AP_Mission
|
||||
LIBRARIES += AP_NavEKF
|
||||
LIBRARIES += AP_Notify
|
||||
LIBRARIES += AP_Param
|
||||
LIBRARIES += AP_Progmem
|
||||
LIBRARIES += AP_Rally
|
||||
LIBRARIES += AP_RangeFinder
|
||||
LIBRARIES += AP_Scheduler
|
||||
LIBRARIES += AP_Terrain
|
||||
LIBRARIES += AP_Vehicle
|
||||
LIBRARIES += DataFlash
|
||||
LIBRARIES += Filter
|
||||
LIBRARIES += GCS_MAVLink
|
||||
LIBRARIES += StorageManager
|
31
libraries/AP_InertialSensor/examples/VibTest/make.inc
Normal file
31
libraries/AP_InertialSensor/examples/VibTest/make.inc
Normal file
@ -0,0 +1,31 @@
|
||||
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_Empty
|
||||
LIBRARIES += AP_HAL_PX4
|
||||
LIBRARIES += AP_HAL_SITL
|
||||
LIBRARIES += AP_InertialSensor
|
||||
LIBRARIES += AP_Math
|
||||
LIBRARIES += AP_Mission
|
||||
LIBRARIES += AP_NavEKF
|
||||
LIBRARIES += AP_Notify
|
||||
LIBRARIES += AP_Param
|
||||
LIBRARIES += AP_Progmem
|
||||
LIBRARIES += AP_Rally
|
||||
LIBRARIES += AP_RangeFinder
|
||||
LIBRARIES += AP_Scheduler
|
||||
LIBRARIES += AP_Terrain
|
||||
LIBRARIES += AP_Vehicle
|
||||
LIBRARIES += DataFlash
|
||||
LIBRARIES += Filter
|
||||
LIBRARIES += GCS_MAVLink
|
||||
LIBRARIES += StorageManager
|
Loading…
Reference in New Issue
Block a user