Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 748 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 748 Bytes

ROS_WiFi_Scanner

This Repo collects wifi fingerprint and publishes it on ROS which you can record or subscribe of for other purposes.

It is motivated by wifi_scan and modified from pifi-slam.

In wifi_scan, "Failed to read scan data : Argument list too long" occurs when the number of AP is too large because it's based on iwlist, whereas iw works fine.

Install iw tool

sudo apt-get update
sudo apt-get install iw

Build ,Compile, Install

mkdir build
cd build
cmake ..
make
make install

Add access to py file

chmod +x scripts/scan.py

Run

rosrun wifi_scan scan.py