"A mission planner for the rest of us"
mwptools provides:
for INAV FC equipped model aircraft / UAS.
mwp supports the following telemetry protocols:
mwp supports the real-time display of adjacent aircraft (GA / other models) using:
MSP2_ADSB_VEHICLE_LIST (GA)mwp provides logging and the replay of:
.bin) logLog replay requires tools from the flightlog2x project.
mwp also proivdes legacy suport for Multiwii navigation functions.
There is an online user guide.
diffs, analyse logs etc.The tools are designed to be portable and as far as possible platform and hardware agnostic. The suite is developed on Arch Linux and is additionally tested on Debian (Trixie / Sid), Fedora (current), Void and FreeBSD (current release) (at least). It is also possible to build and run mwp on MacOS (from mwptools 2024.11.20) and Windows (Msys2 / standalone installer from 2024.12.07).
mwp should build and run on any platform that provides modern GTK4 and POSIX APIs.
mwptools is tested on aarch64, riscv64 and x86_64 architectures om Linux and FreeBSD.
Binary installers, Debian packages (*.deb) and a Windows installer are provided in the Release Area.
Otherwise the online user guide provides dependency and build instructions.
There is a migration guide describing migration from the legacy version.
meson setup _build --prefix=~/.local --strip
ninja -C _build install
GPL v3 or later