SMACC2
|
#include <cb_move_named_target.hpp>
Protected Attributes | |
ClMoveit2z * | movegroupClient_ |
std::string | namedTarget_ |
Additional Inherited Members | |
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 |
Definition at line 32 of file cb_move_named_target.hpp.
cl_moveit2z::CbMoveNamedTarget::CbMoveNamedTarget | ( | std::string | namedtarget | ) |
Definition at line 25 of file cb_move_named_target.cpp.
std::map< std::string, double > cl_moveit2z::CbMoveNamedTarget::getNamedTargetValues | ( | ) |
Definition at line 35 of file cb_move_named_target.cpp.
References movegroupClient_, cl_moveit2z::ClMoveit2z::moveGroupClientInterface, and namedTarget_.
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 27 of file cb_move_named_target.cpp.
References movegroupClient_, cl_moveit2z::ClMoveit2z::moveGroupClientInterface, namedTarget_, and smacc2::ISmaccClientBehavior::requiresClient().
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 33 of file cb_move_named_target.cpp.
|
protected |
Definition at line 35 of file cb_move_named_target.hpp.
Referenced by getNamedTargetValues(), and onEntry().
|
protected |
Definition at line 36 of file cb_move_named_target.hpp.
Referenced by getNamedTargetValues(), and onEntry().