#include <tracker.h>
Definition at line 49 of file tracker.h.
◆ Tracker()
estimation::Tracker::Tracker |
( |
const std::string & |
name | ) |
|
|
inlineexplicit |
◆ ~Tracker()
virtual estimation::Tracker::~Tracker |
( |
| ) |
|
|
inlinevirtual |
◆ getEstimate() [1/2]
◆ getEstimate() [2/2]
virtual void estimation::Tracker::getEstimate |
( |
people_msgs::PositionMeasurement & |
est | ) |
const |
|
pure virtual |
◆ getLifetime()
virtual double estimation::Tracker::getLifetime |
( |
| ) |
const |
|
pure virtual |
◆ getName()
const std::string& estimation::Tracker::getName |
( |
| ) |
const |
|
inline |
return the name of the tracker
Definition at line 59 of file tracker.h.
◆ getQuality()
virtual double estimation::Tracker::getQuality |
( |
| ) |
const |
|
pure virtual |
◆ getTime()
virtual double estimation::Tracker::getTime |
( |
| ) |
const |
|
pure virtual |
◆ initialize()
◆ isInitialized()
virtual bool estimation::Tracker::isInitialized |
( |
| ) |
const |
|
pure virtual |
◆ updateCorrection()
virtual bool estimation::Tracker::updateCorrection |
( |
const tf::Vector3 & |
meas, |
|
|
const MatrixWrapper::SymmetricMatrix & |
cov |
|
) |
| |
|
pure virtual |
◆ updatePrediction()
virtual bool estimation::Tracker::updatePrediction |
( |
const double |
time | ) |
|
|
pure virtual |
◆ name_
std::string estimation::Tracker::name_ |
|
private |
The documentation for this class was generated from the following file: