|
SMACC
|
#include <cb_navigate_forward.h>


Public Member Functions | |
| CbNavigateForward (float forwardDistance) | |
| CbNavigateForward () | |
| 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< float > | forwardDistance |
| boost::optional< float > | forwardSpeed |
| boost::optional< geometry_msgs::Quaternion > | forceInitialOrientation |
| tf::TransformListener | listener |
| odom_tracker::OdomTracker * | odomTracker_ |
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 14 of file cb_navigate_forward.h.
| cl_move_base_z::CbNavigateForward::CbNavigateForward | ( | float | forwardDistance | ) |
Definition at line 8 of file cb_navigate_forward.cpp.
References forwardDistance.
| cl_move_base_z::CbNavigateForward::CbNavigateForward | ( | ) |
Definition at line 13 of file cb_navigate_forward.cpp.
|
overridevirtual |
Reimplemented from smacc::ISmaccClientBehavior.
Definition at line 17 of file cb_navigate_forward.cpp.
References forceInitialOrientation, forwardDistance, smacc::ISmaccClient::getComponent(), smacc::ISmaccClientBehavior::getCurrentState(), cl_move_base_z::Pose::getReferenceFrame(), cl_move_base_z::CbMoveBaseClientBehaviorBase::moveBaseClient_, odomTracker_, smacc::ISmaccState::param(), cl_move_base_z::odom_tracker::OdomTracker::pushPath(), smacc::client_bases::SmaccActionClientBase< ActionType >::sendGoal(), cl_move_base_z::PlannerSwitcher::setForwardPlanner(), cl_move_base_z::odom_tracker::OdomTracker::setStartPoint(), and cl_move_base_z::odom_tracker::OdomTracker::setWorkingMode().

|
overridevirtual |
Reimplemented from smacc::ISmaccClientBehavior.
Definition at line 76 of file cb_navigate_forward.cpp.
References odomTracker_, and cl_move_base_z::odom_tracker::OdomTracker::setWorkingMode().

| boost::optional<geometry_msgs::Quaternion> cl_move_base_z::CbNavigateForward::forceInitialOrientation |
Definition at line 26 of file cb_navigate_forward.h.
Referenced by onEntry().
| boost::optional<float> cl_move_base_z::CbNavigateForward::forwardDistance |
Definition at line 17 of file cb_navigate_forward.h.
Referenced by CbNavigateForward(), and onEntry().
| boost::optional<float> cl_move_base_z::CbNavigateForward::forwardSpeed |
Definition at line 20 of file cb_navigate_forward.h.
| tf::TransformListener cl_move_base_z::CbNavigateForward::listener |
Definition at line 28 of file cb_navigate_forward.h.
| odom_tracker::OdomTracker* cl_move_base_z::CbNavigateForward::odomTracker_ |
Definition at line 30 of file cb_navigate_forward.h.