#include <motion_cache.h>
|
const Cache::const_iterator | end (const int start_yaw) const |
|
const Cache::const_iterator | find (const int start_yaw, const CyclicVecInt< 3, 2 > &goal) const |
|
void | reset (const float linear_resolution, const float angular_resolution, const int range, const std::function< void(CyclicVecInt< 3, 2 >, size_t &, size_t &)> gm_addr) |
|
Definition at line 38 of file motion_cache.h.
const Cache::const_iterator MotionCache::end |
( |
const int |
start_yaw | ) |
const |
|
inline |
const Cache::const_iterator MotionCache::find |
( |
const int |
start_yaw, |
|
|
const CyclicVecInt< 3, 2 > & |
goal |
|
) |
| const |
|
inline |
void MotionCache::reset |
( |
const float |
linear_resolution, |
|
|
const float |
angular_resolution, |
|
|
const int |
range, |
|
|
const std::function< void(CyclicVecInt< 3, 2 >, size_t &, size_t &)> |
gm_addr |
|
) |
| |
std::vector<Cache> MotionCache::cache_ |
|
protected |
int MotionCache::page_size_ |
|
protected |
The documentation for this class was generated from the following files: