mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
APO comment fixes.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1939 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
6d53028345
commit
2e8904c120
@ -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.
|
||||
*
|
||||
|
||||
|
@ -1,12 +1,5 @@
|
||||
/*
|
||||
* UgvTraxxasStampede.pde
|
||||
*
|
||||
* Created on: Apr 30, 2011
|
||||
* Author: jgoppert
|
||||
*/
|
||||
|
||||
/*
|
||||
* ArduPilotOne.pde
|
||||
* AutopilotCar.pde
|
||||
*
|
||||
* Created on: Apr 30, 2011
|
||||
* Author: jgoppert
|
||||
|
@ -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…
Reference in New Issue
Block a user