Skip to content

Commit

Permalink
Temporary use source version of mcl_3dl_msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Jun 12, 2018
1 parent 337d8af commit b5be0bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile.indigo
Expand Up @@ -22,8 +22,9 @@ RUN rosdep update \

COPY ./package.xml /catkin_ws/src/mcl_3dl/package.xml
RUN apt-get -qq update \
&& rosdep install --from-paths /catkin_ws/src --ignore-src --rosdistro=${ROS_DISTRO} -y \
&& rosdep install --from-paths /catkin_ws/src --skip-keys=mcl_3dl_msgs --ignore-src --rosdistro=${ROS_DISTRO} -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN cd /catkin_ws/src/ && git clone --depth=1 https://github.com/at-wat/mcl_3dl_msgs.git

COPY . /catkin_ws/src/mcl_3dl
3 changes: 2 additions & 1 deletion Dockerfile.kinetic
Expand Up @@ -23,8 +23,9 @@ RUN rosdep update \

COPY ./package.xml /catkin_ws/src/mcl_3dl/package.xml
RUN apt-get -qq update \
&& rosdep install --from-paths /catkin_ws/src --ignore-src --rosdistro=${ROS_DISTRO} -y \
&& rosdep install --from-paths /catkin_ws/src --skip-keys=mcl_3dl_msgs --ignore-src --rosdistro=${ROS_DISTRO} -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN cd /catkin_ws/src/ && git clone --depth=1 https://github.com/at-wat/mcl_3dl_msgs.git

COPY . /catkin_ws/src/mcl_3dl

0 comments on commit b5be0bd

Please sign in to comment.