30 #ifndef PLANNER_CSPACE_PLANNER_3D_PATH_INTERPOLATOR_H 31 #define PLANNER_CSPACE_PLANNER_3D_PATH_INTERPOLATOR_H 47 const float angular_resolution,
51 angle_ = std::lround(M_PI * 2 / angular_resolution);
52 rot_cache_.
reset(1.0, angular_resolution, range);
57 const int local_range)
const;
60 #endif // PLANNER_CSPACE_PLANNER_3D_PATH_INTERPOLATOR_H
void reset(const float angular_resolution, const int range)
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)