From b082cc0effdad33880cd0f57186436fcb625079d Mon Sep 17 00:00:00 2001 From: Fernando Herrero <fherrero@iri.upc.edu> Date: Mon, 31 May 2021 13:44:24 +0000 Subject: [PATCH] Update README.md, docs/configuration.md files --- README.md | 4 +++- docs/{developers.md => configuration.md} | 4 +--- 2 files changed, 4 insertions(+), 4 deletions(-) rename docs/{developers.md => configuration.md} (97%) diff --git a/README.md b/README.md index 5b9287d..a92410d 100644 --- a/README.md +++ b/README.md @@ -55,4 +55,6 @@ whenever you need to use the robot. # Developers -See [developers](docs/developers.md) for advanced users and developers. +* [Installation](docs/installation.md) +* [Configuration](docs/configuration.md) +* [ROS interface](docs/ros_interface.md) ee [developers]() for advanced users and developers. diff --git a/docs/developers.md b/docs/configuration.md similarity index 97% rename from docs/developers.md rename to docs/configuration.md index 34a22b0..4fabe36 100644 --- a/docs/developers.md +++ b/docs/configuration.md @@ -1,6 +1,4 @@ -# Developers - -## Config +# Configuration * Velodyne PUCK * Create ethernet connection with 192.168.1.100 (Velodyne PUCK IP address: 192.168.1.201) -- GitLab