mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-06 16:08:28 -04:00
28 lines
616 B
C++
28 lines
616 B
C++
#line 1 "/home/jgoppert/Projects/ardupilotone/ArduRover/ArduRover.pde"
|
|
// Libraries
|
|
#include <Wire.h>
|
|
#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>
|
|
#include <WProgram.h>
|
|
|
|
// Vehicle Configuration
|
|
#include "CarStampede.h"
|
|
//#include "TankGeneric.h"
|
|
|
|
// ArduPilotOne Default Setup
|
|
#include "APO_DefaultSetup.h"
|
|
#line 1 "autogenerated"
|
|
#include "WProgram.h"
|