SMACC
|
#include <cb_move_last_trajectory_initial_state.h>
Public Member Functions | |
CbMoveLastTrajectoryInitialState () | |
CbMoveLastTrajectoryInitialState (int backIndex) | |
virtual | ~CbMoveLastTrajectoryInitialState () |
virtual void | onEntry () override |
Public Member Functions inherited from cl_move_group_interface::CbMoveJoints | |
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 () |
Private Attributes | |
int | backIndex_ = -1 |
Additional Inherited Members | |
Public Attributes inherited from cl_move_group_interface::CbMoveJoints | |
boost::optional< double > | scalingFactor_ |
std::map< std::string, double > | jointValueTarget_ |
boost::optional< std::string > | group_ |
Protected Member Functions inherited from cl_move_group_interface::CbMoveJoints | |
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 inherited from cl_move_group_interface::CbMoveJoints | |
ClMoveGroup * | movegroupClient_ |
Definition at line 13 of file cb_move_last_trajectory_initial_state.h.
cl_move_group_interface::CbMoveLastTrajectoryInitialState::CbMoveLastTrajectoryInitialState | ( | ) |
Definition at line 12 of file cb_move_last_trajectory_initial_state.cpp.
cl_move_group_interface::CbMoveLastTrajectoryInitialState::CbMoveLastTrajectoryInitialState | ( | int | backIndex | ) |
Definition at line 16 of file cb_move_last_trajectory_initial_state.cpp.
|
virtual |
Definition at line 21 of file cb_move_last_trajectory_initial_state.cpp.
|
overridevirtual |
Reimplemented from cl_move_group_interface::CbMoveJoints.
Definition at line 25 of file cb_move_last_trajectory_initial_state.cpp.
References backIndex_, cl_move_group_interface::CpTrajectoryHistory::getLastTrajectory(), smacc::ISmaccClientBehavior::getName(), cl_move_group_interface::CbMoveJoints::jointValueTarget_, cl_move_group_interface::CbMoveJoints::onEntry(), and smacc::ISmaccClientBehavior::requiresComponent().
|
private |
Definition at line 25 of file cb_move_last_trajectory_initial_state.h.
Referenced by onEntry().