Skip to content

Releases: Jaaaky/MissionPlannerLite

MissionPlannerLite 0.2 - almost fully stripped - ready for broad testing

15 Sep 12:50

Choose a tag to compare

This version is ready for compilation on Linux or Windows.
Almost complete list of changes.
The following features/libraries has been removed:

  1. AltitudeWings
  2. log4net MissionPlanner application log
  3. Arduino
  4. Joystick
  5. Avifile
  6. External Guided plugin
  7. GDAl maps and gdal lib
  8. Local maps, non working maps and google maps
  9. HIL - old obsolete feature
  10. Installer
  11. stats
  12. google analytics and any google.com stuff
  13. LibVLC
  14. md5sum
  15. Mock
  16. OSD configurator
  17. solo
  18. tlogThumbnailhandler
  19. TrackerHome
  20. UAVCAN, UAVCANflasher
  21. UsbSerialForAndroid
  22. ZeroConf
  23. wasm
  24. WebcamService
  25. WindowsStore
  26. Xamarin
  27. Help tab
  28. Simulation tab
  29. Donate tab
  30. Terminal Tab
  31. LogDownload scp
  32. LogAnalyzer
  33. NoFly
  34. Sikradio configurator
  35. test
  36. Updater
  37. httpserver
  38. Speech
  39. SSHTerminal
  40. wix
  41. Mavftp
  42. BouncyCastle

The following has been modified/fixed for better performance and enhanced Linux system support:

  1. MissionPlannerLite can be built on Linux system using mono stable
  2. Debugging has been disabled and the release version is a Release build
  3. Compiler optimization has been enabled
  4. Non-English languages for most parts

Finally Application executable and name has been renamed to "Mission Planner Lite" to avoid conflict.

The previous work has resulted in an app that:

  1. is smaller in size
  2. starts much faster than original
  3. responds much better to user clicks and actions when doing actual work
  4. use much less RAM - almost have size of RAM initially
  5. much less CPU usage
  6. collects no data
  7. more Linux friendly - this is still some work to be done on Linux compatibility -
  8. doesn't get slower and sluggish when used for long time for real flights
  9. less background activities
  10. less network traffic

MissionPlannerLite 0.12 - a MissionPlanner that is fully compiled on Linux

11 Sep 23:43

Choose a tag to compare

Finally, a MissionPlanner that is fully compiled on Linux, Is it the 1st ever?
Should be running much better using either wine or mono
It also runs very fast on Windows.

Changes can as usual be checked on MissionPlannerLite branch.
Main changes:

  1. Solved many errors and warning on Linux build, using msbuild from mono stable.
  2. Stripped down some more features; MAVftp, extra languages, Speech, Updater
  3. Some general clean-ups and fixes

Can be built on Ubuntu - or any upstream stable mono supported Linux - using
msbuild -r MissionPlanner.sln /t:MissionPlanner /p:Configuration=Release,Optimize=true,DebugSymbols=false /p:BuildProjectReferences=true

Also can be built using Visual Studio as normal.

MissionPlannerLite 0.11

09 Sep 07:42

Choose a tag to compare

Fix a maps bug when running on wine.

MissionPlannerLite 0.1 Initial release

06 Sep 19:14

Choose a tag to compare

Initial Release of MissionPlannerLite.
Main features:

  1. Targeted to x86 CPU
  2. Optimized Release build using Visual Studio 2019
  3. Less memory footprint, faster startup and general performance enhancements
  4. No MissionPlanner logs. Telemetry logs should be working normally.
  5. No Analytics/AltitudeAngel or other information collecting services. Many URLs - specially google-related as changed to fake URLs. Tell me if any still exists.
  6. Removed non working or rarely used maps
  7. Removed - or hided - many non-essential features, to enhance performance for real flight usage.
  8. Works much better under Linux either using wine - v4.1 or newer - or mono

For missing features, if it's essential for real flight usage, open an issue. Otherwise, use standard MissionPlanner version.

For developers, all modifications are located in MissionPlannerLite git branch.