From a20d8df4cee3d8c2bc848c349c004d10888e31bc Mon Sep 17 00:00:00 2001 From: Tommy Persson <tommmy.persson@liu.se> Date: Tue, 22 Sep 2020 13:26:06 +0200 Subject: [PATCH] Work on doc. --- README.md | 2 +- doc/prepare_ros_computer.md | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6e9f1e1..6cb0f5b 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ The basic idea is that the developer has his own Linux Ubuntu ROS installation and then either check out publicly available ROS package repos or use docker to get access to the software that is not publicly available. -- [Prepare Existing ROS Computer](doc/prepare_ros_computer.md) - [Getting the Docker Image](https://gitlab.liu.se/lrs/waraps_docker_images) +- [Prepare Existing ROS Computer](doc/prepare_ros_computer.md) - [Install Software on Local Machine or Virtual Machine](doc/install.md) - [Local ROS Installation and LRS Docker Modules](doc/local_ros_installation.md) - [Minimal Dockers](doc/minimal_dockers.md) (WORK IN PROGRESS) diff --git a/doc/prepare_ros_computer.md b/doc/prepare_ros_computer.md index 561485e..6e63445 100644 --- a/doc/prepare_ros_computer.md +++ b/doc/prepare_ros_computer.md @@ -1,11 +1,7 @@ # Prepare Existsing Computer -If you already have a ROS computer with a docker daeamon running you can do: - -## Install Docker - -See [docker_linux.md]() for installation instruction for Ubuntu 18.04 and 20.04. - +If you already have a ROS computer with a docker daeamon follow the +instructions below. ## Configuring Development Computer -- GitLab