SMACC2
|
#include <cb_pure_spinning.hpp>
Public Attributes | |
double | yaw_goal_tolerance_rads_ |
Private Attributes | |
double | targetYaw__rads |
bool | goalReached_ |
double | k_betta_ |
double | max_angular_yaw_speed_ |
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_pure_spinning.hpp.
cl_nav2z::CbPureSpinning::CbPureSpinning | ( | double | targetYaw_rads, |
double | max_angular_yaw_speed = 0.5 |
||
) |
Definition at line 29 of file cb_pure_spinning.cpp.
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 39 of file cb_pure_spinning.cpp.
References cmd_vel_pub_, smacc2::ISmaccClientBehavior::getLogger(), smacc2::ISmaccClientBehavior::getName(), smacc2::ISmaccClientBehavior::getNode(), goalReached_, k_betta_, max_angular_yaw_speed_, smacc2::SmaccAsyncClientBehavior::postSuccessEvent(), smacc2::ISmaccClientBehavior::requiresComponent(), targetYaw__rads, and yaw_goal_tolerance_rads_.
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 101 of file cb_pure_spinning.cpp.
void cl_nav2z::CbPureSpinning::updateParameters | ( | ) |
Definition at line 37 of file cb_pure_spinning.cpp.
|
private |
Definition at line 36 of file cb_pure_spinning.hpp.
Referenced by onEntry().
|
private |
Definition at line 32 of file cb_pure_spinning.hpp.
Referenced by onEntry().
|
private |
Definition at line 33 of file cb_pure_spinning.hpp.
Referenced by onEntry().
|
private |
Definition at line 34 of file cb_pure_spinning.hpp.
Referenced by onEntry().
|
private |
Definition at line 31 of file cb_pure_spinning.hpp.
Referenced by onEntry().
double cl_nav2z::CbPureSpinning::yaw_goal_tolerance_rads_ |
Definition at line 39 of file cb_pure_spinning.hpp.
Referenced by onEntry().