Apollo 10.0
自动驾驶开放平台
|
#include <adaptive_kalman_filter.h>
Public 成员函数 | |
AdaptiveKalmanFilter () | |
~AdaptiveKalmanFilter () | |
void | Init (const base::Object &object) override |
Init base filter config | |
Eigen::VectorXd | Predict (const double time_diff) override |
Predict the state of the object after time_diff | |
Eigen::VectorXd | UpdateWithObject (const base::Object &new_object, double time_diff) override |
Update the state of the target based on the observations | |
void | GetState (Eigen::Vector3d *anchor_point, Eigen::Vector3d *velocity) |
Get the State object | |
Eigen::Matrix4d | GetCovarianceMatrix () override |
Get the Covariance Matrix object | |
![]() | |
BaseFilter () | |
Construct a new Base Filter object | |
virtual | ~BaseFilter () |
std::string | Name () |
The name of the camera base Filter | |
静态 Public 成员函数 | |
static void | SetQMatrixRatio (double q_matrix_ratio) |
Set the QMatrix Ratio | |
额外继承的成员函数 | |
![]() | |
std::string | name_ |
在文件 adaptive_kalman_filter.h 第 26 行定义.
apollo::perception::camera::AdaptiveKalmanFilter::AdaptiveKalmanFilter | ( | ) |
在文件 adaptive_kalman_filter.cc 第 26 行定义.
apollo::perception::camera::AdaptiveKalmanFilter::~AdaptiveKalmanFilter | ( | ) |
在文件 adaptive_kalman_filter.cc 第 28 行定义.
|
inlineoverridevirtual |
Get the Covariance Matrix object
实现了 apollo::perception::camera::BaseFilter.
在文件 adaptive_kalman_filter.h 第 72 行定义.
|
virtual |
Get the State object
anchor_point | |
velocity |
实现了 apollo::perception::camera::BaseFilter.
在文件 adaptive_kalman_filter.cc 第 109 行定义.
|
overridevirtual |
Init base filter config
object |
实现了 apollo::perception::camera::BaseFilter.
在文件 adaptive_kalman_filter.cc 第 30 行定义.
|
overridevirtual |
Predict the state of the object after time_diff
time_diff |
实现了 apollo::perception::camera::BaseFilter.
在文件 adaptive_kalman_filter.cc 第 55 行定义.
|
inlinestatic |
Set the QMatrix Ratio
q_matrix_ratio |
在文件 adaptive_kalman_filter.h 第 79 行定义.
|
overridevirtual |
Update the state of the target based on the observations
new_object | |
time_diff |
实现了 apollo::perception::camera::BaseFilter.
在文件 adaptive_kalman_filter.cc 第 65 行定义.