SMACC2
|
#include <cb_stop_navigation.hpp>
Additional Inherited Members | |
Public Attributes inherited from cl_nav2z::CbNavigateGlobalPosition | |
float | goalYaw |
CbNavigateGlobalPositionOptions | options |
geometry_msgs::msg::Point | goalPosition |
Protected Member Functions inherited from cl_nav2z::CbNav2ZClientBehaviorBase | |
void | sendGoal (ClNav2Z::Goal &goal) |
void | cancelGoal () |
bool | isOwnActionResponse (const ClNav2Z::WrappedResult &) |
virtual void | onNavigationResult (const ClNav2Z::WrappedResult &) |
virtual void | onNavigationActionSuccess (const ClNav2Z::WrappedResult &) |
virtual void | onNavigationActionAbort (const ClNav2Z::WrappedResult &) |
Protected Member Functions inherited from smacc2::SmaccAsyncClientBehavior | |
void | postSuccessEvent () |
void | postFailureEvent () |
virtual void | dispose () override |
bool | isShutdownRequested () |
onEntry is executed in a new thread. However the current state cannot be left until the onEntry thread finishes. This flag can be checked from the onEntry thread to force finishing the thread. | |
Protected Member Functions inherited from smacc2::ISmaccClientBehavior | |
virtual void | runtimeConfigure () |
template<typename EventType > | |
void | postEvent (const EventType &ev) |
template<typename EventType > | |
void | postEvent () |
ISmaccState * | getCurrentState () |
virtual rclcpp::Node::SharedPtr | getNode () const |
virtual rclcpp::Logger | getLogger () const |
Protected Attributes inherited from cl_nav2z::CbNav2ZClientBehaviorBase | |
cl_nav2z::ClNav2Z * | nav2zClient_ |
cl_nav2z::ClNav2Z::SmaccNavigateResultSignal::SharedPtr | navigationCallback_ |
rclcpp_action::ResultCode | navigationResult_ |
std::shared_future< std::shared_ptr< rclcpp_action::ClientGoalHandle< nav2_msgs::action::NavigateToPose > > > | goalHandleFuture_ |
Definition at line 30 of file cb_stop_navigation.hpp.
cl_nav2z::CbStopNavigation::CbStopNavigation | ( | ) |
Definition at line 32 of file cb_stop_navigation.cpp.
|
overridevirtual |
Reimplemented from cl_nav2z::CbNavigateGlobalPosition.
Definition at line 34 of file cb_stop_navigation.cpp.
References cl_nav2z::CbNavigateGlobalPosition::onEntry(), smacc2::ISmaccClientBehavior::requiresComponent(), cl_nav2z::CbNavigateGlobalPosition::setGoal(), and cl_nav2z::Pose::toPoseMsg().
|
overridevirtual |
Reimplemented from cl_nav2z::CbNavigateGlobalPosition.
Definition at line 50 of file cb_stop_navigation.cpp.