2018-11-23 11:22:06 +01:00
|
|
|
# wlan_pioneer
|
2018-12-16 17:50:08 +01:00
|
|
|
ROS package to map WLAN availability using a mobile robot (Pioneer P3-DX). The map is created with slam and the wlan signal is displayed as a heatmap.
|
2018-11-23 09:23:30 +01:00
|
|
|
|
2018-11-26 15:12:57 +01:00
|
|
|
This is a project for the lecture Autonomous Mobile Robots (AMR) at [Hochschule Mannheim](https://www.hs-mannheim.de/).
|
2018-11-23 09:23:30 +01:00
|
|
|
|
|
|
|
|
|
|
|
## Architecture
|
|
|
|
### Hardware:
|
|
|
|
- Pioneer P3-DX robot
|
|
|
|
- Sick laser scanner
|
|
|
|
- (Game) Controller
|
2018-12-16 17:50:08 +01:00
|
|
|
- WLAN Stick (2.4G and 5G)
|
2018-11-23 09:23:30 +01:00
|
|
|
|
|
|
|
### Software
|
|
|
|
- Ubuntu 18.04 alias Bionic Beaver
|
|
|
|
- ROS Melodic
|
2018-11-23 11:22:06 +01:00
|
|
|
- [catkin](http://wiki.ros.org/catkin)
|
2018-11-23 09:23:30 +01:00
|
|
|
- [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))
|
2018-12-16 17:50:08 +01:00
|
|
|
- [openslam_gmapping](http://wiki.ros.org/openslam_gmapping) ([code from here](https://github.com/ros-perception/openslam_gmapping)))
|
2019-02-16 13:43:12 +01:00
|
|
|
- [wifi-scan library](https://github.com/bmegli/wifi-scan)
|