Nav2 Navigation Stack - jazzy
jazzy
ROS 2 Navigation Stack
|
A BT::DecoratorNode that ticks its child every time the robot travels a specified distance. More...
#include <nav2_behavior_tree/include/nav2_behavior_tree/plugins/decorator/distance_controller.hpp>
Public Member Functions | |
DistanceController (const std::string &name, const BT::NodeConfiguration &conf) | |
A constructor for nav2_behavior_tree::DistanceController. More... | |
Static Public Member Functions | |
static BT::PortsList | providedPorts () |
Creates list of BT ports. More... | |
A BT::DecoratorNode that ticks its child every time the robot travels a specified distance.
Definition at line 35 of file distance_controller.hpp.
nav2_behavior_tree::DistanceController::DistanceController | ( | const std::string & | name, |
const BT::NodeConfiguration & | conf | ||
) |
A constructor for nav2_behavior_tree::DistanceController.
name | Name for the XML tag for this node |
conf | BT node configuration |
Definition at line 33 of file distance_controller.cpp.
|
inlinestatic |
Creates list of BT ports.
Definition at line 51 of file distance_controller.hpp.