Browse Source

AP_Math: converted rotations example to cpp

this is just a test conversion before we start converting on-mass
master
Andrew Tridgell 10 years ago
parent
commit
605b8b4ece
  1. 33
      libraries/AP_Math/examples/rotations/make.inc
  2. 0
      libraries/AP_Math/examples/rotations/rotations.cpp

33
libraries/AP_Math/examples/rotations/make.inc

@ -0,0 +1,33 @@ @@ -0,0 +1,33 @@
LIBRARIES += AP_Common
LIBRARIES += AP_Progmem
LIBRARIES += AP_Param
LIBRARIES += AP_HAL
LIBRARIES += AP_HAL_AVR
LIBRARIES += AP_HAL_SITL
LIBRARIES += AP_HAL_Empty
LIBRARIES += AP_HAL_PX4
LIBRARIES += AP_HAL_Linux
LIBRARIES += AP_Math
LIBRARIES += Filter
LIBRARIES += AP_ADC
LIBRARIES += SITL
LIBRARIES += AP_Compass
LIBRARIES += AP_Baro
LIBRARIES += AP_Notify
LIBRARIES += AP_InertialSensor
LIBRARIES += AP_GPS
LIBRARIES += DataFlash
LIBRARIES += GCS_MAVLink
LIBRARIES += AP_Mission
LIBRARIES += StorageManager
LIBRARIES += AP_Terrain
LIBRARIES += AP_Declination
LIBRARIES += AP_AHRS
LIBRARIES += AP_NavEKF
LIBRARIES += AP_Airspeed
LIBRARIES += AP_Vehicle
LIBRARIES += AP_ADC_AnalogSource
LIBRARIES += AP_Rally
LIBRARIES += AP_BattMonitor
LIBRARIES += AP_RangeFinder
LIBRARIES += AP_OpticalFlow

0
libraries/AP_Math/examples/rotations/rotations.pde → libraries/AP_Math/examples/rotations/rotations.cpp

Loading…
Cancel
Save