Skip to content

ArduPilot/MissionPlanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a4c5a09 · Feb 15, 2025
Sep 19, 2024
Apr 28, 2021
Feb 5, 2013
Jun 15, 2022
Feb 6, 2025
Sep 10, 2022
Feb 7, 2025
Feb 15, 2025
Jan 3, 2023
Apr 17, 2024
Dec 27, 2024
Jul 8, 2024
Sep 28, 2017
Feb 5, 2013
May 12, 2024
Sep 18, 2024
Sep 18, 2024
Aug 18, 2022
Nov 19, 2024
Feb 3, 2025
Apr 16, 2024
Feb 3, 2025
Jun 3, 2024
Aug 20, 2024
Feb 3, 2025
May 12, 2024
Feb 6, 2025
Sep 21, 2021
Mar 15, 2023
Jan 24, 2017
Feb 3, 2025
Sep 10, 2018
Sep 20, 2021
May 12, 2024
Jun 21, 2021
Sep 27, 2022
Sep 7, 2020
Oct 3, 2023
Aug 22, 2016
Nov 14, 2015
Jan 16, 2020
Sep 5, 2013
Jul 31, 2024
May 16, 2024
Mar 7, 2020
Dec 16, 2019
Jan 16, 2020
Jan 13, 2020
Apr 25, 2017
Sep 5, 2022
Jun 19, 2021
Jan 5, 2017
Nov 28, 2017
Feb 3, 2025
Feb 1, 2016
Aug 4, 2015
Oct 27, 2020
Mar 18, 2017
Jun 19, 2021
Feb 27, 2018
Mar 24, 2018
Aug 5, 2024
Sep 30, 2014
Jul 18, 2014
Aug 16, 2014
Jan 7, 2021
Jun 5, 2020
Mar 5, 2020
Dec 13, 2024
Dec 24, 2013
Sep 19, 2024
Oct 3, 2023
Dec 15, 2024
Aug 23, 2024
Oct 21, 2023
Mar 21, 2017
Mar 9, 2016
Jun 21, 2022
Sep 18, 2024
Jul 6, 2023
Aug 12, 2018
Nov 15, 2022
Feb 3, 2014
Jul 21, 2023
Feb 24, 2024
Aug 12, 2018
Feb 2, 2021
Nov 18, 2015
May 25, 2024
Apr 18, 2016
Aug 22, 2016
Nov 14, 2015
Mar 12, 2020
Jun 26, 2020
Aug 12, 2023
Jan 27, 2022
Dec 11, 2022
Aug 9, 2022
Feb 2, 2018
Feb 5, 2013
Feb 15, 2024
Mar 2, 2022
Feb 12, 2024
Dec 25, 2021
Feb 24, 2018
Mar 8, 2017
Dec 10, 2017
Jun 12, 2022
Nov 14, 2015
Apr 2, 2019
Feb 3, 2025
Sep 13, 2020
Jul 13, 2021
Aug 3, 2013
Sep 17, 2016
Sep 17, 2016
Feb 5, 2013
Jun 19, 2021
Jul 13, 2020
Oct 27, 2020
May 4, 2014
Jul 29, 2014
Jul 30, 2014
Jul 13, 2020
Feb 25, 2024
Aug 15, 2024
Oct 27, 2020
Feb 25, 2024
Jun 15, 2022
Feb 2, 2018
Apr 7, 2022
Nov 14, 2022

Repository files navigation

MissionPlanner

Dot Net Android OSX/IOS

Website : http://ardupilot.org/planner/

Forum : http://discuss.ardupilot.org/c/ground-control-software/mission-planner

Download latest stable version : http://firmware.ardupilot.org/Tools/MissionPlanner/MissionPlanner-latest.msi

Changelog : https://github.com/ArduPilot/MissionPlanner/blob/master/ChangeLog.txt

License : https://github.com/ArduPilot/MissionPlanner/blob/master/COPYING.txt

How to compile

On Windows (Recommended)

1. Install software

Main requirements

Currently, Mission Planner needs:

Visual Studio 2022

IDE

Visual Studio Community

To compile Mission Planner, we recommend using Visual Studio. You can download Visual Studio Community from the Visual Studio Download page.

Visual Studio is a comprehensive suite with built-in Git support, but it can be overwhelming due to its complexity. To streamline the installation process, you can customize your installation by selecting the relevant "Workloads" and "Individual components" based on your software development needs.

To simplify this selection process, we have provided a configuration file that specifies the components required for MissionPlanner development. Here's how you can use it:

  1. Go to "More" in the Visual Studio installer.
  2. Select "Import configuration."
  3. Use the following file: vs2022.vsconfig.

By following these steps, you'll have the necessary components installed and ready for Mission Planner development.

VSCode

Currently VSCode with C# plugin is able to parse the code but cannot build.

2. Get the code

If you get Visual Studio Community, you should be able to use Git from the IDE. Clone https://github.com/ArduPilot/MissionPlanner.git to get the full code.

In case you didn't install an IDE, you will need to manually install Git. Please follow instruction in https://ardupilot.org/dev/docs/where-to-get-the-code.html#downloading-the-code-using-git

Open a git bash terminal in the MissionPlanner directory and type, "git submodule update --init" to download all submodules

3. Build

To build the code:

  • Open MissionPlanner.sln with Visual Studio
  • From the Build menu, select "Build MissionPlanner"

On other systems

Building Mission Planner on other systems isn't support currently.

Launching Mission Planner on other system

Mission Planner is available for Android via the Play Store. https://play.google.com/store/apps/details?id=com.michaeloborne.MissionPlanner Mission Planner can be used with Mono on Linux systems. Be aware that not all functions are available on Linux. Native MacOS and iOS support is experimental and not recommended for inexperienced users. https://github.com/ArduPilot/MissionPlanner/releases/tag/osxlatest For MacOS users it is recommended to use Mission Planner for Windows via Boot Camp or Parallels (or equivalent).

On Linux

Requirements

Those instructions were tested on Ubuntu 20.04. Please install Mono, either :

  • sudo apt install mono-complete mono-runtime libmono-system-windows-forms4.0-cil libmono-system-core4.0-cil libmono-winforms4.0-cil libmono-corlib4.0-cil libmono-system-management4.0-cil libmono-system-xml-linq4.0-cil

Launching

You can debug Mission Planner on Mono with MONO_LOG_LEVEL=debug mono MissionPlanner.exe

External Services Used

Source Use How to disable Custodian
https://firmware.oborne.me used as a global cdn for checking for MP update check - checked once per day at startup edit missionplanner.exe.config Michael Oborne
https://firmware.ardupilot.org used for updates to stable, firmware metadata, firmware, user alerts, gstreamer, SRTM, SITL updates to stable (edit missionplanner.exe.config) - all others Not possible Ardupilot Team
https://github.com/ used for updates to beta edit missionplanner.exe.config Michael Oborne
https://raw.githubusercontent.com old param metadata, sitl config files Not possible Ardupilot Team
https://api.github.com/ ardupilot preload param files Not possible Ardupilot Team
https://raw.oborne.me/ used as glocal cdn for parameter metadata generator, no longer primary source only used at user request to regenerate, edit missionplanner.exe.config Michael Oborne
https://maps.google.com used for elevation api - removed due to abuse N/A N/A
https://discuss.cubepilot.org/ use for SB2 reporting - only on affected boards when user enters details only used at user request CubePilot
https://altitudeangel.com utm data - user enabled only used at user request Altitude Angel
https://autotest.ardupilot.org dataflash log meta data, parameter metadata Not Possible Ardupilot Team
Many your choice of map provider google/bing/openstreetmap/etc User selectable User/Many
https://www.cloudflare.com geo location provider - for NFZ selection Not Possible Michael Oborne
https://esua.cad.gov.hk HK no fly zones - user enabled User selectable HK Gov
https://ssl.google-analytics.com Google Analytics Anonymous Stats - Screen Loads, Exceptions/Crashs, Events (Connect), Startup Timing, FW upload (FW Type and Board Type) disable in Config > Planner > OptOut Anon Stats Michael Oborne
https://api.dronelogbook.com logging - disabled N/A N/A
https://ardupilot.org help urls on many pages User Initiated ArduPilot Team
https://www.youtube.com help videos on many pages User Initiated ArduPilot Team
https://files.rfdesign.com.au RFD firmwares User Initiated RFDesign
https://teck.airmarket.io airmarket - disabled N/A N/A

Offline Use - No Internet

Location Use Transferable between pcs
C:\ProgramData\Mission Planner\gmapcache Map cache yes
C:\ProgramData\Mission Planner\srtm Elevation data cache yes
C:\ProgramData\Mission Planner\*.pdef.xml Parameter cache yes
C:\ProgramData\Mission Planner\LogMessages*.xml DF Log metadata cache yes

on linux this is in /home//.local/share/Mission Planner/

Offline Data Supported

Elevation

  • SRTM Cache
  • GeoTiff's in WGS84/EGM96
  • DTED

Images

  • Map Cache
  • WMS
  • WMTS
  • GDAL

Paths used - Default

Location Use
C:\ProgramData\Mission Planner All cross user content
C:\Users\USERNAME\Documents\Mission Planner All per user content

on linux this is in /home//.local/share/Mission Planner/

CA Cert

A CA cert is installed to the root store and used to sign the windows serial port drivers, and is installed as part of the MSI install.

FlagCounter