All Projects → ArduPilot → Missionplanner

ArduPilot / Missionplanner

Licence: gpl-3.0
Mission Planner Ground Control Station (c# .net)

Projects that are alternatives of or similar to Missionplanner

Px4 Autopilot
PX4 Autopilot Software
Stars: ✭ 5,090 (+380.64%)
Mutual labels:  ros, autopilot, uav
firmware
Firmware for the ROSflight autopilot
Stars: ✭ 115 (-89.14%)
Mutual labels:  uav, ros, autopilot
Ardupilot
ArduPlane, ArduCopter, ArduRover, ArduSub source
Stars: ✭ 6,637 (+526.72%)
Mutual labels:  ros, autopilot, uav
Mrs uav system
The entry point to the MRS UAV system.
Stars: ✭ 64 (-93.96%)
Mutual labels:  ros, uav, control
Spot mini mini
Dynamics and Domain Randomized Gait Modulation with Bezier Curves for Sim-to-Real Legged Locomotion.
Stars: ✭ 426 (-59.77%)
Mutual labels:  ros, open-source, control
Mav control rw
Control strategies for rotary wing Micro Aerial Vehicles using ROS
Stars: ✭ 154 (-85.46%)
Mutual labels:  ros, uav, control
Apm planner
APM Planner Ground Control Station (Qt)
Stars: ✭ 413 (-61%)
Mutual labels:  ros, autopilot, open-source
Quadcopter SimCon
Quadcopter Simulation and Control. Dynamics generated with PyDy.
Stars: ✭ 84 (-92.07%)
Mutual labels:  control, uav
kr mav control
Code for quadrotor control
Stars: ✭ 31 (-97.07%)
Mutual labels:  control, ros
BulletGCSS
A High Caliber Ground Control Station System designed for the 21st century lifestyle
Stars: ✭ 29 (-97.26%)
Mutual labels:  uav, autopilot
Free gait
An Architecture for the Versatile Control of Legged Robots
Stars: ✭ 263 (-75.17%)
Mutual labels:  ros, control
the-Cooper-Mapper
An open source autonomous driving research platform for Active SLAM & Multisensor Data Fusion
Stars: ✭ 38 (-96.41%)
Mutual labels:  control, ros
FlyingCarUdacity
🛩️⚙️ 3D Planning, PID Control, Extended Kalman Filter for the Udacity Flying Car Nanodegree // FCND-Term1
Stars: ✭ 16 (-98.49%)
Mutual labels:  control, uav
FMT-Firmware
FMT Autopilot Embedded System
Stars: ✭ 207 (-80.45%)
Mutual labels:  uav, autopilot
ZeroPilot-SW
Software for WARG custom autopilot
Stars: ✭ 13 (-98.77%)
Mutual labels:  uav, autopilot
uav core
The main integrator of MRS UAV packages in ROS, part of the "mrs_uav_system".
Stars: ✭ 28 (-97.36%)
Mutual labels:  uav, ros
Ardrone autonomy
ROS driver for Parrot AR-Drone 1.0 and 2.0 quadrocopters
Stars: ✭ 325 (-69.31%)
Mutual labels:  ros, uav
grvc-ual
An abstraction layer for unmanned aerial vehicles
Stars: ✭ 35 (-96.69%)
Mutual labels:  uav, ros
Mavros
MAVLink to ROS gateway with proxy for Ground Control Station
Stars: ✭ 479 (-54.77%)
Mutual labels:  ros, uav
Carma Platform
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
Stars: ✭ 243 (-77.05%)
Mutual labels:  ros, open-source

MissionPlanner

Gitter Build status

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:

  • Microsoft .NET Framework 4.6.1
  • Microsoft .NET standard 2.0
IDE
Visual Studio Community

The recommended way to compile Mission Planner is through Visual Studio. You could do it with Visual Studio Community (version 15.3 or newer to include .NET standard 2.0) : Visual Studio Download page. Visual Studio suite is quite complet and comes with Git support. On installation phase, please install support for :

  • Developpement .NET Desktop
  • Microsoft .NET Framework 4.6.1
  • Microsoft .NET standard 2.0
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. Just 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

3. Build

To build the code:

  • Open MissionPlanner.sln with Visual Studio
  • Compile

On other systems

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

Launching Mission Planner on other system

Mission Planner can be use with Mono on non-Windows system. Be aware that all the functionnalities aren't working.

On Linux

Requirements

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

  • sudo apt install mono-runtime libmono-system-windows-forms4.0-cil libmono-system-core4.0-cil libmono-winforms2.0-cil libmono-corlib2.0-cil libmono-system-management4.0-cil libmono-system-xml-linq4.0-cil

or full Mono :

  • sudo apt install mono-complete

Launching

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

FlagCounter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].