Skip to content

Commit

Permalink
export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp in bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
errrr0501 committed Jun 15, 2023
1 parent 1091aa3 commit 76b7e6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RUN apt update \
RUN ./config/pip/pip_setup.sh

RUN echo "source /opt/ros/humble/setup.bash" >> ~/.bashrc
RUN export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
RUN echo "export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp" >> ~/.bashrc

RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
RUN sudo add-apt-repository "deb https://librealsense.intel.com/Debian/apt-repo $(lsb_release -cs) main" -u
Expand Down Expand Up @@ -175,6 +175,7 @@ RUN export CXX=g++
RUN export MAKEFLAGS="-j nproc"
RUN echo "source /opt/ros/humble/setup.bash" >> ~/.bashrc


# * Switch workspace to ~/work
RUN sudo mkdir -p /home/"${USER}"/work
WORKDIR /home/"${USER}"/work
Expand Down

0 comments on commit 76b7e6e

Please sign in to comment.