#include <kalman_motion_fusion.h>
◆ KalmanMotionFusion() [1/2]
apollo::perception::fusion::KalmanMotionFusion::KalmanMotionFusion |
( |
TrackPtr |
track | ) |
|
|
inlineexplicit |
◆ ~KalmanMotionFusion()
apollo::perception::fusion::KalmanMotionFusion::~KalmanMotionFusion |
( |
| ) |
|
|
default |
◆ KalmanMotionFusion() [2/2]
apollo::perception::fusion::KalmanMotionFusion::KalmanMotionFusion |
( |
const KalmanMotionFusion & |
| ) |
|
|
delete |
◆ GetStates()
void apollo::perception::fusion::KalmanMotionFusion::GetStates |
( |
Eigen::Vector3d * |
anchor_point, |
|
|
Eigen::Vector3d * |
velocity |
|
) |
| |
◆ Init()
bool apollo::perception::fusion::KalmanMotionFusion::Init |
( |
| ) |
|
|
overridevirtual |
◆ Name()
std::string apollo::perception::fusion::KalmanMotionFusion::Name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ operator=()
◆ UpdateWithMeasurement()
void apollo::perception::fusion::KalmanMotionFusion::UpdateWithMeasurement |
( |
const SensorObjectConstPtr & |
measurement, |
|
|
double |
target_timestamp |
|
) |
| |
|
overridevirtual |
◆ UpdateWithoutMeasurement()
void apollo::perception::fusion::KalmanMotionFusion::UpdateWithoutMeasurement |
( |
const std::string & |
sensor_id, |
|
|
double |
measurement_timestamp, |
|
|
double |
target_timestamp |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following file: