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

Chaning iri dependencies rosinstall file

parent 998207fc
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ $ wstool update ...@@ -42,7 +42,7 @@ $ wstool update
IRI dependencies (needed for compiling packages developed at IRI): IRI dependencies (needed for compiling packages developed at IRI):
```bash ```bash
$ wstool merge http://www.iri.upc.edu/people/sfoix/iri-core.rosinstall $ wstool merge http://www.iri.upc.edu/people/sfoix/iri-dependencies.rosinstall
$ wstool update $ wstool update
``` ```
...@@ -58,6 +58,7 @@ Your *src* folder should look like this: ...@@ -58,6 +58,7 @@ Your *src* folder should look like this:
idress_user_perception idress_user_perception
idress_wam_interpreter idress_wam_interpreter
iri_core iri_core
iri_wam_common_msgs
``` ```
Each package belongs to a separate Git repository. By default, there are two branches within each of the repositories: one called **master** and another one called **mock**. Both branches are protected and maintained by IRI (Although if required, this can be changed). The **master** branch is the one used for keeping the *stable* version of the code. The **mock** branch is created in case that the developers want to carry out mock tests. Each package belongs to a separate Git repository. By default, there are two branches within each of the repositories: one called **master** and another one called **mock**. Both branches are protected and maintained by IRI (Although if required, this can be changed). The **master** branch is the one used for keeping the *stable* version of the code. The **mock** branch is created in case that the developers want to carry out mock tests.
......
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