SMACC
|
#include <cb_undo_path_backwards.h>
Public Member Functions | |
virtual void | onEntry () override |
virtual void | onExit () override |
Public Member Functions inherited from cl_move_base_z::CbMoveBaseClientBehaviorBase | |
template<typename TOrthogonal , typename TSourceObject > | |
void | onOrthogonalAllocation () |
Public Member Functions inherited from smacc::SmaccAsyncClientBehavior | |
template<typename TOrthogonal , typename TSourceObject > | |
void | onOrthogonalAllocation () |
virtual | ~SmaccAsyncClientBehavior () |
template<typename TCallback , typename T > | |
boost::signals2::connection | onSuccess (TCallback callback, T *object) |
template<typename TCallback , typename T > | |
boost::signals2::connection | onFinished (TCallback callback, T *object) |
template<typename TCallback , typename T > | |
boost::signals2::connection | onFailure (TCallback callback, T *object) |
Public Member Functions inherited from smacc::ISmaccClientBehavior | |
ISmaccClientBehavior () | |
virtual | ~ISmaccClientBehavior () |
ISmaccStateMachine * | getStateMachine () |
std::string | getName () const |
template<typename SmaccClientType > | |
void | requiresClient (SmaccClientType *&storage) |
template<typename SmaccComponentType > | |
void | requiresComponent (SmaccComponentType *&storage) |
ros::NodeHandle | getNode () |
Public Attributes | |
boost::optional< UndoPathLocalPlanner > | forceUndoLocalPlanner |
Private Attributes | |
tf::TransformListener | listener |
Additional Inherited Members | |
Protected Member Functions inherited from smacc::SmaccAsyncClientBehavior | |
virtual void | executeOnEntry () override |
virtual void | executeOnExit () override |
void | postSuccessEvent () |
void | postFailureEvent () |
virtual void | dispose () override |
Protected Member Functions inherited from smacc::ISmaccClientBehavior | |
virtual void | runtimeConfigure () |
virtual void | onEntry () |
virtual void | onExit () |
template<typename EventType > | |
void | postEvent (const EventType &ev) |
template<typename EventType > | |
void | postEvent () |
ISmaccState * | getCurrentState () |
virtual void | executeOnEntry () |
virtual void | executeOnExit () |
virtual void | dispose () |
Protected Attributes inherited from cl_move_base_z::CbMoveBaseClientBehaviorBase | |
ClMoveBaseZ * | moveBaseClient_ |
ros::Publisher | visualizationMarkersPub_ |
Definition at line 21 of file cb_undo_path_backwards.h.
|
overridevirtual |
Reimplemented from smacc::ISmaccClientBehavior.
Definition at line 9 of file cb_undo_path_backwards.cpp.
References forceUndoLocalPlanner, smacc::ISmaccClient::getComponent(), cl_move_base_z::CbMoveBaseClientBehaviorBase::moveBaseClient_, cl_move_base_z::PureSpinningLocalPlanner, and smacc::client_bases::SmaccActionClientBase< ActionType >::sendGoal().
|
overridevirtual |
Reimplemented from smacc::ISmaccClientBehavior.
Definition at line 50 of file cb_undo_path_backwards.cpp.
References smacc::ISmaccClient::getComponent(), and cl_move_base_z::CbMoveBaseClientBehaviorBase::moveBaseClient_.
boost::optional<UndoPathLocalPlanner> cl_move_base_z::CbUndoPathBackwards::forceUndoLocalPlanner |
Definition at line 24 of file cb_undo_path_backwards.h.
Referenced by onEntry().
|
private |
Definition at line 31 of file cb_undo_path_backwards.h.