|
mad-location-manager-lib 1.0
Library for fusing GPS and ENU accelerometer data
|
Kalman filter state vector (X matrix) for 2D tracking. More...
#include <gps_acc_fusion_filter.h>
Public Member Functions | |
| kf_state () | |
| velocity pointing north | |
| kf_state (double x_, double y_, double x_vel_, double y_vel_) | |
Public Attributes | |
| double | x |
| double | y |
| EAST -> longitude in meters. | |
| double | x_vel |
| NORTH -> latitude in meters. | |
| double | y_vel |
| velocity pointing east | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const kf_state &obj) |
Kalman filter state vector (X matrix) for 2D tracking.
|
inline |
velocity pointing north
| double kf_state::x |
| double kf_state::x_vel |
NORTH -> latitude in meters.
| double kf_state::y |
EAST -> longitude in meters.
| double kf_state::y_vel |
velocity pointing east