Skip to content
Snippets Groups Projects
Commit 1837440e authored by Lorenz Meier's avatar Lorenz Meier
Browse files

We want INAV by default

parent e68e4fb3
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@ PARAM_DEFINE_INT32(CBRK_NO_VISION, 0);
* INAV enabled
*
* If set to 1, use INAV for position estimation
* the system uses the compined attitude / position
* the system uses the combined attitude / position
* filter framework.
*
* @min 0.0
......@@ -300,7 +300,7 @@ PARAM_DEFINE_INT32(CBRK_NO_VISION, 0);
* @unit s
* @group Position Estimator INAV
*/
PARAM_DEFINE_INT32(INAV_ENABLED, 0);
PARAM_DEFINE_INT32(INAV_ENABLED, 1);
int parameters_init(struct position_estimator_inav_param_handles *h)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment