Ask HN: What is the most accurate 3D indoor positioning method in small spaces?
I am working on an idea which requires three dimensional location data from somehow "tagged" smallish objects (around the size of a brick) moving within defined spaces of 5-20 cubic meters. What are some standard solutions for this kind of projects? Where to start? Can it be done affordably?
The needed frequency of updated positions is around 100hz and accuracy of 1cm or better would be ideal. If you have done something similar to this, I'd be more than happy to hear! Computer vision and use of cameras is something that I'd rather avoid.
4 comments
[ 3.2 ms ] story [ 18.8 ms ] threadHere is one example:
https://www.navizon.com/product-navizon-indoor-triangulation...
If you went ultrasonic, this part can provide "0 to 765cm (0 to 25.1ft) with 1cm resolution" at 10 Hz
https://www.sparkfun.com/products/9495
You can check out a few examples: http://pluslocation.com http://www.timedomain.com/ or google for: ultra wideband real time location
If you have specific questions I'd be happy to help - contact info is in my profile.
If the space is unobstructed and the objects are visually distinctive it should be fairly easy to do this with a pair of cameras with known position and orientation.
100 Hz is pretty fast but that's mostly a question of how much processing power you're able to throw at the problem.
I've done some work with 3D object tracking. If you'd like to discuss this further my contact info is in my profile.