home Home library_books Notes style Projects photos Photos Table Of Contents Setup Steps Related Articles The Taranis Q X7 is Real Turnigy Reaktor 250W Charger BlHeli CleanFlight ESC Calibration The Ultimate Micro Quadcopter Guide Falcon 120 BlHeli ESC Upgrading and Configuration Running Ardupilot Mission Planner with Mono on Mac OSX Nt 48

This is a guide to running Ardupilot's Mission Planner on Mac without a virutal machine. We'll use Mono instead.

Setup Steps

sudo mkdir /usr/share/Mission\ Planner
sudo chown `whoami` /usr/share/Mission\ Planner
  • Unzip the Mission Planner zip file you downloaded and in your terminal cd into this directory. For example, I ran:
cd ~/Downloads/MissionPlanner-latest/
  • Run Mission Planner with this terminal command:
mono MissionPlanner.exe

Running this way in Mono works fine for most things, but I couldn't get the setup wizard to work, so be warned, some things may not work quite right on Mac. For these cases, I fallback to the Windows VM.

Hope this was helpful. If so, feel free to checkout my YouTube channel, get updates when a new article is posted by following on Feedly and read the the other guides at nathan.vertile.com/blog