30 #ifndef PLANNER_CSPACE_PLANNER_3D_PATH_INTERPOLATOR_H 31 #define PLANNER_CSPACE_PLANNER_3D_PATH_INTERPOLATOR_H 51 const float angular_resolution,
55 angle_ = std::lround(M_PI * 2 / angular_resolution);
56 rot_cache_.
reset(1.0, angular_resolution, range);
61 const int local_range)
const;
66 #endif // PLANNER_CSPACE_PLANNER_3D_PATH_INTERPOLATOR_H
std::list< CyclicVecFloat< 3, 2 > > interpolate(const std::list< CyclicVecInt< 3, 2 >> &path_grid, const float interval, const int local_range) const
void reset(const float linear_resolution, const float angular_resolution, const int range)
void reset(const float angular_resolution, const int range)