Page 1 of 1

How far away is my droid from its base?

Posted: Mon Nov 05, 2018 8:47 am
by metalaureate
As hobbyist project, I built a raspberryPi-based wifi-enabled droid that can home-in on moving objects such as our pet house rabbit (uses https://arxiv.org/abs/1605.05863) around a living room. When the droid's batteries are low, I want the droid to find its way back to its charging base.

What techniques could I use to get the droid to find its way back to its charging base without having an internal map of the area? I think it just needs to know how far away it is from the base; the rest can be done with wheel encoder data and obstacle detection. Assume no line of sight.

I haven't actually figured out how to build a wireless charging base or detect the battery level of my droid, but one problem at a time...

Thanks for any pointers.

Re: How far away is my droid from its base?

Posted: Mon Nov 05, 2018 5:05 pm
by jremington
Indoor localization is a surprisingly difficult problem. One solution is Pozyx, but it is expensive.

See https://www.pozyx.io/

Re: How far away is my droid from its base?

Posted: Tue Nov 06, 2018 9:01 am
by metalaureate
$280! But it looks great, thank you. Invaluable just to know that this problem is called "indoor localization".