Browse Source

Rover: fixed comments

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
1cb9f71370
  1. 5
      APMrover2/APMrover2.pde

5
APMrover2/APMrover2.pde

@ -168,7 +168,7 @@ DataFlash_Empty DataFlash; @@ -168,7 +168,7 @@ DataFlash_Empty DataFlash;
//
// There are three basic options related to flight sensor selection.
//
// - Normal flight mode. Real sensors are used.
// - Normal driving mode. Real sensors are used.
// - HIL Attitude mode. Most sensors are disabled, as the HIL
// protocol supplies attitude information directly.
// - HIL Sensors mode. Synthetic sensors are configured that
@ -452,9 +452,6 @@ static float current_total1; @@ -452,9 +452,6 @@ static float current_total1;
//static float current_amps2; // Current (Amperes) draw from battery 2
//static float current_total2; // Totalized current (Amp-hours) from battery 2
// JLN Update
uint32_t timesw = 0;
////////////////////////////////////////////////////////////////////////////////
// Navigation control variables
////////////////////////////////////////////////////////////////////////////////

Loading…
Cancel
Save