Skip to content

Commit

Permalink
updated beta noise
Browse files Browse the repository at this point in the history
Conflicts:
	src/modules/ekf2/ekf2_params.c
  • Loading branch information
CarlOlsson authored and LorenzMeier committed Nov 15, 2016
1 parent 5435b99 commit 72ad662
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/modules/ekf2/ekf2_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,16 @@ PARAM_DEFINE_FLOAT(EKF2_MAG_NOISE, 5.0e-2f);
*/
PARAM_DEFINE_FLOAT(EKF2_EAS_NOISE, 1.4f);

/**
* Noise for syntetic sideslip fusion.
*
* @group EKF2
* @min 0.5
* @max 5.0
* @unit m/s
* @decimal 1
*/
PARAM_DEFINE_FLOAT(EKF2_BETA_NOISE, 5.0f);
/**
* Magnetic declination
*
Expand Down

0 comments on commit 72ad662

Please sign in to comment.