|
tl::expected< JointSpacePath, ErrorType > | cartesian_planning::pathIK (moveit::core::RobotState &robot_state, const moveit::core::JointModelGroup &group, const std::vector< const moveit::core::LinkModel * > &tip_links, const Path &reference_path, const PathIKOptions &options) |
| Computes the incremental Inverse Kinematics over a given Cartesian path, for multiple tips.
|
|
tl::expected< JointSpacePath, ErrorType > | cartesian_planning::pathIK (moveit::core::RobotState &robot_state, const moveit::core::JointModelGroup &group, const moveit::core::LinkModel &tip_link, const Path &reference_path, const PathIKOptions &options) |
| Computes the incremental Inverse Kinematics over a given Cartesian path, for a single tip.
|
|