Public Member Functions | |
| double | getLifetime () |
| double | getReliability () |
| void | propagate (ros::Time time) |
| SavedPersonFeature (Stamped< Point > loc, std::string &id, std::string &name) | |
| void | update (Stamped< Point > loc, double probability) |
Public Attributes | |
| TrackerKalman | filter_ |
| string | id_ |
| ros::Time | meas_time_ |
| string | object_id |
| double | p |
| string | person_name |
| Stamped< Point > | position_ |
| double | probability |
| double | reliability |
| BFL::StatePosVel | sys_sigma_ |
| ros::Time | time_ |
| Stamped< Vector3 > | velocity_ |
Private Member Functions | |
| void | updatePosition () |
Definition at line 177 of file leg_detector.cpp.
| SavedPersonFeature::SavedPersonFeature | ( | Stamped< Point > | loc, |
| std::string & | id, | ||
| std::string & | name | ||
| ) | [inline] |
Definition at line 198 of file leg_detector.cpp.
| double SavedPersonFeature::getLifetime | ( | ) | [inline] |
Definition at line 257 of file leg_detector.cpp.
| double SavedPersonFeature::getReliability | ( | ) | [inline] |
Definition at line 262 of file leg_detector.cpp.
| void SavedPersonFeature::propagate | ( | ros::Time | time | ) | [inline] |
Definition at line 223 of file leg_detector.cpp.
| void SavedPersonFeature::update | ( | Stamped< Point > | loc, |
| double | probability | ||
| ) | [inline] |
Definition at line 235 of file leg_detector.cpp.
| void SavedPersonFeature::updatePosition | ( | ) | [inline, private] |
Definition at line 272 of file leg_detector.cpp.
Definition at line 191 of file leg_detector.cpp.
| string SavedPersonFeature::id_ |
Definition at line 181 of file leg_detector.cpp.
Definition at line 193 of file leg_detector.cpp.
Definition at line 182 of file leg_detector.cpp.
| double SavedPersonFeature::p |
Definition at line 195 of file leg_detector.cpp.
Definition at line 183 of file leg_detector.cpp.
Definition at line 185 of file leg_detector.cpp.
Definition at line 195 of file leg_detector.cpp.
Definition at line 195 of file leg_detector.cpp.
Definition at line 190 of file leg_detector.cpp.
Definition at line 192 of file leg_detector.cpp.
| Stamped<Vector3> SavedPersonFeature::velocity_ |
Definition at line 186 of file leg_detector.cpp.