From 407b45f6bf12c030f463178a751ea9711a38077a Mon Sep 17 00:00:00 2001 From: Tim Devereux <25172134+tim-devereux@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:55:08 +1000 Subject: [PATCH] dockerfile points to treetools and raycloudtools orgin --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index aa371eb..82012bc 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -65,7 +65,7 @@ RUN git clone https://github.com/ethz-asl/libnabo.git && \ cd ../.. && rm -rf libnabo # Clone, build and install raycloudtools -RUN git clone https://github.com/tim-devereux/raycloudtools.git && \ +RUN git clone https://github.com/csiro-robotics/raycloudtools.git && \ cd raycloudtools && \ mkdir build && \ cd build && \ @@ -85,7 +85,7 @@ RUN git clone https://github.com/tim-devereux/raycloudtools.git && \ rm -rf raycloudtools # Clone and build TreeTools -RUN git clone https://github.com/tim-devereux/treetools.git && \ +RUN git clone https://github.com/csiro-robotics/treetools.git && \ cd treetools && \ mkdir -p build && \ cd build && \