ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to make a heat map of WiFi signal in Rviz?

asked 2017-10-13 00:29:52 -0500

lakshay gravatar image

I am using ROS kinetic and tried to use wireless_watcher but it's only displaying the signal strength and I am not able to visualize it in Rviz.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2017-10-13 09:45:11 -0500

I'm not aware of a existing package that does this, but using the grid_map library it would be relatively easy to do a simple implementation, e.g. take RSSI and robot pose, add data into map. For making things appear nice and dense visually some more smoothing would be required (for instance by using grid_map_cv and converting to/from opencv).

edit flag offensive delete link more

Comments

Could you please elaborate on how to use grid_map library for the implementation part.

lakshay gravatar image lakshay  ( 2017-11-08 03:55:41 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2017-10-13 00:29:52 -0500

Seen: 989 times

Last updated: Oct 13 '17