SMACC2
|
#include <cb_move_last_trajectory_initial_state.hpp>
Private Attributes | |
int | backIndex_ = -1 |
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 27 of file cb_move_last_trajectory_initial_state.hpp.
cl_moveit2z::CbMoveLastTrajectoryInitialState::CbMoveLastTrajectoryInitialState | ( | ) |
Definition at line 26 of file cb_move_last_trajectory_initial_state.cpp.
cl_moveit2z::CbMoveLastTrajectoryInitialState::CbMoveLastTrajectoryInitialState | ( | int | backIndex | ) |
Definition at line 28 of file cb_move_last_trajectory_initial_state.cpp.
|
virtual |
Definition at line 33 of file cb_move_last_trajectory_initial_state.cpp.
|
overridevirtual |
Reimplemented from cl_moveit2z::CbMoveJoints.
Definition at line 35 of file cb_move_last_trajectory_initial_state.cpp.
References backIndex_, cl_moveit2z::CpTrajectoryHistory::getLastTrajectory(), smacc2::ISmaccClientBehavior::getLogger(), smacc2::ISmaccClientBehavior::getName(), cl_moveit2z::CbMoveJoints::jointValueTarget_, cl_moveit2z::CbMoveJoints::onEntry(), and smacc2::ISmaccClientBehavior::requiresComponent().
|
private |
Definition at line 39 of file cb_move_last_trajectory_initial_state.hpp.
Referenced by onEntry().