Skip to content

stronnag/mwptools

Repository files navigation

mwptools

"A mission planner for the rest of us"

Overview

mwptools provides a mission planner, terrain analysis, line of sight analysis, ground control station, real time flight logger and log replay / blackbox replay functions for the INAV FC firmware.

mwptools supports the full set of INAV and Multiwii WP types.

mwp

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

mwp also supports the real-time display of adjacent aircraft using:

  • 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 protocol

mwp also provides logging and the replay of:

  • mwp log files
  • Blackbox logs
  • OpenTX CSV (sdcard) logs
  • BulletGCSS logs
  • Ardupilot (.bin) log

Log replay requires tools from the flightlog2x project.

There is also an INAV Safehome editor.

In addition, mwp proivdes legacy suport for multiwii navigation functions.

User Guide

Searchable online user guide.

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 diffs, 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. 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
  • AUR package 'mwptools-git' for Arch Linux.

It is also possible to build and run mwp on MS Windows using:

The user guide and wiki provides further guidance.

Other OS / See also

For OS not supported by mwp, see also impload for a mission format converter and upload application.

Manual / User Guide

mwp manual / user guide

Installation

Support questions are best asked in the INAV Discord (#off-topic) or RC Groups board 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 area that is updated infrequently.

Arch Linux

Arch users can install mwptools from the AUR 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, the following INAV mission planners (and GCS in some cases) exist, in various states of usefulness, at least:

The following alternatives exist for mwp-area-planner :