|
Nav2 Navigation Stack - lyrical
lyrical
ROS 2 Navigation Stack
|
A BT::ConditionNode that returns SUCCESS when the current path tracking error is within specified bounds and FAILURE otherwise. More...
Public Member Functions | |
| IsWithinPathTrackingBoundsCondition (const std::string &condition_name, const BT::NodeConfiguration &conf) | |
| A constructor for nav2_behavior_tree::IsWithinPathTrackingBoundsCondition. More... | |
| void | initialize () |
| Function to read parameters and initialize class variables. | |
| BT::NodeStatus | tick () override |
| The main override required by a BT action. More... | |
Static Public Member Functions | |
| static BT::PortsList | providedPorts () |
| Creates list of BT ports. More... | |
A BT::ConditionNode that returns SUCCESS when the current path tracking error is within specified bounds and FAILURE otherwise.
Usage in XML:
Definition at line 38 of file is_within_path_tracking_bounds_condition.hpp.
| nav2_behavior_tree::IsWithinPathTrackingBoundsCondition::IsWithinPathTrackingBoundsCondition | ( | const std::string & | condition_name, |
| const BT::NodeConfiguration & | conf | ||
| ) |
A constructor for nav2_behavior_tree::IsWithinPathTrackingBoundsCondition.
| condition_name | Name for the XML tag for this node |
| conf | BT node configuration |
Definition at line 20 of file is_within_path_tracking_bounds_condition.cpp.
|
inlinestatic |
Creates list of BT ports.
Definition at line 67 of file is_within_path_tracking_bounds_condition.hpp.
|
override |
The main override required by a BT action.
Definition at line 49 of file is_within_path_tracking_bounds_condition.cpp.
References initialize().