INAV Configurator is a crossplatform configuration tool for the INAV flight control system.
It runs as an app within Google Chrome and allows you to configure the INAV software running on any supported INAV target.
Various types of aircraft are supported by the tool and by INAV, e.g. quadcopters, hexacopters, octocopters and fixed-wing aircraft.
INAV Configurator comes as is
, without any warranty and support from authors. If you found a bug, please create an issue on GitHub.
GitHub issue tracker is reserved for bugs and other technical problems. If you do not know how to setup everything, hardware is not working or have any other support problem, please consult:
You have to remove C:\Users%Your_UserNname%\AppData\Local\inav-configurator
folder and all its content.
https://www.youtube.com/watch?v=XMoULyiFDp4
Alternatively, on Windows with PowerShell you can use post_install_cleanup.ps1
script that will do the cleaning. (thank you James Cherrill)
Depending on target operating system, INAV Configurator is distributed as standalone application or Chrome App.
chmod +x inav-configurator
chmod +x chrome_crashpad_handler
On some Linux distros, you may be missing libatomic
, a NW.JS
(specially libnode.so
) dependency. If so, please install libatomic
using your distro's package manager, e.g:
sudo pacman -S --needed libatomic_ops
sudo apt install libatomic1
sudo dnf install libatomic
For local development, node.js build system is used.
npm install
npm start
.npm run gulp
. Then open chrome://extensions
, enable
the Developer mode
, click on the Load unpacked extension...
button and select the inav-configurator
directory.Other tasks are also defined in gulpfile.js
. To run a task, use node ./node_modules/gulp/bin/gulp.js task-name
. Available ones are:
.js
or .css
files in order to have those changes appear
in the configurator. If new files are added, they must be included in gulpfile.js
. See the comments at the top of gulpfile.js
to learn how to do so. See also the watch
task.build
task whenever they're edited../dist/
directory../apps
directory. Running this task on macOS or Linux requires Wine, since it's needed to set the icon
for the Windows app. If you don't have Wine installed you can create a release by running the release-only-linux task.
--installer
argument can be added to build installers for particular OS. NOTE: MacOS Installer can be built with MacOS only.To build a specific release, use the command release --platform="win64"
for example.
To be able to open Inspector, you will need SDK flavours of NW.js
npm install [email protected] --nwjs_build_type=sdk
INAV Configurator 2.1 allows to choose between OpenStreetMap, Bing Maps (Aerial View), and MapProxy map providers. INAV Configurator is shipped WITHOUT API key for Bing Maps. That means: every user who wants to use Bing Maps has to create own account, agree to all Terms and Conditions required by Bing Maps and configure INAV Configuerator by himself.
INAV provides the font images so that custom fonts can be created for your personal preference. This is the case for both analogue and digital fonts. The resources can be found in the osd folder. Within the analogue and digital subfolders, you will find information on compiling your own fonts. There is also an INAV Character Map document. This contains previews of all the character images in the fonts, and the appropriate variable names within the firmware and Configurator. There are tools for compiling the analogue and digital fonts. New font submissions via pull requests are welcome.
Make sure Settings -> System -> "User hardware acceleration when available" is checked to achieve the best performance
For INAV configurator issues raise them here
https://github.com/iNavFlight/inav-configurator/issues
For INAV firmware issues raise them here
https://github.com/iNavFlight/inav/issues
We accept clean and reasonable patches, submit them!