Nav2 Navigation Stack - jazzy
jazzy
ROS 2 Navigation Stack
|
The ProgressCheckerSelector behavior is used to switch the progress checker of the controller server. It subscribes to a topic "progress_checker_selector" to get the decision about what progress_checker must be used. It is usually used before of the FollowPath. The selected_progress_checker output port is passed to progress_checker_id input port of the FollowPath. More...
#include <nav2_behavior_tree/include/nav2_behavior_tree/plugins/action/progress_checker_selector_node.hpp>
Public Member Functions | |
ProgressCheckerSelector (const std::string &xml_tag_name, const BT::NodeConfiguration &conf) | |
A constructor for nav2_behavior_tree::ProgressCheckerSelector. More... | |
Static Public Member Functions | |
static BT::PortsList | providedPorts () |
Creates list of BT ports. More... | |
The ProgressCheckerSelector behavior is used to switch the progress checker of the controller server. It subscribes to a topic "progress_checker_selector" to get the decision about what progress_checker must be used. It is usually used before of the FollowPath. The selected_progress_checker output port is passed to progress_checker_id input port of the FollowPath.
Definition at line 37 of file progress_checker_selector_node.hpp.
nav2_behavior_tree::ProgressCheckerSelector::ProgressCheckerSelector | ( | const std::string & | xml_tag_name, |
const BT::NodeConfiguration & | conf | ||
) |
A constructor for nav2_behavior_tree::ProgressCheckerSelector.
xml_tag_name | Name for the XML tag for this node |
conf | BT node configuration |
Definition at line 29 of file progress_checker_selector_node.cpp.
|
inlinestatic |
Creates list of BT ports.
Definition at line 54 of file progress_checker_selector_node.hpp.