Skip to content

Commit 9f696d0

Browse files
authored
Merge pull request #23 from tim-devereux/patch-1
dockerfile points to treetools and raycloudtools orgin
2 parents 8e3397d + 407b45f commit 9f696d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN git clone https://github.com/ethz-asl/libnabo.git && \
6565
cd ../.. && rm -rf libnabo
6666

6767
# Clone, build and install raycloudtools
68-
RUN git clone https://github.com/tim-devereux/raycloudtools.git && \
68+
RUN git clone https://github.com/csiro-robotics/raycloudtools.git && \
6969
cd raycloudtools && \
7070
mkdir build && \
7171
cd build && \
@@ -85,7 +85,7 @@ RUN git clone https://github.com/tim-devereux/raycloudtools.git && \
8585
rm -rf raycloudtools
8686

8787
# Clone and build TreeTools
88-
RUN git clone https://github.com/tim-devereux/treetools.git && \
88+
RUN git clone https://github.com/csiro-robotics/treetools.git && \
8989
cd treetools && \
9090
mkdir -p build && \
9191
cd build && \

0 commit comments

Comments
 (0)