Skip to content
Snippets Groups Projects
Commit a7fe2418 authored by Sergi Foix Salmerón's avatar Sergi Foix Salmerón
Browse files

Adding instructions and minimal rosinstall file

parent 207ad288
No related branches found
No related tags found
No related merge requests found
# I-Dress Code Intallation steps
## Catkin workspace
Although it is not necessary, we recommend to create a new ROS workspace to keep the I-Dress code in a clean structure. [ROS tutorial] (http://wiki.ros.org/catkin/Tutorials/create_a_workspace)
Create folder path and initialize the workspace:
```bash
$ mkdir -p ~/idress_ws/src
$ cd ~/idress_ws/src
$ catkin_init_workspace
```
Compile it:
```bash
$ cd ~/idress_ws/
$ catkin_make
```
Overlay this workspace:
```bash
$ source devel/setup.bash
```
For permanently maintaining the overlay, source the setup.bash file at the end of ~/.bashrc
## Configuring the needed GIT repositories into the workspace
```bash
$ cd ~/idress_ws/src
$ wstool merge idress-minimal.rosinstall
$ wstool update
```
- git: {local-name: idress_common_msgs, uri: 'ssh://git@gitlab.iri.upc.edu:2202/idress/idress_common_msgs.git'}
- git: {local-name: idress_user_perception, uri: 'ssh://git@gitlab.iri.upc.edu:2202/idress/idress_user_perception.git'}
- git: {local-name: idress_speech_perception, uri: 'ssh://git@gitlab.iri.upc.edu:2202/idress/idress_speech_perception.git'}
- git: {local-name: idress_shoe_perception, uri: 'ssh://git@gitlab.iri.upc.edu:2202/idress/idress_shoe_perception.git'}
- git: {local-name: idress_force_perception, uri: 'ssh://git@gitlab.iri.upc.edu:2202/idress/idress_force_perception.git'}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment