2011-09-29 15:16:36 -03:00
|
|
|
// Libraries
|
2011-12-05 13:26:10 -04:00
|
|
|
#include <Wire.h>
|
2011-09-29 15:16:36 -03:00
|
|
|
#include <FastSerial.h>
|
|
|
|
#include <AP_Common.h>
|
|
|
|
#include <APM_RC.h>
|
|
|
|
#include <AP_RangeFinder.h>
|
|
|
|
#include <GCS_MAVLink.h>
|
|
|
|
#include <AP_ADC.h>
|
|
|
|
#include <AP_DCM.h>
|
|
|
|
#include <AP_Compass.h>
|
|
|
|
#include <Wire.h>
|
|
|
|
#include <AP_GPS.h>
|
|
|
|
#include <AP_IMU.h>
|
|
|
|
#include <APM_BMP085.h>
|
|
|
|
#include <ModeFilter.h>
|
|
|
|
#include <APO.h>
|
2011-11-28 01:53:30 -04:00
|
|
|
#include <AP_AnalogSource.h>
|
|
|
|
#include <AP_InertialSensor.h>
|
2012-07-10 19:39:13 -03:00
|
|
|
#include <AP_Camera.h>
|
|
|
|
#include <AP_Mount.h>
|
|
|
|
#include <AP_Relay.h>
|
|
|
|
#include <RC_Channel.h>
|
2011-09-29 15:16:36 -03:00
|
|
|
|
|
|
|
// Vehicle Configuration
|
2011-12-05 13:26:10 -04:00
|
|
|
//#include "BoatGeneric.h"
|
|
|
|
#include "SailboatLaser.h"
|
2011-09-29 15:16:36 -03:00
|
|
|
|
|
|
|
// ArduPilotOne Default Setup
|
|
|
|
#include "APO_DefaultSetup.h"
|