Skip to content

Commit 204c07c

Browse files
use node name
1 parent 9c88ab7 commit 204c07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nav2_core/include/nav2_core/behavior_tree_navigator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class BehaviorTreeNavigator : public NavigatorBase
204204
// Create the Behavior Tree Action Server for this navigator
205205
bt_action_server_ = std::make_unique<nav2_behavior_tree::BtActionServer<ActionT>>(
206206
node,
207-
getName(),
207+
node->get_name(),
208208
plugin_lib_names,
209209
default_bt_xml_filename,
210210
std::bind(&BehaviorTreeNavigator::onGoalReceived, this, std::placeholders::_1),

0 commit comments

Comments
 (0)