SMACC2
|
#include <cb_move_known_state.hpp>
Private Member Functions | |
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) |
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 |
Protected Attributes inherited from cl_moveit2z::CbMoveJoints | |
ClMoveit2z * | movegroupClient_ |
Definition at line 29 of file cb_move_known_state.hpp.
cl_moveit2z::CbMoveKnownState::CbMoveKnownState | ( | std::string | pkg, |
std::string | config_path | ||
) |
Definition at line 29 of file cb_move_known_state.cpp.
|
virtual |
Definition at line 34 of file cb_move_known_state.cpp.
|
private |
Definition at line 43 of file cb_move_known_state.cpp.
References smacc2::ISmaccClientBehavior::getLogger(), and smacc2::ISmaccClientBehavior::getName().
Referenced by onEntry().
|
overridevirtual |
Reimplemented from cl_moveit2z::CbMoveJoints.
Definition at line 36 of file cb_move_known_state.cpp.
References config_path_, cl_moveit2z::CbMoveJoints::jointValueTarget_, loadJointStatesFromFile(), cl_moveit2z::CbMoveJoints::onEntry(), and pkg_.
|
private |
Definition at line 41 of file cb_move_known_state.hpp.
Referenced by onEntry().
|
private |
Definition at line 40 of file cb_move_known_state.hpp.
Referenced by onEntry().