|
Nav2 Navigation Stack - kilted
kilted
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... | |
| void | initialize () |
| Function to read parameters and initialize class variables. | |
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 31 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 52 of file rate_controller.hpp.