|
|
double | getLastSampleTime (size_t id, size_t N) |
| |
|
void | addSample (size_t id, Eigen::Vector3d position, double time) |
| |
|
void | removeLastSample (size_t id) |
| |
|
Eigen::Vector3d | estimateVelocity (size_t id, double error_threshold, size_t *samples) const |
| |
|
Eigen::Vector3d | estimatePosition (size_t id, double error_threshold, double time, size_t *ret_samples) const |
| |
|
void | cleanup (double time) |
| |
◆ position_list_t
Type of list containing position values.
◆ time_list_t
Type of list containing time values.
◆ time_position_t
Type combining list of time values with list of position values.
◆ history
History of points, per id.
◆ history_duration
| double gramods::gmMisc::EFFOAW::Impl::history_duration |
How old samples should be saved.
◆ history_length
| size_t gramods::gmMisc::EFFOAW::Impl::history_length |
The number of samples that are saved.
The documentation for this struct was generated from the following file:
- /home/karlu/private/program/gramods/modules/gmMisc/src/EFFOAW.cpp