Browse Source

Spellcheck apo library

master
Amilcar Lucas 14 years ago
parent
commit
69de071281
  1. 2
      libraries/APO/APO_DefaultSetup.h
  2. 2
      libraries/APO/AP_Autopilot.cpp
  3. 6
      libraries/APO/AP_Autopilot.h
  4. 2
      libraries/APO/template.h

2
libraries/APO/APO_DefaultSetup.h

@ -77,7 +77,7 @@ void setup() { @@ -77,7 +77,7 @@ void setup() {
* On detecting NULL assigned to any ultrasonic sensor, its corresponding block of code
* will not be executed by the navigator.
* The coordinate system is assigned by the right hand rule with the thumb pointing down.
* In set_orientation, it is defind as (front/back,left/right,down,up)
* In set_orientation, it is defined as (front/back,left/right,down,up)
*/
if (rangeFinderFrontEnabled) {

2
libraries/APO/AP_Autopilot.cpp

@ -59,7 +59,7 @@ AP_Autopilot::AP_Autopilot(AP_Navigator * navigator, AP_Guide * guide, @@ -59,7 +59,7 @@ AP_Autopilot::AP_Autopilot(AP_Navigator * navigator, AP_Guide * guide,
}
} else if (hal->getMode() == MODE_HIL_CNTL) { // hil
_hal->hil->receive();
Serial.println("HIL Recieve Called");
Serial.println("HIL Receive Called");
if (_navigator->getTimeStamp() != 0) {
// give hil a chance to send some packets
for (int i = 0; i < 5; i++) {

6
libraries/APO/AP_Autopilot.h

@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
#include "AP_CommLink.h"
/**
* ArduPilotOne namespace to protect varibles
* ArduPilotOne namespace to protect variables
* from overlap with avr and libraries etc.
* ArduPilotOne does not use any global
* variables.
@ -58,7 +58,7 @@ class AP_CommLink; @@ -58,7 +58,7 @@ class AP_CommLink;
* as well as the hardware abstraction layer.
*
* It inherits from loop to manage
* the subloops and sets the overall
* the sub-loops and sets the overall
* frequency for the autopilot.
*
@ -138,7 +138,7 @@ private: @@ -138,7 +138,7 @@ private:
/**
* Loop 4 Callbacks
* - super slow mesages
* - super slow messages
* - log writing
* @see callback0
*/

2
libraries/APO/template.h

@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
namespace apo {
/// Class desciprtion
/// Class description
class Class {
public:
}

Loading…
Cancel
Save