We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b708be7 commit 21f9581Copy full SHA for 21f9581
2 files changed
docker/focal-ros1/scripts/build.bash
@@ -5,7 +5,7 @@ set -e
5
export HHCM_FOREST_CLONE_DEFAULT_PROTO=https
6
7
# create ws and source it
8
-sudo chown user:user test_ws
+sudo chown user:user test_ws test_ws/src
9
mkdir -p test_ws && cd test_ws
10
forest init
11
docker/noble-ros2/scripts/build.bash
@@ -8,7 +8,7 @@ export HHCM_FOREST_CLONE_DEFAULT_PROTO=https
source env/bin/activate
12
13
14
0 commit comments