MoveIt Pro API
Core Behaviors for MoveIt Pro
Loading...
Searching...
No Matches
interpolate.hpp File Reference
#include <Eigen/Geometry>
#include <tl_expected/expected.hpp>
#include <vector>
#include "cartesian_planning/types.hpp"
Include dependency graph for interpolate.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  cartesian_planning
 

Functions

tl::expected< Path, ErrorTypecartesian_planning::interpolate (const Eigen::Isometry3d &start, const Eigen::Isometry3d &end, double max_translational_step, double max_angular_step)
 Interpolate a Cartesian segment at a given density.
 
tl::expected< Path, ErrorTypecartesian_planning::interpolate (const std::vector< Eigen::Isometry3d > &path, double max_translational_step, double max_angular_step, double blending_radius)
 Interpolate a Cartesian path at a given density.