From fd9c3be1e997aae5cc5d90956edfe44317c38ccc Mon Sep 17 00:00:00 2001 From: xfiderek Date: Tue, 9 Jul 2024 10:03:57 +0200 Subject: [PATCH] change reference to pull request (#142). --- navigation2/generate_repos.sh | 2 +- navigation2/update_nav2_repos.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/navigation2/generate_repos.sh b/navigation2/generate_repos.sh index edcd150..0f93063 100755 --- a/navigation2/generate_repos.sh +++ b/navigation2/generate_repos.sh @@ -1,6 +1,6 @@ #!/bin/bash -# TODO - remove this file from here as soon as https://github.com/space-ros/space-ros/pull/164 is merged +# TODO - remove this file from here as soon as https://github.com/eholum/space-ros/pull/1 is merged set -e diff --git a/navigation2/update_nav2_repos.sh b/navigation2/update_nav2_repos.sh index 85c04c1..7b02cb5 100755 --- a/navigation2/update_nav2_repos.sh +++ b/navigation2/update_nav2_repos.sh @@ -3,7 +3,7 @@ source $SPACEROS_DIR/install/setup.bash # TODO - replace ./generate_repos.sh with file from the spaceros image as soon as the PR is merged: -# https://github.com/space-ros/space-ros/pull/164 +# https://github.com/eholum/space-ros/pull/1 ./generate_repos.sh \ --rosdistro $ROSDISTRO \