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

update

parent bf91e994
No related branches found
No related tags found
No related merge requests found
...@@ -2,15 +2,33 @@ ...@@ -2,15 +2,33 @@
Collection of various message packages which can be useful to a broader range of other packages. Collection of various message packages which can be useful to a broader range of other packages.
# Dependencies # Dependencies
* [object_recognition_msgs](http://wiki.ros.org/object_recognition_msgs) * [object_recognition_msgs](http://wiki.ros.org/object_recognition_msgs)
* This repository itself: [general-message-pkgs](https://github.com/JenniferBuehler/general-message-pkgs)
# Install # Install
``` ```
sudo apt-get install \ sudo apt-get install \
ros-<distro>-object-recognition-msgs ros-<distro>-object-recognition-msgs
``` ```
Add the git repository to your catkin workspace:
```
cd <your-catkin-ws>/src
git clone https://github.com/JenniferBuehler/general-message-pkgs.git
```
*Hint*: Alternatively to cloning the repositry directly into the catkin source folder, you
may also clone the repository elsewhere and then create a softlink to the main folders
in your catkin source directory:
``ln -s <path to general-message-pkgs>``
To compile, you can now use catkin\_make as usual:
```
cd ..
catkin_make
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment