mirror of https://github.com/ArduPilot/ardupilot
Spellcheck apo library
This commit is contained in:
parent
7a510084b1
commit
69de071281
|
@ -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) {
|
||||
|
|
|
@ -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++) {
|
||||
|
|
|
@ -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;
|
|||
* 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:
|
|||
|
||||
/**
|
||||
* Loop 4 Callbacks
|
||||
* - super slow mesages
|
||||
* - super slow messages
|
||||
* - log writing
|
||||
* @see callback0
|
||||
*/
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
namespace apo {
|
||||
|
||||
/// Class desciprtion
|
||||
/// Class description
|
||||
class Class {
|
||||
public:
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue