SMACC2
|
#include <cb_active_stop.hpp>
Private Attributes | |
rclcpp::Publisher< geometry_msgs::msg::Twist >::SharedPtr | cmd_vel_pub_ |
Additional Inherited Members | |
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 |
Definition at line 28 of file cb_active_stop.hpp.
cl_nav2z::CbActiveStop::CbActiveStop | ( | ) |
Definition at line 29 of file cb_active_stop.cpp.
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 31 of file cb_active_stop.cpp.
References cmd_vel_pub_, smacc2::ISmaccClientBehavior::getLogger(), smacc2::ISmaccClientBehavior::getName(), smacc2::ISmaccClientBehavior::getNode(), smacc2::SmaccAsyncClientBehavior::isShutdownRequested(), and smacc2::SmaccAsyncClientBehavior::postSuccessEvent().
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 51 of file cb_active_stop.cpp.
|
private |
Definition at line 31 of file cb_active_stop.hpp.
Referenced by onEntry().