From 509c7bd05345730958e1bf829d7eff20bca5cd96 Mon Sep 17 00:00:00 2001 From: Tommy Persson <tommmy.persson@liu.se> Date: Tue, 8 Sep 2020 12:16:49 +0200 Subject: [PATCH] Work on development environment. --- doc/local_ros_installation.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/local_ros_installation.md b/doc/local_ros_installation.md index 04ff3ba..82d61fe 100644 --- a/doc/local_ros_installation.md +++ b/doc/local_ros_installation.md @@ -96,13 +96,6 @@ Pull the image. docker pull gitlab.liu.se:5000/lrs/lrs_docker_images/wara-melodic:v01 ``` - -You should now have help scripts in the path. For example there is a -script tst that is used among other things to start a TST factorty. For example: -```bash -tst roslaunch lrs_launch tst_part.launch ns:=${NS} -``` - ## How to start different parts ### Start a ros core locally: -- GitLab