Nav2 Navigation Stack - kilted
kilted
ROS 2 Navigation Stack
|
A BT::ActionNodeBase to shorten path by some distance. More...
#include <nav2_behavior_tree/include/nav2_behavior_tree/plugins/action/get_current_pose_action.hpp>
Public Member Functions | |
GetCurrentPoseAction (const std::string &xml_tag_name, const BT::NodeConfiguration &conf) | |
A nav2_behavior_tree::GetCurrentPoseAction constructor. More... | |
Static Public Member Functions | |
static BT::PortsList | providedPorts () |
Creates list of BT ports. More... | |
A BT::ActionNodeBase to shorten path by some distance.
Definition at line 36 of file get_current_pose_action.hpp.
nav2_behavior_tree::GetCurrentPoseAction::GetCurrentPoseAction | ( | const std::string & | xml_tag_name, |
const BT::NodeConfiguration & | conf | ||
) |
A nav2_behavior_tree::GetCurrentPoseAction constructor.
xml_tag_name | Name for the XML tag for this node |
conf | BT node configuration |
Definition at line 30 of file get_current_pose_action.cpp.
|
inlinestatic |
Creates list of BT ports.
Definition at line 52 of file get_current_pose_action.hpp.