We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6add67e commit 8b173beCopy full SHA for 8b173be
px4-gazebo-headless/Dockerfile
@@ -22,7 +22,7 @@ RUN sed -i "s/GZ_VER=9/GZ_VER=8/" /tmp/install_gazebosim.sh
22
RUN chmod +x /tmp/install_gazebosim.sh
23
RUN /tmp/install_gazebosim.sh
24
25
-RUN git clone --depth 1 https://github.com/PX4/Firmware.git ${FIRMWARE_DIR}
+RUN git clone --single-branch -b v1.8.0 --depth 1 https://github.com/PX4/Firmware.git ${FIRMWARE_DIR}
26
RUN git -C ${FIRMWARE_DIR} submodule update --init --recursive
27
28
# Initial location of the drone
0 commit comments