Public Member Functions | |
double | getLifetime () |
double | getReliability () |
void | propagate (ros::Time time) |
SavedFeature (Stamped< Point > loc, TransformListener &tfl) | |
void | update (Stamped< Point > loc, double probability) |
Public Attributes | |
float | dist_to_person_ |
TrackerKalman | filter_ |
string | id_ |
ros::Time | meas_time_ |
string | object_id |
SavedFeature * | other |
double | p |
Stamped< Point > | position_ |
double | probability |
double | reliability |
BFL::StatePosVel | sys_sigma_ |
TransformListener & | tfl_ |
ros::Time | time_ |
Stamped< Vector3 > | velocity_ |
Static Public Attributes | |
static int | nextid = 0 |
Private Member Functions | |
void | updatePosition () |
Definition at line 290 of file leg_detector.cpp.
SavedFeature::SavedFeature | ( | Stamped< Point > | loc, |
TransformListener & | tfl | ||
) | [inline] |
Definition at line 313 of file leg_detector.cpp.
double SavedFeature::getLifetime | ( | ) | [inline] |
Definition at line 380 of file leg_detector.cpp.
double SavedFeature::getReliability | ( | ) | [inline] |
Definition at line 385 of file leg_detector.cpp.
void SavedFeature::propagate | ( | ros::Time | time | ) | [inline] |
Definition at line 344 of file leg_detector.cpp.
void SavedFeature::update | ( | Stamped< Point > | loc, |
double | probability | ||
) | [inline] |
Definition at line 351 of file leg_detector.cpp.
void SavedFeature::updatePosition | ( | ) | [inline, private] |
Definition at line 391 of file leg_detector.cpp.
Definition at line 309 of file leg_detector.cpp.
Definition at line 297 of file leg_detector.cpp.
string SavedFeature::id_ |
Definition at line 299 of file leg_detector.cpp.
Definition at line 302 of file leg_detector.cpp.
int SavedFeature::nextid = 0 [static] |
Definition at line 293 of file leg_detector.cpp.
string SavedFeature::object_id |
Definition at line 300 of file leg_detector.cpp.
Definition at line 308 of file leg_detector.cpp.
double SavedFeature::p |
Definition at line 304 of file leg_detector.cpp.
Definition at line 306 of file leg_detector.cpp.
double SavedFeature::probability |
Definition at line 304 of file leg_detector.cpp.
double SavedFeature::reliability |
Definition at line 304 of file leg_detector.cpp.
Definition at line 296 of file leg_detector.cpp.
Definition at line 294 of file leg_detector.cpp.
Definition at line 301 of file leg_detector.cpp.
Definition at line 307 of file leg_detector.cpp.