PGCS - arthurbenemann/ardupilot GitHub Wiki
http://ardupilot-mega.googlecode.com/svn/ArduPilotMegaImages/Missionplanner1.PNG
The above is the main Ground Station view of the Mission Planner, showing the Heads-up Display (HUD). If your APM slider switch is in flight mode (away from the RC pins) and you have connected via MAVLink (usually through the Xbee modules at 57600k, but it will work via USB on the ground, too) the dials and position on this screen will display the telemetry sent by APM.
A few tips:
-
The map will only show current position when you have GPS lock or are using a flight simulator
-
For Autopilot status, the output meaning is as follows:
-
"WPDist" : Distance to next waypoint in meters
-
"Bearing ERR": How far your UAV is from the perfect line to the next waypoint
-
"Alt ERR": How far your UAV is from the target altitude
-
"WP": Next waypoint to hit
-
"Mode": Current autopilot mode.
-
"Ardupilot output" means the autopilot's outputs on the first four channels
-
You can issues mode changes and other action commands in the air with the Mission Planner and other GCSs, but note that you must be under autopilot control for them to take effect. When your RC toggle switch is in the Manual position, you are no longer under autopilot control and no commands will take effect. You be in one of the other positions (Stabilize, Fly-by-Wire, Auto or any other autopilot-controlled mode) but MAVlink commands to take effect.
= Guided Mode
http://ardupilot-mega.googlecode.com/svn/ArduPilotMegaImages/guided.png
One of the most commonly-used features in pro UAVs is point-and-click mission control in real time. Rather than just pre-planned missions or manually flying the UAV, operators can just click on a map and say "go here now".
That's now implemented in APM. On the GCS map, you can right-click on the map and just select "Fly To Here". The UAV will fly there and loiter until you give it another command. We call this "Guided Mode". There are more commands coming in this mode soon, but the functionality is now built-in.
Note: Guided is a separate flight mode. If you enter it you will remain in it until you do something to change modes. So if you tell it to "go here now", once it arrives there it will loiter at the Guided waypoint till you tell it to do something else. Something else could either be going to another Guided waypoint (staying in Guided mode) or changing to some other flight mode. If you change to Auto your mission will resume where it left off.
Tips
- If you double-click the HUD it will popout, allowing you to run the hud full screen on a second screen.
- If you double-click on the Speed Guage you can modify the max scale you want to display.
- If you enable the Tuning checkbox and double-click tuning you can graph any data that is available in the status tab. This means you can have alt, attitude, or many other options in real time.
- You can use custom imagery instead of Google Maps. Press control-F. This allows you to upload your own orthophotos. Use will require Globalmapper, as this is currently one of the key steps in exporting in the required format for use in the planner.