Skip to content
Snippets Groups Projects
Commit e486ae25 authored by Yathartha Tuladhar's avatar Yathartha Tuladhar
Browse files

Fix params file path

parent 0bfa19c9
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ def generate_launch_description():
map_yaml_file = os.getenv('TEST_MAP')
world = os.getenv('TEST_WORLD')
bringup_package = get_package_share_directory('nav2_bringup')
params_file = os.path.join(bringup_package, 'launch/nav2_params.yaml')
params_file = os.path.join(bringup_package, 'params/nav2_params.yaml')
astar = (os.getenv('ASTAR').lower() == 'true')
bt_navigator_install_path = get_package_prefix('nav2_bt_navigator')
bt_navigator_xml = os.path.join(bt_navigator_install_path,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment