This software is a helper to set the magnetometer alignment in INAV, this operation is not easy for a beginner users, the purpose of this software is to make this operation easier.
- Move the sliders until you get the right configuration in the 3D model
- Paste the commands on the bottom in INAV Configurator CLI
- Enter
save
to save the configuration
Some GPS modules which have a different orientation of the usual CW 270 FLIP don't work with this software.
Known modules with strange orientation:
The software is a web page, so just click here to access to the page
The project uses Three.js, Vue and Element Plus, feel free to make your contributions making a pull request
Install dependencies
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint