Skip to content

Commit c3e2ef2

Browse files
mkhansenbotivanperez-keera
authored andcommitted
Fix path to setup.bash in entrypoint (#126).
1 parent 0153703 commit c3e2ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

navigation2/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
set -e
33

44
# Setup the Navigation2 environment
5-
source "/home/spaceros-user/src/navigation2/install/setup.bash"
5+
source "/home/spaceros-user/nav2_ws/install/setup.bash"
66
exec "$@"

0 commit comments

Comments
 (0)