Browse Source

Plane: explain verify_*() commands

master
Andrew Tridgell 12 years ago
parent
commit
e918293e86
  1. 10
      ArduPlane/commands_logic.pde

10
ArduPlane/commands_logic.pde

@ -156,9 +156,13 @@ static void handle_no_commands() @@ -156,9 +156,13 @@ static void handle_no_commands()
}
/********************************************************************************/
// Verify command Handlers
/********************************************************************************/
/*******************************************************************************
Verify command Handlers
Each type of mission element has a "verify" operation. The verify
operation returns true when the mission element has completed and we
should move onto the next mission element.
*******************************************************************************/
static bool verify_nav_command() // Returns true if command complete
{

Loading…
Cancel
Save