Nav2 Navigation Stack - jazzy
jazzy
ROS 2 Navigation Stack
|
A nav2_behavior_tree::BtActionNode class that wraps nav2_msgs::action::BackUp. More...
#include <nav2_behavior_tree/include/nav2_behavior_tree/plugins/action/assisted_teleop_cancel_node.hpp>
Public Member Functions | |
AssistedTeleopCancel (const std::string &xml_tag_name, const std::string &action_name, const BT::NodeConfiguration &conf) | |
A constructor for nav2_behavior_tree::BackUpAction. More... | |
![]() | |
BtCancelActionNode (const std::string &xml_tag_name, const std::string &action_name, const BT::NodeConfiguration &conf) | |
A nav2_behavior_tree::BtCancelActionNode constructor. More... | |
void | createActionClient (const std::string &action_name) |
Create instance of an action client. More... | |
void | halt () override |
BT::NodeStatus | tick () override |
The main override required by a BT action. More... | |
Static Public Member Functions | |
static BT::PortsList | providedPorts () |
Creates list of BT ports. More... | |
![]() | |
static BT::PortsList | providedBasicPorts (BT::PortsList addition) |
Any subclass of BtCancelActionNode that accepts parameters must provide a providedPorts method and call providedBasicPorts in it. More... | |
static BT::PortsList | providedPorts () |
Creates list of BT ports. More... | |
Additional Inherited Members | |
![]() | |
std::string | action_name_ |
std::shared_ptr< rclcpp_action::Client< nav2_msgs::action::AssistedTeleop > > | action_client_ |
rclcpp::Node::SharedPtr | node_ |
rclcpp::CallbackGroup::SharedPtr | callback_group_ |
rclcpp::executors::SingleThreadedExecutor | callback_group_executor_ |
std::chrono::milliseconds | server_timeout_ |
std::chrono::milliseconds | wait_for_service_timeout_ |
A nav2_behavior_tree::BtActionNode class that wraps nav2_msgs::action::BackUp.
Definition at line 31 of file assisted_teleop_cancel_node.hpp.
nav2_behavior_tree::AssistedTeleopCancel::AssistedTeleopCancel | ( | const std::string & | xml_tag_name, |
const std::string & | action_name, | ||
const BT::NodeConfiguration & | conf | ||
) |
A constructor for nav2_behavior_tree::BackUpAction.
xml_tag_name | Name for the XML tag for this node |
action_name | Action name this node creates a client for |
conf | BT node configuration |
Definition at line 25 of file assisted_teleop_cancel_node.cpp.
|
inlinestatic |
Creates list of BT ports.
Definition at line 49 of file assisted_teleop_cancel_node.hpp.
References nav2_behavior_tree::BtCancelActionNode< nav2_msgs::action::AssistedTeleop >::providedBasicPorts().