APO comment fixes.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1939 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
james.goppert 2011-05-01 03:20:19 +00:00
parent 9a47d7b8e1
commit 7b7ba0df1f
3 changed files with 5 additions and 23 deletions

View File

@ -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.
*

View File

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

View File

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