|
Nav2 Navigation Stack - lyrical
lyrical
ROS 2 Navigation Stack
|
The PathHandlerSelector behavior is used to switch the path handler of the controller server. It subscribes to a topic "path_handler_selector" to get the decision about what path_handler must be used. It is usually used before the FollowPath. The selected_path_handler output port is passed to path_handler_id input port of the FollowPath. More...
#include <nav2_behavior_tree/include/nav2_behavior_tree/plugins/action/path_handler_selector_node.hpp>


Public Member Functions | |
| PathHandlerSelector (const std::string &xml_tag_name, const BT::NodeConfiguration &conf) | |
| A constructor for nav2_behavior_tree::PathHandlerSelector. More... | |
Static Public Member Functions | |
| static BT::PortsList | providedPorts () |
| Creates list of BT ports. More... | |
The PathHandlerSelector behavior is used to switch the path handler of the controller server. It subscribes to a topic "path_handler_selector" to get the decision about what path_handler must be used. It is usually used before the FollowPath. The selected_path_handler output port is passed to path_handler_id input port of the FollowPath.
Usage in XML:
Definition at line 45 of file path_handler_selector_node.hpp.
| nav2_behavior_tree::PathHandlerSelector::PathHandlerSelector | ( | const std::string & | xml_tag_name, |
| const BT::NodeConfiguration & | conf | ||
| ) |
A constructor for nav2_behavior_tree::PathHandlerSelector.
| xml_tag_name | Name for the XML tag for this node |
| conf | BT node configuration |
Definition at line 29 of file path_handler_selector_node.cpp.
|
inlinestatic |
Creates list of BT ports.
Definition at line 62 of file path_handler_selector_node.hpp.