Mother class from which the evolution noises inherit. More...
#include <ekf_types.h>
Public Member Functions | |
EvolutionNoise (double initial_value) | |
void | init (ekf_param &p, ekf_state &s) |
virtual void | updateEvolutionNoise (ekf_param &p, ekf_state &s)=0 |
Protected Attributes | |
double | _initial_value |
Mother class from which the evolution noises inherit.
|
inline |
|
pure virtual |
Implemented in ekf::EvolutionRobbinsMonro, ekf::EvolutionRLS, and ekf::EvolutionAnneal.
|
protected |