|
SMACC2
|
#include <cb_move_known_state.hpp>


Public Member Functions | |
| CbMoveKnownState (std::string pkg, std::string config_path) | |
| virtual | ~CbMoveKnownState () |
| void | onEntry () override |
| CbMoveKnownState (std::string pkg, std::string config_path) | |
| virtual | ~CbMoveKnownState () |
| void | onEntry () override |
Public Member Functions inherited from cl_moveit2z::CbMoveJoints | |
| CbMoveJoints () | |
| CbMoveJoints (const std::map< std::string, double > &jointValueTarget) | |
| virtual void | onExit () override |
| CbMoveJoints () | |
| CbMoveJoints (const std::map< std::string, double > &jointValueTarget) | |
| virtual void | onExit () override |
Public Member Functions inherited from smacc2::SmaccAsyncClientBehavior | |
| template<typename TOrthogonal , typename TSourceObject > | |
| void | onOrthogonalAllocation () |
| template<typename TOrthogonal , typename TSourceObject > | |
| void | onStateOrthogonalAllocation () |
| 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) |
| void | requestForceFinish () |
| void | executeOnEntry () override |
| void | executeOnExit () override |
| void | waitOnEntryThread (bool requestFinish) |
| template<typename TCallbackMethod , typename T > | |
| boost::signals2::connection | onSuccess (TCallbackMethod callback, T *object) |
| template<typename TCallbackMethod , typename T > | |
| boost::signals2::connection | onFinished (TCallbackMethod callback, T *object) |
| template<typename TCallbackMethod , typename T > | |
| boost::signals2::connection | onFailure (TCallbackMethod callback, T *object) |
Public Member Functions inherited from smacc2::ISmaccClientBehavior | |
| ISmaccClientBehavior () | |
| virtual | ~ISmaccClientBehavior () |
| ISmaccStateMachine * | getStateMachine () |
| std::string | getName () const |
| template<typename SmaccClientType > | |
| void | requiresClient (SmaccClientType *&storage) |
| template<typename SmaccComponentType > | |
| void | requiresComponent (SmaccComponentType *&storage, bool throwExceptionIfNotExist) |
| template<typename SmaccComponentType > | |
| void | requiresComponent (SmaccComponentType *&storage, ComponentRequirement requirementType=ComponentRequirement::SOFT) |
Private Member Functions | |
| std::map< std::string, double > | loadJointStatesFromFile (std::string pkg, std::string filepath) |
| std::map< std::string, double > | loadJointStatesFromFile (std::string pkg, std::string filepath) |
Private Attributes | |
| std::string | pkg_ |
| std::string | config_path_ |
Additional Inherited Members | |
Public Attributes inherited from cl_moveit2z::CbMoveJoints | |
| std::optional< double > | scalingFactor_ |
| std::map< std::string, double > | jointValueTarget_ |
| std::optional< std::string > | group_ |
Protected Member Functions inherited from cl_moveit2z::CbMoveJoints | |
| void | moveJoints (moveit::planning_interface::MoveGroupInterface &moveGroupInterface) |
| void | moveJoints (moveit::planning_interface::MoveGroupInterface &moveGroupInterface) |
Protected Member Functions inherited from smacc2::SmaccAsyncClientBehavior | |
| void | postSuccessEvent () |
| void | postFailureEvent () |
| virtual void | dispose () override |
| bool | isShutdownRequested () |
| onEntry is executed in a new thread. However the current state cannot be left until the onEntry thread finishes. This flag can be checked from the onEntry thread to force finishing the thread. | |
Protected Member Functions inherited from smacc2::ISmaccClientBehavior | |
| virtual void | runtimeConfigure () |
| template<typename EventType > | |
| void | postEvent (const EventType &ev) |
| template<typename EventType > | |
| void | postEvent () |
| ISmaccState * | getCurrentState () |
| virtual rclcpp::Node::SharedPtr | getNode () const |
| virtual rclcpp::Logger | getLogger () const |
Static Protected Member Functions inherited from cl_moveit2z::CbMoveJoints | |
| static std::string | currentJointStatesToString (moveit::planning_interface::MoveGroupInterface &moveGroupInterface, std::map< std::string, double > &targetJoints) |
Protected Attributes inherited from cl_moveit2z::CbMoveJoints | |
| ClMoveit2z * | movegroupClient_ |
Definition at line 29 of file cb_move_known_state.hpp.
|
inline |
Definition at line 36 of file cb_move_known_state.hpp.
|
inlinevirtual |
Definition at line 40 of file cb_move_known_state.hpp.
| cl_moveit2z::CbMoveKnownState::CbMoveKnownState | ( | std::string | pkg, |
| std::string | config_path ) |
|
virtual |
|
inlineprivate |
Definition at line 50 of file cb_move_known_state.hpp.
References smacc2::ISmaccClientBehavior::getLogger(), and smacc2::ISmaccClientBehavior::getName().
Referenced by onEntry().


|
private |
|
inlineoverridevirtual |
Reimplemented from cl_moveit2z::CbMoveJoints.
Definition at line 42 of file cb_move_known_state.hpp.
References config_path_, cl_moveit2z::CbMoveJoints::jointValueTarget_, loadJointStatesFromFile(), cl_moveit2z::CbMoveJoints::onEntry(), and pkg_.

|
overridevirtual |
Reimplemented from cl_moveit2z::CbMoveJoints.
|
private |
Definition at line 142 of file cb_move_known_state.hpp.
Referenced by onEntry().
|
private |
Definition at line 141 of file cb_move_known_state.hpp.
Referenced by onEntry().