Skip to content

Commit 5df2db2

Browse files
Bump PX4 to v1.15.4
1 parent 30c8668 commit 5df2db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN pip3 install --upgrade pip && \
4646
pyyaml
4747

4848
RUN git clone https://github.com/PX4/PX4-Autopilot.git ${FIRMWARE_DIR}
49-
RUN git -C ${FIRMWARE_DIR} checkout main
49+
RUN git -C ${FIRMWARE_DIR} checkout v1.15.4
5050
RUN git -C ${FIRMWARE_DIR} submodule update --init --recursive
5151

5252
COPY edit_rcS.bash ${WORKSPACE_DIR}

0 commit comments

Comments
 (0)