|
SMACC
|
#include <cb_move_joints.h>


Public Member Functions | |
| CbMoveJoints () | |
| CbMoveJoints (const std::map< std::string, double > &jointValueTarget) | |
| virtual void | onEntry () override |
| virtual void | onExit () override |
Public Member Functions inherited from smacc::SmaccAsyncClientBehavior | |
| template<typename TOrthogonal , typename TSourceObject > | |
| void | onOrthogonalAllocation () |
| virtual | ~SmaccAsyncClientBehavior () |
| template<typename TCallback , typename T > | |
| boost::signals2::connection | onSuccess (TCallback callback, T *object) |
| template<typename TCallback , typename T > | |
| boost::signals2::connection | onFinished (TCallback callback, T *object) |
| template<typename TCallback , typename T > | |
| boost::signals2::connection | onFailure (TCallback callback, T *object) |
Public Member Functions inherited from smacc::ISmaccClientBehavior | |
| ISmaccClientBehavior () | |
| virtual | ~ISmaccClientBehavior () |
| ISmaccStateMachine * | getStateMachine () |
| std::string | getName () const |
| template<typename SmaccClientType > | |
| void | requiresClient (SmaccClientType *&storage) |
| template<typename SmaccComponentType > | |
| void | requiresComponent (SmaccComponentType *&storage) |
| ros::NodeHandle | getNode () |
Public Attributes | |
| boost::optional< double > | scalingFactor_ |
| std::map< std::string, double > | jointValueTarget_ |
| boost::optional< std::string > | group_ |
Protected Member Functions | |
| void | moveJoints (moveit::planning_interface::MoveGroupInterface &moveGroupInterface) |
Protected Member Functions inherited from smacc::SmaccAsyncClientBehavior | |
| virtual void | executeOnEntry () override |
| virtual void | executeOnExit () override |
| void | postSuccessEvent () |
| void | postFailureEvent () |
| virtual void | dispose () override |
Protected Member Functions inherited from smacc::ISmaccClientBehavior | |
| virtual void | runtimeConfigure () |
| virtual void | onEntry () |
| virtual void | onExit () |
| template<typename EventType > | |
| void | postEvent (const EventType &ev) |
| template<typename EventType > | |
| void | postEvent () |
| ISmaccState * | getCurrentState () |
| virtual void | executeOnEntry () |
| virtual void | executeOnExit () |
| virtual void | dispose () |
Protected Attributes | |
| ClMoveGroup * | movegroupClient_ |
Definition at line 16 of file cb_move_joints.h.
| cl_move_group_interface::CbMoveJoints::CbMoveJoints | ( | ) |
Definition at line 16 of file cb_move_joints.cpp.
| cl_move_group_interface::CbMoveJoints::CbMoveJoints | ( | const std::map< std::string, double > & | jointValueTarget | ) |
Definition at line 12 of file cb_move_joints.cpp.
|
protected |
Definition at line 53 of file cb_move_joints.cpp.
References cl_move_group_interface::currentJointStatesToString(), smacc::ISmaccClientBehavior::getName(), jointValueTarget_, movegroupClient_, cl_move_group_interface::ClMoveGroup::postEventMotionExecutionFailed(), cl_move_group_interface::ClMoveGroup::postEventMotionExecutionSucceded(), smacc::SmaccAsyncClientBehavior::postFailureEvent(), smacc::SmaccAsyncClientBehavior::postSuccessEvent(), and scalingFactor_.
Referenced by onEntry().


|
overridevirtual |
Reimplemented from smacc::ISmaccClientBehavior.
Reimplemented in cl_move_group_interface::CbMoveLastTrajectoryInitialState.
Definition at line 20 of file cb_move_joints.cpp.
References group_, movegroupClient_, cl_move_group_interface::ClMoveGroup::moveGroupClientInterface, moveJoints(), and smacc::ISmaccClientBehavior::requiresClient().
Referenced by cl_move_group_interface::CbMoveLastTrajectoryInitialState::onEntry().


|
overridevirtual |
Reimplemented from smacc::ISmaccClientBehavior.
Definition at line 104 of file cb_move_joints.cpp.
| boost::optional<std::string> cl_move_group_interface::CbMoveJoints::group_ |
Definition at line 21 of file cb_move_joints.h.
Referenced by onEntry().
| std::map<std::string, double> cl_move_group_interface::CbMoveJoints::jointValueTarget_ |
Definition at line 20 of file cb_move_joints.h.
Referenced by moveJoints(), and cl_move_group_interface::CbMoveLastTrajectoryInitialState::onEntry().
|
protected |
Definition at line 30 of file cb_move_joints.h.
Referenced by moveJoints(), and onEntry().
| boost::optional<double> cl_move_group_interface::CbMoveJoints::scalingFactor_ |
Definition at line 19 of file cb_move_joints.h.
Referenced by moveJoints().