moveit2
The MoveIt Motion Planning Framework for ROS 2.
Classes | Namespaces | Functions
cartesian_interpolator.h File Reference
#include <moveit/robot_state/robot_state.h>
Include dependency graph for cartesian_interpolator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  moveit::core::JumpThreshold
 Struct with options for defining joint-space jump thresholds. More...
 
struct  moveit::core::MaxEEFStep
 Struct for containing max_step for computeCartesianPath. More...
 
class  moveit::core::CartesianInterpolator
 
struct  moveit::core::CartesianInterpolator::Percentage
 
struct  moveit::core::CartesianInterpolator::Distance
 

Namespaces

 moveit
 Main namespace for MoveIt.
 
 moveit::core
 Core components of MoveIt.
 

Functions

std::optional< int > moveit::core::hasJointSpaceJump (const std::vector< moveit::core::RobotStatePtr > &waypoints, const moveit::core::JointModelGroup &group, const moveit::core::JumpThreshold &jump_threshold)
 Checks if a joint-space path has a jump larger than the given threshold. More...