|
Nav2 Navigation Stack - jazzy
jazzy
ROS 2 Navigation Stack
|
A BT::DecoratorNode that ticks its child every at a rate proportional to the speed of the robot. If the robot travels faster, this node will tick its child at a higher frequency and reduce the tick frequency if the robot slows down. More...
#include <nav2_behavior_tree/include/nav2_behavior_tree/plugins/decorator/speed_controller.hpp>


Public Member Functions | |
| SpeedController (const std::string &name, const BT::NodeConfiguration &conf) | |
| A constructor for nav2_behavior_tree::SpeedController. More... | |
Static Public Member Functions | |
| static BT::PortsList | providedPorts () |
| Creates list of BT ports. More... | |
A BT::DecoratorNode that ticks its child every at a rate proportional to the speed of the robot. If the robot travels faster, this node will tick its child at a higher frequency and reduce the tick frequency if the robot slows down.
Definition at line 38 of file speed_controller.hpp.
| nav2_behavior_tree::SpeedController::SpeedController | ( | const std::string & | name, |
| const BT::NodeConfiguration & | conf | ||
| ) |
A constructor for nav2_behavior_tree::SpeedController.
| name | Name for the XML tag for this node |
| conf | BT node configuration |
Definition at line 26 of file speed_controller.cpp.
|
inlinestatic |
Creates list of BT ports.
Definition at line 54 of file speed_controller.hpp.