Skip to content
Snippets Groups Projects
Commit bf91e994 authored by Jennifer Buehler's avatar Jennifer Buehler
Browse files

fixed Dockerfile

parent 89f741e5
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,9 @@ RUN apt-get update && apt-get install -y g++ \
&& rm -rf /var/lib/apt/lists/*
# Install required ROS dependencies
#RUN apt-get update && apt-get install -y \
# && rm -rf /var/lib/apt/lists/
RUN apt-get update && apt-get install -y \
ros-indigo-object-recognition-msgs \
&& rm -rf /var/lib/apt/lists/
COPY object_msgs /catkin_ws/src/object_msgs
COPY path_navigation_msgs /catkin_ws/src/path_navigation_msgs
......
# general-message-pkgs
Collection of various message packages which can be useful to a broader range of other packages.
# Dependencies
* [object_recognition_msgs](http://wiki.ros.org/object_recognition_msgs)
# Install
```
sudo apt-get install \
ros-<distro>-object-recognition-msgs
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment