AP_Math: port examples to Linux

This commit is contained in:
Andrew Tridgell 2014-07-29 15:49:38 +10:00
parent 91ec4e56d5
commit 03dc27147e
4 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include <AP_HAL_AVR_SITL.h>
#include <AP_HAL_Empty.h>
#include <AP_HAL_PX4.h>
#include <AP_HAL_Linux.h>
#include <AP_Math.h>
#include <Filter.h>
#include <AP_ADC.h>

View File

@ -23,6 +23,7 @@
#include <AP_HAL_AVR.h>
#include <AP_HAL_AVR_SITL.h>
#include <AP_HAL_Empty.h>
#include <AP_HAL_Linux.h>
#include <AP_AHRS.h>
#include <SITL.h>
#include <AP_NavEKF.h>

View File

@ -9,6 +9,7 @@
#include <AP_Math.h>
#include <AP_HAL.h>
#include <AP_HAL_AVR.h>
#include <AP_HAL_Linux.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;

View File

@ -11,6 +11,7 @@
#include <AP_HAL_AVR_SITL.h>
#include <AP_HAL_Empty.h>
#include <AP_HAL_PX4.h>
#include <AP_HAL_Linux.h>
#include <AP_Math.h>
#include <Filter.h>
#include <AP_ADC.h>