Skip to content
Snippets Groups Projects
Unverified Commit 77f3a618 authored by Yathartha Tuladhar's avatar Yathartha Tuladhar Committed by GitHub
Browse files

Merge pull request #1140 from yathartha3/params_file

Fix params file path for nav2_params in the system tests
parents 919aa32c e486ae25
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