SMACC
|
#include <cb_move_base_client_behavior_base.h>
Public Member Functions | |
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 () |
Protected Attributes | |
ClMoveBaseZ * | moveBaseClient_ |
ros::Publisher | visualizationMarkersPub_ |
Private Member Functions | |
void | propagateSuccessEvent (ClMoveBaseZ::ResultConstPtr &r) |
void | propagateFailureEvent (ClMoveBaseZ::ResultConstPtr &r) |
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 () |
Definition at line 17 of file cb_move_base_client_behavior_base.h.
|
inline |
Definition at line 21 of file cb_move_base_client_behavior_base.h.
References moveBaseClient_, smacc::client_bases::SmaccActionClientBase< ActionType >::onAborted(), smacc::client_bases::SmaccActionClientBase< ActionType >::onSucceeded(), propagateFailureEvent(), propagateSuccessEvent(), smacc::ISmaccClientBehavior::requiresClient(), and visualizationMarkersPub_.
|
private |
Definition at line 14 of file cb_move_base_client_behavior_base.cpp.
References smacc::SmaccAsyncClientBehavior::postFailureEvent().
Referenced by onOrthogonalAllocation().
|
private |
Definition at line 10 of file cb_move_base_client_behavior_base.cpp.
References smacc::SmaccAsyncClientBehavior::postSuccessEvent().
Referenced by onOrthogonalAllocation().
|
protected |
Definition at line 33 of file cb_move_base_client_behavior_base.h.
Referenced by cl_move_base_z::CbNavigateGlobalPosition::execute(), cl_move_base_z::CbNavigateGlobalPosition::onEntry(), cl_move_base_z::CbAbsoluteRotate::onEntry(), cl_move_base_z::CbNavigateBackwards::onEntry(), cl_move_base_z::CbNavigateForward::onEntry(), cl_move_base_z::CbNavigateNextWaypoint::onEntry(), cl_move_base_z::CbRotate::onEntry(), cl_move_base_z::CbUndoPathBackwards::onEntry(), cl_move_base_z::CbUndoPathBackwards2::onEntry(), cl_move_base_z::CbUndoPathBackwards::onExit(), cl_move_base_z::CbUndoPathBackwards2::onExit(), onOrthogonalAllocation(), and cl_move_base_z::CbUndoPathBackwards2::update().
|
protected |
Definition at line 34 of file cb_move_base_client_behavior_base.h.
Referenced by onOrthogonalAllocation(), and cl_move_base_z::CbUndoPathBackwards2::publishMarkers().