|
SMACC2
|
#include <cb_undo_path_backwards.hpp>


Public Member Functions | |
| void | onEntry () override |
| void | onExit () override |
Public Member Functions inherited from cl_nav2z::CbNav2ZClientBehaviorBase | |
| virtual | ~CbNav2ZClientBehaviorBase () |
| template<typename TOrthogonal , typename TSourceObject > | |
| void | onOrthogonalAllocation () |
Public Member Functions inherited from smacc2::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 smacc2::ISmaccClientBehavior | |
| ISmaccClientBehavior () | |
| virtual | ~ISmaccClientBehavior () |
| ISmaccStateMachine * | getStateMachine () |
| std::string | getName () const |
| template<typename SmaccClientType > | |
| void | requiresClient (SmaccClientType *&storage) |
| template<typename SmaccComponentType > | |
| void | requiresComponent (SmaccComponentType *&storage) |
Public Attributes | |
| std::optional< std::string > | goalChecker_ |
Private Attributes | |
| std::shared_ptr< tf2_ros::Buffer > | listener |
Additional Inherited Members | |
Protected Member Functions inherited from smacc2::SmaccAsyncClientBehavior | |
| void | postSuccessEvent () |
| void | postFailureEvent () |
| virtual void | dispose () override |
| bool | isShutdownRequested () |
Protected Member Functions inherited from smacc2::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 | dispose () |
| virtual rclcpp::Node::SharedPtr | getNode () |
| virtual rclcpp::Logger | getLogger () |
Protected Attributes inherited from cl_nav2z::CbNav2ZClientBehaviorBase | |
| cl_nav2z::ClNav2Z * | moveBaseClient_ |
| rclcpp_action::ResultCode | navigationResult_ |
Definition at line 28 of file cb_undo_path_backwards.hpp.
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 34 of file cb_undo_path_backwards.cpp.
References smacc2::ISmaccClient::getComponent(), smacc2::ISmaccClientBehavior::getNode(), listener, cl_nav2z::CbNav2ZClientBehaviorBase::moveBaseClient_, service_node_3::s, smacc2::client_bases::SmaccActionClientBase< ActionType >::sendGoal(), and cl_nav2z::GoalCheckerSwitcher::setGoalCheckerId().

|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 65 of file cb_undo_path_backwards.cpp.
References smacc2::ISmaccClient::getComponent(), smacc2::ISmaccClientBehavior::getLogger(), smacc2::ISmaccClientBehavior::getName(), cl_nav2z::CbNav2ZClientBehaviorBase::moveBaseClient_, cl_nav2z::CbNav2ZClientBehaviorBase::navigationResult_, and cl_nav2z::odom_tracker::OdomTracker::popPath().

| std::optional<std::string> cl_nav2z::CbUndoPathBackwards::goalChecker_ |
Definition at line 31 of file cb_undo_path_backwards.hpp.
|
private |
Definition at line 38 of file cb_undo_path_backwards.hpp.
Referenced by onEntry().