Skip to content

Commit

Permalink
px4-dev-base-xenial: fully install Fast-RTPS 1.6.0 (and not just fast…
Browse files Browse the repository at this point in the history
…rtspgen)
  • Loading branch information
TSC21 committed Jul 26, 2019
1 parent 59e83ae commit 729c397
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker/px4-dev/Dockerfile_base-xenial
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,11 @@ RUN wget -q https://downloads.sourceforge.net/project/astyle/astyle/astyle%202.0
# Fast-RTPS
RUN wget -q "http://www.eprosima.com/index.php/component/ars/repository/eprosima-fast-rtps/eprosima-fast-rtps-1-6-0/eprosima_fastrtps-1-6-0-linux-tar-gz?format=raw" -O /tmp/eprosima_fastrtps.tar.gz \
&& cd /tmp && tar zxf eprosima_fastrtps.tar.gz \
&& mkdir -p /usr/local/share/fastrtps \
&& cp eProsima_FastRTPS-1.6.0-Linux/share/fastrtps/fastrtpsgen.jar /usr/local/share/fastrtps/fastrtpsgen.jar \
&& cp eProsima_FastRTPS-1.6.0-Linux/bin/fastrtpsgen /usr/local/bin/fastrtpsgen \
&& cd eProsima_FastRTPS-1.6.0-Linux \
&& ./configure CXXFLAGS="-g -D__DEBUG" --libdir=/usr/lib \
&& make install \
&& rm -rf /tmp/*


# create user with id 1001 (jenkins docker workflow default)
RUN useradd --shell /bin/bash -u 1001 -c "" -m user && usermod -a -G dialout user

Expand Down

0 comments on commit 729c397

Please sign in to comment.