From b4fa99d5f540d7c682a75b28849836b02f8a1dee Mon Sep 17 00:00:00 2001 From: Florian Zirker Date: Fri, 23 Nov 2018 09:23:30 +0100 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 1b57533..4ea7793 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # wlan-pioneer ROS package to map WLAN availability using a mobile robot (Pioneer P3-DX) + +This is a project for the lecture Autonomous Mobile Robots (ARM) at [Hochschule Mannheim](https://www.hs-mannheim.de/). + + +## Architecture +### Hardware: + - Pioneer P3-DX robot + - Sick laser scanner + - (Game) Controller + - WLAN Stick + + ### Software + - Ubuntu 18.04 alias Bionic Beaver + - ROS Melodic + - [P2os driver](http://wiki.ros.org/p2os-purdue) ([code from here](https://github.com/allenh1/p2os)) + - [slam_gmapping](http://wiki.ros.org/slam_gmapping) ([code from here](https://github.com/ros-perception/slam_gmapping)) + - [openslam_gmapping](http://wiki.ros.org/openslam_gmapping) ([code from here](https://github.com/ros-perception/openslam_gmapping))