From 91ae269f8994cc812abdbad29e215d437c7aaa35 Mon Sep 17 00:00:00 2001 From: Jacob Regenstein Date: Wed, 19 Oct 2016 22:23:10 -0400 Subject: [PATCH] Added descriptions for RTL and AUTO flight modes --- basicUserGuide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/basicUserGuide.md b/basicUserGuide.md index 60d3a2e..bd41f40 100644 --- a/basicUserGuide.md +++ b/basicUserGuide.md @@ -74,9 +74,11 @@ Circle mode is similar to LOITER, but doesn’t attempt to hold position. Circle
### RTL +Causes the plane fly to the GPS lat/long (but not alt!) location the plane was armed at, and circle over that location. It will continue to circle until it runs out of power. Because of this, be sure to arm the plane in a place that will be safe to RTL over. If you want it to go to another place, look into rally points.
### AUTO +Will fly to waypoints in the mission file, similar to quadcopter. The waypoint radius is an important number, if the plane doesn't fly within the radius it will circle around to try again, which may be problematic for the mission. Air on the high side when choosing the radius.
## Sensor Setup