Skip to content

Ground Control Stations

byang12159 edited this page Jul 7, 2023 · 8 revisions

Hardware

Tested on Lenovo Thinkpad T540p with Ubuntu 20.04.6 LTS installation

We used 2 GCS options. MissionPlanner is used extensively for the configuration portion, while MAVProxy is used during the operation of the drone.

Mission Planner

After installing Mission Planner, you can navigate to the directory and open using mono

gcs@gcs-ThinkPad-T540p:~/Apps/MissionPlanner-latest$ mono MissionPlanner.exe

If connection with the drone is successful, Mission Planner should be displaying a live view of the sensors.

Go into the SETUP -> Mandatory Hardware to complete initial calibrations necessary for first flight. More information can be found on the ardupilot documentation here.

MAVProxy

Clone this wiki locally