Browse Source

APO comment fixes.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1939 f9c3cf11-9bcb-44bc-f272-b75c42450872
mission-4.1.18
james.goppert 14 years ago
parent
commit
7b7ba0df1f
  1. 10
      libraries/APO/AP_Autopilot.h
  2. 9
      libraries/APO/examples/AutopilotCar/AutopilotCar.pde
  3. 9
      libraries/APO/examples/AutopilotQuad/AutopilotQuad.pde

10
libraries/APO/AP_Autopilot.h

@ -55,15 +55,11 @@ class AP_CommLink; @@ -55,15 +55,11 @@ class AP_CommLink;
/**
* This class encapsulates the entire autopilot system
* The constructor takes the serial streams available
* and attaches them to the appropriate devices.
* Also, since APM_RC is globally instantiated this
* is also passed to the constructor so that we
* can avoid and global instance calls for maximum
* clarity.
* The constructor takes guide, navigator, and controller
* as well as the hardware abstraction layer.
*
* It inherits from loop to manage
* the subloops and sets the overal
* the subloops and sets the overall
* frequency for the autopilot.
*

9
libraries/APO/examples/AutopilotCar/AutopilotCar.pde

@ -1,12 +1,5 @@ @@ -1,12 +1,5 @@
/*
* UgvTraxxasStampede.pde
*
* Created on: Apr 30, 2011
* Author: jgoppert
*/
/*
* ArduPilotOne.pde
* AutopilotCar.pde
*
* Created on: Apr 30, 2011
* Author: jgoppert

9
libraries/APO/examples/AutopilotQuad/AutopilotQuad.pde

@ -1,12 +1,5 @@ @@ -1,12 +1,5 @@
/*
* QuadArducopter.pde
*
* Created on: Apr 30, 2011
* Author: jgoppert
*/
/*
* ArduPilotOne.pde
* AutopilotQuad.pde
*
* Created on: Apr 30, 2011
* Author: jgoppert

Loading…
Cancel
Save