|
Nav2 Navigation Stack - rolling
main
ROS 2 Navigation Stack
|
A nav2_behavior_tree::ActionNodeBase class that checks if the robot has been stopped for a specified duration. More...
#include <nav2_behavior_tree/include/nav2_behavior_tree/plugins/action/check_stop_status_action.hpp>


Public Member Functions | |
| CheckStopStatus (const std::string &xml_tag_name, const BT::NodeConfiguration &conf) | |
| A constructor for nav2_behavior_tree::CheckStopStatus. More... | |
Static Public Member Functions | |
| static BT::PortsList | providedPorts () |
| Creates list of BT ports. More... | |
A nav2_behavior_tree::ActionNodeBase class that checks if the robot has been stopped for a specified duration.
Usage in XML:
Definition at line 42 of file check_stop_status_action.hpp.
| nav2_behavior_tree::CheckStopStatus::CheckStopStatus | ( | const std::string & | xml_tag_name, |
| const BT::NodeConfiguration & | conf | ||
| ) |
A constructor for nav2_behavior_tree::CheckStopStatus.
| xml_tag_name | Name for the XML tag for this node |
| conf | BT node configuration |
Definition at line 26 of file check_stop_status_action.cpp.
|
inlinestatic |
Creates list of BT ports.
Definition at line 58 of file check_stop_status_action.hpp.