|
SMACC
|
#include <cb_rotate.h>


Public Member Functions | |
| CbRotate () | |
| CbRotate (float rotate_degree) | |
| virtual void | onEntry () 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 | |
| tf::TransformListener | listener |
| boost::optional< float > | rotateDegree |
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 13 of file cb_rotate.h.
| cl_move_base_z::CbRotate::CbRotate | ( | ) |
Definition at line 7 of file cb_rotate.cpp.
| cl_move_base_z::CbRotate::CbRotate | ( | float | rotate_degree | ) |
Definition at line 11 of file cb_rotate.cpp.
References rotateDegree.
|
overridevirtual |
Reimplemented from smacc::ISmaccClientBehavior.
Definition at line 16 of file cb_rotate.cpp.
References smacc::ISmaccClient::getComponent(), smacc::ISmaccClientBehavior::getCurrentState(), cl_move_base_z::Pose::getReferenceFrame(), cl_move_base_z::CbMoveBaseClientBehaviorBase::moveBaseClient_, smacc::ISmaccState::param(), cl_move_base_z::odom_tracker::RECORD_PATH, smacc::ISmaccClientBehavior::requiresClient(), rotateDegree, smacc::client_bases::SmaccActionClientBase< ActionType >::sendGoal(), and cl_move_base_z::PlannerSwitcher::setDefaultPlanners().

| tf::TransformListener cl_move_base_z::CbRotate::listener |
Definition at line 16 of file cb_rotate.h.
| boost::optional<float> cl_move_base_z::CbRotate::rotateDegree |
Definition at line 18 of file cb_rotate.h.
Referenced by CbRotate(), and onEntry().