SMACC2
|
#include <cb_rotate_look_at.hpp>
Public Attributes | |
std::shared_ptr< tf2_ros::Buffer > | listener |
std::optional< geometry_msgs::msg::PoseStamped > | lookAtPose_ |
Public Attributes inherited from cl_nav2z::CbAbsoluteRotate | |
std::shared_ptr< tf2_ros::Buffer > | listener |
float | absoluteGoalAngleDegree |
std::optional< float > | yawGoalTolerance |
std::optional< float > | maxVelTheta |
std::optional< SpinningPlanner > | spinningPlanner |
Additional Inherited Members | |
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_rotate_look_at.hpp.
cl_nav2z::CbRotateLookAt::CbRotateLookAt | ( | ) |
Definition at line 32 of file cb_rotate_look_at.cpp.
cl_nav2z::CbRotateLookAt::CbRotateLookAt | ( | const geometry_msgs::msg::PoseStamped & | lookAtPose | ) |
Definition at line 34 of file cb_rotate_look_at.cpp.
|
overridevirtual |
Reimplemented from cl_nav2z::CbAbsoluteRotate.
Definition at line 39 of file cb_rotate_look_at.cpp.
References cl_nav2z::CbAbsoluteRotate::absoluteGoalAngleDegree, lookAtPose_, cl_nav2z::CbAbsoluteRotate::onEntry(), smacc2::ISmaccClientBehavior::requiresComponent(), cl_nav2z::Pose::toPoseMsg(), and cl_nav2z::Pose::waitTransformUpdate().
std::shared_ptr<tf2_ros::Buffer> cl_nav2z::CbRotateLookAt::listener |
Definition at line 33 of file cb_rotate_look_at.hpp.
std::optional<geometry_msgs::msg::PoseStamped> cl_nav2z::CbRotateLookAt::lookAtPose_ |
Definition at line 35 of file cb_rotate_look_at.hpp.
Referenced by onEntry().