Skip to content

Commit

Permalink
Bump PX4 to v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Jun 23, 2022
1 parent 6e102ff commit d887f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN pip3 install empy \
pyyaml

RUN git clone https://github.com/PX4/PX4-Autopilot.git ${FIRMWARE_DIR}
RUN git -C ${FIRMWARE_DIR} checkout master
RUN git -C ${FIRMWARE_DIR} checkout v1.13.0
RUN git -C ${FIRMWARE_DIR} submodule update --init --recursive

COPY edit_rcS.bash ${WORKSPACE_DIR}
Expand Down

0 comments on commit d887f29

Please sign in to comment.