|
SMACC
|
#include <cp_trajectory_history.h>


Public Member Functions | |
| bool | getLastTrajectory (int backIndex, moveit_msgs::RobotTrajectory &trajectory) |
| bool | getLastTrajectory (moveit_msgs::RobotTrajectory &trajectory) |
| void | pushTrajectory (std::string name, const moveit_msgs::RobotTrajectory &trajectory, moveit_msgs::MoveItErrorCodes result) |
Public Member Functions inherited from smacc::ISmaccComponent | |
| ISmaccComponent () | |
| virtual | ~ISmaccComponent () |
| virtual std::string | getName () const |
Private Attributes | |
| std::vector< TrajectoryHistoryEntry > | trajectoryHistory_ |
Additional Inherited Members | |
Protected Member Functions inherited from smacc::ISmaccComponent | |
| virtual void | initialize (ISmaccClient *owner) |
| void | setStateMachine (ISmaccStateMachine *stateMachine) |
| template<typename EventType > | |
| void | postEvent (const EventType &ev) |
| template<typename EventType > | |
| void | postEvent () |
| template<typename TOrthogonal , typename TSourceObject > | |
| void | onOrthogonalAllocation () |
| template<typename TComponent > | |
| void | requiresComponent (TComponent *&requiredComponentStorage) |
| template<typename TClient > | |
| void | requiresClient (TClient *&requiredClientStorage) |
| virtual void | onInitialize () |
| template<typename SmaccComponentType , typename TOrthogonal , typename TClient , typename... TArgs> | |
| SmaccComponentType * | createSiblingComponent (TArgs... targs) |
| template<typename SmaccComponentType , typename TOrthogonal , typename TClient , typename... TArgs> | |
| SmaccComponentType * | createSiblingNamedComponent (std::string name, TArgs... targs) |
Protected Attributes inherited from smacc::ISmaccComponent | |
| ISmaccStateMachine * | stateMachine_ |
| ISmaccClient * | owner_ |
Definition at line 23 of file cp_trajectory_history.h.
| bool cl_move_group_interface::CpTrajectoryHistory::getLastTrajectory | ( | int | backIndex, |
| moveit_msgs::RobotTrajectory & | trajectory | ||
| ) |
Definition at line 12 of file cp_trajectory_history.cpp.
References trajectoryHistory_.
Referenced by getLastTrajectory(), cl_move_group_interface::CbExecuteLastTrajectory::onEntry(), cl_move_group_interface::CbMoveLastTrajectoryInitialState::onEntry(), and cl_move_group_interface::CbUndoLastTrajectory::onEntry().

| bool cl_move_group_interface::CpTrajectoryHistory::getLastTrajectory | ( | moveit_msgs::RobotTrajectory & | trajectory | ) |
Definition at line 32 of file cp_trajectory_history.cpp.
References getLastTrajectory().

| void cl_move_group_interface::CpTrajectoryHistory::pushTrajectory | ( | std::string | name, |
| const moveit_msgs::RobotTrajectory & | trajectory, | ||
| moveit_msgs::MoveItErrorCodes | result | ||
| ) |
Definition at line 37 of file cp_trajectory_history.cpp.
References trajectoryHistory_.
Referenced by cl_move_group_interface::CbMoveEndEffectorTrajectory::onEntry().

|
private |
Definition at line 34 of file cp_trajectory_history.h.
Referenced by getLastTrajectory(), and pushTrajectory().