Skip to content

Jaaaky/MissionPlannerLite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MissionPlannerLite

MissionPlannerLite aims to be a light - lite - version of MissionPlanner that:

  1. Runs as fast as possible on both Windows and Linux and doesn’t get slower when used for long.
  2. Doesn’t collect/store data or do any sluggish background tasks
  3. Supports Linux better - final target is to be as native to Linux as possible. Now it already runs faster on wine or mono.
  4. Only includes features for real flights - no simulator, telemtery configurator or other secondary features that makes MissionPlanner very slow and sluggish when doing actual critical work.
  5. Not a replacement, as you’d need MissionPlanner for seconday or rarely used features.

Lite patches/commits lives at MissionPlannerLite branch.

Now it could already be compiled on Linux using https://www.mono-project.com/download/stable/

After installation goes to MissionPlannerLite directory and run git checkout MissionPlannerLite

msbuild -r MissionPlanner.sln /t:MissionPlanner /p:Configuration=Release,Optimize=true,DebugSymbols=false /p:BuildProjectReferences=true

Note: You've to use a case-insensitive filesystem on Linux. Or you can use WSL as it's case-insensitive by default. Note: It could of course be compiled using Visual Studio normally.

Feedback is welcome :)

Original MissionPlanner Readme

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

  1. Install software
  1. Check out
  1. Build
  • Open MissionPlanner.sln with Visual Studio 2017 for windows desktop.
  • Compile.

-----------MONO-------------

run using mono MissionPlanner.exe

run debuging MONO_LOG_LEVEL=debug mono MissionPlanner.exe

you need prereq's sudo apt-get 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

FlagCounter

Packages

No packages published

Languages

  • JavaScript 56.5%
  • C# 42.6%
  • Python 0.6%
  • HTML 0.2%
  • XSLT 0.1%
  • CSS 0.0%