simple_plane.h
Go to the documentation of this file.
1 #ifndef PLANE_H
2 #define PLANE_H
3 
4 #include <kfilter/ekfilter.hpp>
5 
6 
7 class cPlaneEKF_sp : public Kalman::EKFilter<double,1>
8 {
9  public:
10  cPlaneEKF_sp();
11 
12  protected:
13 
14  void makeA();
15  void makeH();
16  void makeV();
17  void makeR();
18  void makeW();
19  void makeQ();
20  void makeProcess();
21  void makeMeasure();
22 
24 };
25 
28 
29 #endif
void makeA()
Virtual creator of A.
double Period
Definition: simple_plane.h:23
Generic Extended Kalman Filter (EKF) template base class.
Definition: ekfilter.hpp:151
cPlaneEKF_sp::Matrix Matrix
Definition: simple_plane.h:27
double Bfriction
Definition: simple_plane.h:23
void makeR()
Virtual creator of R.
void makeW()
Virtual creator of W.
void makeQ()
Virtual creator of Q.
double Gravity
Definition: simple_plane.h:23
double Portance
Definition: simple_plane.h:23
cPlaneEKF_sp::Vector Vector
Definition: simple_plane.h:26
void makeH()
Virtual creator of H.
void makeV()
Virtual creator of V.
void makeProcess()
Actual process . Fills in new x by using old x.
void makeMeasure()
Actual measurement function . Fills in z.
Contains the interface of the EKFilter base template class.


kfilter
Author(s): Jorge Almeida, Vincent Zalzal, Sylvain Marleau, Richard Gourdeau
autogenerated on Mon Mar 2 2015 01:31:45