Skip to content
Snippets Groups Projects
Commit b51f0767 authored by Steven Macenski's avatar Steven Macenski
Browse files

reset navigation namespace

parent b78badaf
Branches
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ def generate_launch_description():
SetEnvironmentVariable('RCUTILS_CONSOLE_STDOUT_LINE_BUFFERED', '1'),
DeclareLaunchArgument(
'namespace', default_value='navigation',
'namespace', default_value='',
description='Top-level namespace'),
DeclareLaunchArgument(
......
......@@ -71,7 +71,7 @@ def generate_launch_description():
SetEnvironmentVariable('RCUTILS_CONSOLE_STDOUT_LINE_BUFFERED', '1'),
DeclareLaunchArgument(
'namespace', default_value='navigation',
'namespace', default_value='',
description='Top-level namespace'),
DeclareLaunchArgument(
......
......@@ -49,7 +49,6 @@ amcl_rclcpp_node:
bt_navigator:
ros__parameters:
use_sim_time: True
hi: true
bt_xml_filename: "navigate_w_replanning_and_recovery.xml"
plugin_lib_names:
- nav2_compute_path_to_pose_action_bt_node
......
......@@ -78,8 +78,6 @@ BtNavigator::on_configure(const rclcpp_lifecycle::State & /*state*/)
// Get the libraries to pull plugins from
plugin_lib_names_ = get_parameter("plugin_lib_names").as_string_array();
bool hi = declare_parameter("hi").get<bool>();
std::cout << hi << std::endl;
// Create the class that registers our custom nodes and executes the BT
bt_ = std::make_unique<nav2_behavior_tree::BehaviorTreeEngine>(plugin_lib_names_);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment