SMACC2
|
Classes | |
class | CbAttachObject |
class | CbCircularPivotMotion |
class | CbCircularPouringMotion |
class | CbDetachObject |
class | CbEndEffectorRotate |
class | CbExecuteLastTrajectory |
class | CbMoveCartesianRelative |
class | CbMoveCartesianRelative2 |
class | CbMoveEndEffector |
class | CbMoveEndEffectorRelative |
class | CbMoveEndEffectorTrajectory |
class | CbMoveJoints |
class | CbMoveKnownState |
class | CbMoveLastTrajectoryInitialState |
class | CbMoveNamedTarget |
class | CbUndoLastTrajectory |
class | ClMoveit2z |
class | CpGraspingComponent |
class | CpTFListener |
class | CpTrajectoryHistory |
struct | EvIncorrectInitialPosition |
struct | EvJointDiscontinuity |
struct | EvMoveGroupMotionExecutionFailed |
struct | EvMoveGroupMotionExecutionSucceded |
struct | TfPoseTrack |
struct | TrajectoryHistoryEntry |
Enumerations | |
enum class | ComputeJointTrajectoryErrorCode { SUCCESS , INCORRECT_INITIAL_STATE , JOINT_TRAJECTORY_DISCONTINUITY } |
Functions | |
std::string | currentJointStatesToString (moveit::planning_interface::MoveGroupInterface &moveGroupInterface, std::map< std::string, double > &targetJoints) |
|
strong |
Enumerator | |
---|---|
SUCCESS | |
INCORRECT_INITIAL_STATE | |
JOINT_TRAJECTORY_DISCONTINUITY |
Definition at line 43 of file cb_move_end_effector_trajectory.hpp.
std::string cl_moveit2z::currentJointStatesToString | ( | moveit::planning_interface::MoveGroupInterface & | moveGroupInterface, |
std::map< std::string, double > & | targetJoints | ||
) |
Definition at line 49 of file cb_move_joints.cpp.
Referenced by cl_moveit2z::CbMoveJoints::moveJoints().