Gazebo | Ignition | Community
Ask Your Question
0

Measuring distances between a Transmitter and a Receiver using Wi-Fi signals in Husky

asked 2017-09-19 04:35:32 -0600

simff gravatar image

Hi everyone,

for my final project I am requested to calculate distance values using Wi-Fi signals. The desired output would be a distance estimation between my movable robot tag (I am using Husky robot, with the husky-devel-pkgs release) and a fixed world model in Gazebo.

Reading through the Gazebo plugin tutorials I learned that it is possible to use plugins to fire up sensors, and add a shared library file into the model. Till now I added a small antenna model on the Husky (simple cylinder) and a box and antenna model into Gazebo, in which the with its .so file will be added. The basic idea is to transmit a signal from the Husky robot with a Transmitter plugin and have it received by the Receiver plugin. The distance would then be calculated on the basis of the received signal strength or frequency, but I am not sure how now.

Looking around for some Transmitter and Receiver source files I found these files. I see they both exchange power and frequency information, and later publish data as publishers nodes. As a first attempt I would suppose I have to subscribe to the Receiver topic in order to get the distance data, but I am not sure.

Does anyone have an idea on how to solve this "distance" problem, and if this is the way to go? Are there any other simple ways to get a distance?

Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-10-03 17:13:27 -0600

iche033 gravatar image

You can write a simple world plugin that gets the antenna models by name, gets their world pose, then finally compute the distance between the two

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-09-19 04:35:32 -0600

Seen: 645 times

Last updated: Oct 03 '17