Nav2 Navigation Stack - humble
humble
ROS 2 Navigation Stack
|
A BT::DecoratorNode that ticks its child at a specified rate. More...
#include <nav2_behavior_tree/include/nav2_behavior_tree/plugins/decorator/rate_controller.hpp>
Public Member Functions | |
RateController (const std::string &name, const BT::NodeConfiguration &conf) | |
A constructor for nav2_behavior_tree::RateController. More... | |
Static Public Member Functions | |
static BT::PortsList | providedPorts () |
Creates list of BT ports. More... | |
A BT::DecoratorNode that ticks its child at a specified rate.
Definition at line 29 of file rate_controller.hpp.
nav2_behavior_tree::RateController::RateController | ( | const std::string & | name, |
const BT::NodeConfiguration & | conf | ||
) |
A constructor for nav2_behavior_tree::RateController.
name | Name for the XML tag for this node |
conf | BT node configuration |
Definition at line 23 of file rate_controller.cpp.
|
inlinestatic |
Creates list of BT ports.
Definition at line 45 of file rate_controller.hpp.