|
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 | ClMoveGroup |
| class | CpGraspingComponent |
| class | CpTrajectoryHistory |
| struct | EvIncorrectInitialPosition |
| struct | EvJointDiscontinuity |
| struct | EvMoveGroupMotionExecutionFailed |
| struct | EvMoveGroupMotionExecutionSucceded |
| 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) |
| geometry_msgs::msg::Point & | toMsg (const tf2::Vector3 &in, geometry_msgs::msg::Point &out) |
| void | toMsg (const tf2::Transform &in, geometry_msgs::msg::Pose &out) |
| void | fromMsg (const geometry_msgs::msg::Point &in, tf2::Vector3 &out) |
|
strong |
| Enumerator | |
|---|---|
| SUCCESS | |
| INCORRECT_INITIAL_STATE | |
| JOINT_TRAJECTORY_DISCONTINUITY | |
Definition at line 43 of file cb_move_end_effector_trajectory.hpp.
| std::string cl_move_group_interface::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_move_group_interface::CbMoveJoints::moveJoints().

| void cl_move_group_interface::fromMsg | ( | const geometry_msgs::msg::Point & | in, |
| tf2::Vector3 & | out | ||
| ) |
Definition at line 56 of file cb_pouring_motion.cpp.
Referenced by cl_move_group_interface::CbCircularPouringMotion::createMarkers(), and cl_move_group_interface::CbCircularPouringMotion::generateTrajectory().

| void cl_move_group_interface::toMsg | ( | const tf2::Transform & | in, |
| geometry_msgs::msg::Pose & | out | ||
| ) |
Definition at line 48 of file cb_pouring_motion.cpp.
References toMsg().

| geometry_msgs::msg::Point & cl_move_group_interface::toMsg | ( | const tf2::Vector3 & | in, |
| geometry_msgs::msg::Point & | out | ||
| ) |
Definition at line 40 of file cb_pouring_motion.cpp.
Referenced by cl_move_group_interface::CbCircularPouringMotion::createMarkers(), and toMsg().
