Skip to content
Pawel Spychalski (DzikuVx) edited this page Sep 21, 2022 · 49 revisions

iNAV CLI variables related to navigation features

All iNAV calculations are done in cm, cm/s and cm/s^2.

As for CLI, here are some useful commands:
"help" will list available commands.
"dump" will list all settings and what value you have.
"diff" will list all settings that are changed compared to default values. (Recommend to use this for backing up user data and when sharing configurations online.
"get rth" will list all settings with the word "rth" in them.
"set nav_rth_altitude = 300" to change this setting to 300 (centimeters).
"save" to save it permanently and reboot your flight controller, remember to do this or your setting changes will be lost!

The INAV CLI variables are explained in the INAV cli variables documentation.

To see new CLI values for release candidates or other pre release you have to change to the appropriate branch, example development.

Clone this wiki locally