From 60acc19118aebab325bf9133c91388477792e7d5 Mon Sep 17 00:00:00 2001 From: Matthew Hansen <12618239+mkhansenbot@users.noreply.github.com> Date: Sat, 26 Aug 2023 22:18:29 +0000 Subject: [PATCH] Fix path to setup.bash in entrypoint --- navigation2/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navigation2/entrypoint.sh b/navigation2/entrypoint.sh index 5610a9b..519eacf 100755 --- a/navigation2/entrypoint.sh +++ b/navigation2/entrypoint.sh @@ -2,5 +2,5 @@ set -e # Setup the Navigation2 environment -source "/home/spaceros-user/src/navigation2/install/setup.bash" +source "/home/spaceros-user/nav2_ws/install/setup.bash" exec "$@"