Skip to content

Commit

Permalink
ros: Use master branch of microxrceddsgen
Browse files Browse the repository at this point in the history
* More stable than develop, all changes we need are in master

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
  • Loading branch information
Ryanf55 authored and khancyr committed Nov 17, 2023
1 parent 4efbd46 commit 88ec0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile_dev-ros
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
&& apt-get autoclean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN git clone -b develop --recurse-submodules https://github.com/ArduPilot/Micro-XRCE-DDS-Gen.git --depth 1 --no-single-branch --branch develop dds-gen \
RUN git clone -b master --recurse-submodules https://github.com/ArduPilot/Micro-XRCE-DDS-Gen.git --depth 1 --no-single-branch --branch master dds-gen \
&& cd dds-gen \
&& ./gradlew assemble

Expand Down

0 comments on commit 88ec0ba

Please sign in to comment.