#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 |
| |
| const CyclicVecInt< 3, 2 > & | getMaxRange () 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 43 of file motion_cache.h.
| const Cache::const_iterator planner_cspace::planner_3d::MotionCache::end |
( |
const int |
start_yaw | ) |
const |
|
inline |
| const Cache::const_iterator planner_cspace::planner_3d::MotionCache::find |
( |
const int |
start_yaw, |
|
|
const CyclicVecInt< 3, 2 > & |
goal |
|
) |
| const |
|
inline |
| const CyclicVecInt<3, 2>& planner_cspace::planner_3d::MotionCache::getMaxRange |
( |
| ) |
const |
|
inline |
| void planner_cspace::planner_3d::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> planner_cspace::planner_3d::MotionCache::cache_ |
|
protected |
| CyclicVecInt<3, 2> planner_cspace::planner_3d::MotionCache::max_range_ |
|
protected |
| int planner_cspace::planner_3d::MotionCache::page_size_ |
|
protected |
The documentation for this class was generated from the following files: