Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stronnag/mwptools
ground station, mission planner and tools for INAV and multiwii-nav
https://github.com/stronnag/mwptools
blackbox inav ltm mission-planner msp multiwii mwp replay smartport
Last synced: 3 days ago
JSON representation
ground station, mission planner and tools for INAV and multiwii-nav
- Host: GitHub
- URL: https://github.com/stronnag/mwptools
- Owner: stronnag
- License: gpl-3.0
- Created: 2014-01-27T20:34:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T11:13:39.000Z (14 days ago)
- Last Synced: 2024-10-29T13:12:49.997Z (14 days ago)
- Topics: blackbox, inav, ltm, mission-planner, msp, multiwii, mwp, replay, smartport
- Language: Vala
- Homepage: http://stronnag.github.io/mwptools/
- Size: 320 MB
- Stars: 206
- Watchers: 22
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flying-fpv - mwptools - Waypoint mission planner esp. for INAV including INAV Radar and ADS-B sources. (Mission Control & Basestation πΊοΈ / Modules π§©)
README
mwptools
========"A mission planner for the rest of us"
## Overview
mwptools provides a mission planner, [terrain analysis](https://github.com/stronnag/mwptools/wiki/Mission-Elevation-Plot-and-Terrain-Analysis), line of sight analysis, ground control station, real time flight logger and log replay / blackbox replay functions for the [INAV](https://github.com/iNavFlight/inav) FC firmware.
mwptools supports the full set of INAV and Multiwii WP types.
![mwp](https://raw.githubusercontent.com/wiki/stronnag/mwptools/images/ltm-normal.png)
mwp supports the following telemetry protocols:
* MSP (MultiWii Serial Protocol)
* LTM (Lightweight Telemetry)
* MAVLink (INAV subset)
* Smartport (direct / via inverter / or from Multi-protocol Module)
* Crossfire (CRSF)
* Flysky AA (via Multi-protocol Module)
* [BulletGCCS MQTT](https://github.com/stronnag/mwptools/wiki/mqtt---bulletgcss-telemetry)mwp also supports the real-time display of adjacent aircraft using:
* [INAV-radar](https://github.com/OlivierC-FR/ESP32-INAV-Radar/) (INAV UAS)
* MAVlink Traffic Report (e.g. full-size aviation, typically ADS-B via a device such as uAvionix PingRX)
* ADS-B using Dump1090 / SBS-1 Basestation streaming TCP protocol.
* Any other mwp supported telemetry protocolmwp also provides logging and the replay of:
* mwp log files
* Blackbox logs
* OpenTX CSV (sdcard) logs
* BulletGCSS logs
* Ardupilot (`.bin`) logLog replay requires tools from the [flightlog2x](https://github.com/stronnag/bbl2kml) project.
There is also an [INAV](https://github.com/iNavFlight/inav) [Safehome editor](https://github.com/stronnag/mwptools/wiki/mwp-safehomes-editor).
In addition, mwp proivdes legacy suport for multiwii navigation functions.
## User Guide
Searchable [online user guide](https://stronnag.github.io/mwptools/).
## Tools
* mwp : "A mission planner for the rest of us". Simple mission planning and monitoring. Mission Planning is provided for INAV and MW-NAV (MW 2.4+). Monitoring, logging and recording for INAV and MultiWii
* Many standalone tools to manage flight logs, maintain CLI `diff`s, analyse logs etc.## Platforms and OS
The tools are designed to be portable and as far as possible platform and architecture agnostic. The suite is developed on Arch Linux and is tested on Debian (Bullseye, Sid), Ubuntu (latest and most recent LTS), Fedora (current) and FreeBSD (current release). mwp also runs on MS Windows, with Windows 11 / WSL-g is is pretty almost on feature parity with Linux / FreeBSD. Other (older) OS are unsupported, but may work (i.e. Debian 10).
mwp should build and run on any platform that supports (recent versions of):
* gtk+3.0
* meson / ninja
* vala and gcc or clang
* Clutter (software GL is fine)
* libchamplain
* libespeak
* libgdl
* POSIX API
* Go (golang) > 1.17. Please install the latest vendor release on older Linux distros.mwptools is tested on x86_64, ia32, aarch64 and riscv64 architectures (Linux / FreeBSD).
* There is a **"Release" Debian package** (x86_64, Debian and derivatives, including WSL-G) [Github Releases](https://github.com/stronnag/mwptools/releases). This is build on the previous Debiab stable ("bullseye") in order to maximise compatibility across Debian derived distros.
* Simple, ["one stop shop" build and install script](https://github.com/stronnag/mwptools/wiki/Building-with-meson-and-ninja/)
* AUR package 'mwptools-git' for Arch Linux.It is also possible to build and run mwp on MS Windows using:
* Windows 11 / WSL-g [Release media](https://github.com/stronnag/mwptools/releases), [Installation instructions](https://github.com/stronnag/mwptools/wiki/mwp-in-Windows-11---WSL-G).
* [Cygwin](https://www.cygwin.com/) Recommended Windows solution prior to Windows 11
* Windows 10 / WSL (slow, less stable, less recommended)
* A virtual machine with a Linux guest.The [user guide](https://stronnag.github.io/mwptools/) and [wiki](https://github.com/stronnag/mwptools/wiki) provides further guidance.
### Other OS / See also
For OS not supported by mwp, see also [impload](https://github.com/stronnag/impload) for a mission format converter and upload application.
## Manual / User Guide
[mwp manual / user guide](https://stronnag.github.io/mwptools/)
## Installation
* Review / install the dependencies for your platform. The [documentation](docs/) directory lists dependencies for Fedora and Debian like systems.
* [Installation Guide (wiki)](https://github.com/stronnag/mwptools/wiki/Building-with-meson-and-ninja/).
Support questions are best asked in the INAV Discord (#off-topic) or [RC Groups board](https://www.rcgroups.com/forums/showthread.php?2633708-mwp) or Github discussions / issues.
### Updating
As mwptools makes no formal releases, you can update your installation from the master branch:
````
cd mwptools # the initial installation directory
git pull && cd build && ninja install
````Note also that there is a **Current Build** Debian package `mwptools_X.Y.Z_amd64.deb` in the [Github Releases](https://github.com/stronnag/mwptools/releases) area that is updated infrequently.
## Arch Linux
Arch users can install mwptools from the [AUR](https://aur.archlinux.org/packages/mwptools-git) package `mwptools-git`
## Compatibility
As well as supporting INAV, mwp aims to be compatible with EOSBandi's WinGUI for MultiWii. It used the same XML mission file format (with INAV and mwp extensions) and aims to provide similar functionally where possible.
## Licence
GPL v3 or later
## Alternatives
In addition to [mwp](https://github.com/stronnag/mwptools), the following INAV mission planners (and GCS in some cases) exist, in various states of usefulness, at least:
* [INAV Configurator (for INAV 2.x)](https://github.com/iNavFlight/inav-configurator/tree/2.6.1), limited planning support
* [INAV Configurator (for current INAV)]( https://github.com/iNavFlight/inav-configurator), supports most current WP types (other than "Fly-by-home" waypoints).
* [Bullet GCSS](https://github.com/danarrib/BulletGCSS/wiki) GPRS based telemetry using MQTT and a web client (most browsers, Desktop / Tablet / Mobile). Very cool project (you can also use its MQTT protocol with mwp for long range tracking).
* [Drone Helper](https://www.microsoft.com/en-us/p/drone-helper/9ncs8zwxn58x?activetab=pivot:overviewtab) (Windows 10+)
* [Android Telemetry Viewer](https://github.com/RomanLut/android-taranis-smartport-telemetry) Android GCS for INAV (CRSF, LTM, Smartport telemetry).
* [Ezgui](https://play.google.com/store/apps/details?id=com.ezio.multiwii&hl=en_GB), [MissionPlanner for Inav](https://play.google.com/store/apps/details?id=com.eziosoft.ezgui.inav&hl=en) (Android) Unsupported, obsolete. May not work with either contemporary Android or INAV firmware.
* [Mobile Flight](https://github.com/flyinghead/mobile-flight) (IOS) Unsupported, obsolete. May not work with either contemporary IOS or INAV firmware.
* [Apmplanner2](https://ardupilot.org/planner2/) with [impload](https://github.com/stronnag/impload/). Ardupilot planner, missions can be uploaded to INAV using [impload](https://github.com/stronnag/impload/).
* [qgroundcontrol](https://docs.qgroundcontrol.com/master/en/) with [impload](https://github.com/stronnag/impload/). Ardupilot planner, missions can be uploaded to INAV using [impload](https://github.com/stronnag/impload/).
* [Side-Pilot](https://sidepilot.net/) with [impload](https://github.com/stronnag/impload) (untested). Ardupilot mission planner and telemetry viewer for IOS.The following alternatives exist for [**mwp-area-planner**](https://stronnag.github.io/mwptools/mwp-miscellaneous-tools/#mwp-area-planner) :
* iforce2d's [online planner](http://www.iforce2d.net/surveyplanner)
* [qgroundcontrol](https://docs.qgroundcontrol.com/master/en/) with [impload](https://github.com/stronnag/impload/). Generic surveys and corridor plans are supported. [Example images](https://stronnag.github.io/impload/#sample-images)