• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

RMiyagusuku/wifi-localization: Wireless signal strength based localization using ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

RMiyagusuku/wifi-localization

开源软件地址(OpenSource Url):

https://github.com/RMiyagusuku/wifi-localization

开源编程语言(OpenSource Language):

Python 79.2%

开源软件介绍(OpenSource Introduction):

WifiLocalization

Wireless signal strength based localization

Installation

clone this git repository and add it to your path:

git clone https://github.com/RMiyagusuku/wifi-localization.git ~/WifiLocalization
echo 'export PYTHONPATH=$PYTHONPATH:~/WifiLocalization' >> ~/.bashrc

install levmar as a shared object

From: https://jaredmales.github.io/mxlib/group__levmar.html

Download the latest levmar from the above link. Currently on 2.6.

Edit the following lines in the Makefile, like so:

CFLAGS=$(CONFIGFLAGS) $(ARCHFLAGS) -O3 -ffast-math -funroll-loops -Wall -fPIC
AR=ar -r
RANLIB=ar -s

once the build is complete, turn liblevmar.a into a shared libary like so:

gcc -shared -Wl,-soname,liblevmar.so -o liblevmar.so *.o -rdynamic

The location of liblevmar.so and levmar.h should be accessible to your compiler.

I put them in usr/lib and usr/include respectively (you need sudo).

install levmarmodule optimization for python

cd ~/WifiLocalization/Localization/sensormodel/pathloss/levmarmodule
sudo python setup.py build     # to compile
sudo python setup.py install   # to install 

Wrappers for ROS available at

https://github.com/RMiyagusuku/ros-wifi-localization

Tested Platform

Ubuntu 14.04.5, 18.04.4
Python 2.7

Libraries dependencies

GPy at https://github.com/SheffieldML/GPy
Numpy 1.11.1
Scipy 0.18.0

Related publications:

Renato Miyagusuku, Atsushi Yamashita and Hajime Asama: "Data Information Fusion from Multiple Access Points for WiFi-based Self-localization", IEEE Robotics and Automation Letters, Vol. 4, No. 2, pp. 269-276, April 2019. [doi:10.1109/LRA.2018.2885583]
Renato Miyagusuku, Atsushi Yamashita and Hajime Asama:"Precise and accurate wireless signal strength mappings using Gaussian processes and path loss models", Robotics and Autonomous Systems, February 2018. [doi:10.1016/j.robot.2018.02.011]
Renato Miyagusuku, Atsushi Yamashita and Hajime Asama: "Gaussian Processes Mappings Improvements Using Path Loss Models for Wireless Signals-based Localization", in: IEEE/RSJ International Conference on Intelligent Robots and Systems, 2016, pp. 4610-4615. [doi:10.1109/IROS.2016.7759678]
* This work employs a previous python implementation available here

Maybe also of interest

WLRF: WiFi and range data fusion
Main implementations for fusing WiFi and range data: Modified amcl, wlrf ROS package
How to generate additional rosbags for testing global localization and the kidnapped robot problem can be found here

Renato Miyagusuku, Yiploon Seow, Atsushi Yamashita and Hajime Asama: "Fast and Robust Localization using Laser Rangefinder and WiFi Data", in: IEEE International Conference on Multisensor Fusion and Integration for Intelligent Systems, 2017, pp. 111-117. [doi:10.1109/MFI.2017.8170415]

Questions

Please mail directly to miyagusuku at cc.utsunomiya-u.ac.jp




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap