From fe613425c4bccd8aa1b9a236b9e15dfb9130dd74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergi=20Foix=20Salmer=C3=B3n?= <sfoix@iri.upc.edu> Date: Thu, 28 May 2020 16:53:45 +0200 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 358b66a..116408b 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -30,6 +30,11 @@ Set of scripts to easily generate driver and algorithm packages in ROS, and also ## How to use it + +- Go to your ROS workspace source directory: + + roscd; cd ../src; + ``` create_algorithm_package.sh -n node_name [-i][-p prefix] ``` -- GitLab