• Stars
    star
    1,753
  • Rank 26,412 (Top 0.6 %)
  • Language
    C#
  • License
    GNU General Publi...
  • Created over 11 years ago
  • Updated 9 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Mission Planner Ground Control Station for ArduPilot (c# .net)

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

The recommended way to compile Mission Planner is through Visual Studio. You could do it with Visual Studio Community Visual Studio Download page. Visual Studio suite is quite complex and comes with Git support. During the Selection phase, please goto More > import configuration, and use the file (https://raw.githubusercontent.com/ArduPilot/MissionPlanner/master/vs2022.vsconfig "vs2022.vsconfig")

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

More Repositories

1

ardupilot

ArduPlane, ArduCopter, ArduRover, ArduSub source
C++
10,757
star
2

ardupilot_wiki

Repository for ArduPilot wiki issues and wiki-specific website infrastructure.
Python
485
star
3

apm_planner

APM Planner Ground Control Station (Qt)
C++
471
star
4

MAVProxy

MAVLink proxy and command line ground station
Python
393
star
5

pymavlink

python MAVLink interface and utilities
Python
380
star
6

SiK

Tools and firmware for the Si1000
C
252
star
7

Schematics

C
131
star
8

UAVLogViewer

An online viewer for UAV log files
JavaScript
131
star
9

OctomapPlanner

ArduPilot Gazebo SITL 3D mapping and planning
C++
123
star
10

companion

Companion computer startup scripts and examples
Shell
95
star
11

ArduRemoteID

RemoteID support using OpenDroneID
C++
90
star
12

ardupilot_gazebo

Plugins and models for vehicle simulation in Gazebo Sim with ArduPilot SITL controllers
C++
74
star
13

node-mavlink

This project is providing native TypeScript bindings and tools for sending and receiving MavLink messages over a verity of medium
TypeScript
56
star
14

alceosd

AlceOSD - Graphical OSD
C#
51
star
15

ChibiOS

Fork of ChibiOS for ArduPilot
C
47
star
16

SITL_Models

Models of aircraft for SITL
HTML
40
star
17

MethodicConfigurator

A clear ArduPilot configuration sequence
Python
31
star
18

ardupilot_gz

Tools for ArduPilot ROS2 integration and testing on ROS 2 humble
Python
31
star
19

ArduConfigurator

JavaScript
30
star
20

APWeb

ArduPilot web server interface
JavaScript
29
star
21

dema-rc

Linux Drone Remote Controller
C
20
star
22

binary

repository for binary files associated with ardupilot
GLSL
17
star
23

OMC

OpenMissionControl
C++
17
star
24

plotjuggler-apbin-plugins

ArduPilot Dataflash plugin for Plotjuggler
C++
15
star
25

CustomBuild

Custom build server source
Python
13
star
26

AP_Cloud

Fleet management solution for ArduPilot Drones
JavaScript
11
star
27

WebTools

JavaScript
11
star
28

ardupilot_dev_docker

Shell
9
star
29

SoloScripts

8
star
30

terraingen

Ardupilot Terrain Generator website
Python
7
star
31

OMC-docs

OpenMissionControl documentation
6
star
32

ChibiOS.svn

Mirror of ChibiOS svn repository
C
5
star
33

ardupilot_wiki_copy

Source for ardupilot.org website
Python
5
star
34

ardupilot-mavsdk

Shell
4
star
35

UDPProxy

UDP Proxy For MAVLink2
C++
4
star
36

ardupilot_vscode_devenv

VS Code extension for Ardupilot development setup
TypeScript
4
star
37

ParameterRepository

All generated parameters in a single place
HTML
4
star
38

useralerts

User Alerts for ArduPilot
HTML
4
star
39

node-mavlink-mappings

TypeScript
2
star
40

plot3d

3D path plotter for aerobatics
JavaScript
2
star
41

sphinxcontrib.vimeo

clone from https://bitbucket.org/jdouglass/sphinxcontrib.vimeo
Python
1
star
42

FWLoad

Factory load tool for Pixhawk2
Python
1
star
43

homebrew-ardupilot

Homebrew recipes for ArduPilot development on MacOS
Ruby
1
star
44

clj-ardupilot-utils

Clojure
1
star
45

gSOAP

Modified gSOAP library for use by Ardupilot
HTML
1
star