SMACC2
|
#include <cb_undo_last_trajectory.hpp>
Private Attributes | |
int | backIndex_ = -1 |
moveit_msgs::msg::RobotTrajectory | trajectory |
moveit_msgs::msg::RobotTrajectory | reversed |
Additional Inherited Members | |
Public Attributes inherited from cl_moveit2z::CbMoveEndEffectorTrajectory | |
std::optional< std::string > | group_ |
std::optional< std::string > | tipLink_ |
std::optional< bool > | allowInitialTrajectoryStateJointDiscontinuity_ |
Protected Member Functions inherited from cl_moveit2z::CbMoveEndEffectorTrajectory | |
ComputeJointTrajectoryErrorCode | computeJointSpaceTrajectory (moveit_msgs::msg::RobotTrajectory &computedJointTrajectory) |
void | executeJointSpaceTrajectory (const moveit_msgs::msg::RobotTrajectory &computedJointTrajectory) |
virtual void | createMarkers () |
void | getCurrentEndEffectorPose (std::string globalFrame, tf2::Stamped< tf2::Transform > ¤tEndEffectorTransform) |
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::CbMoveEndEffectorTrajectory | |
std::vector< geometry_msgs::msg::PoseStamped > | endEffectorTrajectory_ |
ClMoveit2z * | movegroupClient_ = nullptr |
visualization_msgs::msg::MarkerArray | beahiorMarkers_ |
Definition at line 28 of file cb_undo_last_trajectory.hpp.
cl_moveit2z::CbUndoLastTrajectory::CbUndoLastTrajectory | ( | ) |
Definition at line 26 of file cb_undo_last_trajectory.cpp.
cl_moveit2z::CbUndoLastTrajectory::CbUndoLastTrajectory | ( | int | backIndex | ) |
Definition at line 28 of file cb_undo_last_trajectory.cpp.
|
virtual |
Definition at line 30 of file cb_undo_last_trajectory.cpp.
|
virtual |
Implements cl_moveit2z::CbMoveEndEffectorTrajectory.
Definition at line 32 of file cb_undo_last_trajectory.cpp.
|
overridevirtual |
Reimplemented from cl_moveit2z::CbMoveEndEffectorTrajectory.
Definition at line 34 of file cb_undo_last_trajectory.cpp.
References backIndex_, cl_moveit2z::CbMoveEndEffectorTrajectory::executeJointSpaceTrajectory(), cl_moveit2z::CpTrajectoryHistory::getLastTrajectory(), smacc2::ISmaccClientBehavior::getLogger(), smacc2::ISmaccClientBehavior::getName(), cl_moveit2z::CbMoveEndEffectorTrajectory::movegroupClient_, smacc2::ISmaccClientBehavior::requiresClient(), smacc2::ISmaccClientBehavior::requiresComponent(), reversed, and trajectory.
|
private |
Definition at line 42 of file cb_undo_last_trajectory.hpp.
Referenced by onEntry().
|
private |
Definition at line 45 of file cb_undo_last_trajectory.hpp.
Referenced by onEntry().
|
private |
Definition at line 44 of file cb_undo_last_trajectory.hpp.
Referenced by onEntry().