We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6973e commit 2180cf1Copy full SHA for 2180cf1
docker/examples/Dockerfile-orbSlam3
@@ -28,7 +28,7 @@ RUN git clone --recursive https://github.com/stevenlovegrove/Pangolin.git && \
28
29
# Clone ORB_SLAM3 source
30
WORKDIR /opt
31
-RUN git clone git@github.com:norlab-ulaval/ORB-SLAM3-STEREO-FIXED.git ORB_SLAM3 && \
+RUN git clone https://github.com/norlab-ulaval/ORB-SLAM3-STEREO-FIXED.git ORB_SLAM3 && \
32
cd ORB_SLAM3 && \
33
git submodule update --init --recursive && \
34
chmod +x build.sh && \
0 commit comments