From 95eac8393257f87cc6e01621cd568d8c66643139 Mon Sep 17 00:00:00 2001 From: "sfoix@maclaplinux" <sfoix@iri.upc.edu> Date: Mon, 19 Dec 2016 23:44:59 +0100 Subject: [PATCH] Chaning iri dependencies rosinstall file --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2b6d95..8cc918a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ $ wstool update IRI dependencies (needed for compiling packages developed at IRI): ```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 ``` @@ -58,6 +58,7 @@ Your *src* folder should look like this: idress_user_perception idress_wam_interpreter 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. -- GitLab