Apollo  6.0
Open source self driving car software
Classes | Namespaces
kalman_filter.h File Reference

Defines the templated KalmanFilter class. More...

#include <sstream>
#include <string>
#include "Eigen/Dense"
#include "cyber/common/log.h"
#include "modules/common/math/matrix_operations.h"
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

class  apollo::common::math::KalmanFilter< T, XN, ZN, UN >
 Implements a discrete-time Kalman filter. More...
 

Namespaces

 apollo::common::math
 apollo::common::math
 
 apollo
 PlanningContext is the runtime context in planning. It is persistent across multiple frames.
 
 apollo::common
 apollo::common
 

Detailed Description

Defines the templated KalmanFilter class.