bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
kalman_filter.h File Reference
#include "bitrl/bitrl_types.h"
#include "bitrl/utils/std_map_utils.h"
#include "Eigen/Dense"
#include <boost/noncopyable.hpp>
#include <any>
#include <map>
#include <string>
#include <stdexcept>
Include dependency graph for kalman_filter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bitrl::estimation::KalmanFilterConfig< MotionModelType, ObservationModelType >
 Configuration class for the Kalman filter. More...
 
class  bitrl::estimation::KalmanFilter< MotionModelType, ObservationModelType >
 Linear Kalman Filter implementation. See: An Introduction to the Kalman Filter, TR 95-041 by Greg Welch1 and Gary Bishop https://www.cs.unc.edu/~welch/media/pdf/kalman_intro.pdf. More...
 

Namespaces

namespace  bitrl
 
namespace  bitrl::estimation