简体   繁体   English

使用Android精确定位室内位置-不够准确

[英]Pinpointing indoor location with android - not accurate enough

I'm trying to find a solution for pinpointing indoors, specifically inside big crowded places, like malls for example. 我正在尝试寻找一种解决方案,以精确地定位室内,尤其是在大型拥挤的地方,例如购物中心。

I tried building a simple app that tried to pinpoint the phone using only the Network service or Wifi networks. 我尝试构建一个简单的应用程序,该应用程序试图仅使用网络服务或Wifi网络来查明手机。

Usually when Wifi was on the accuracy got to 40-60 meters, and when the wifi was off and only the network service was used, the accuracy got to 600-1000 meters. 通常,当启用Wifi时,精度达到40-60米,而当wifi断开且仅使用网络服务时,精度达到600-1000米。

Unfortunately that really is too inaccurate for my needs. 不幸的是,这对于我的需求来说确实太不准确了。 I read that Google have successfully added an accurate solution for indoors navigation ( http://www.engadget.com/2012/01/08/google-maps-indoor-navigation-las-vegas-ces-2012/ ) , so I guess there might be a possible way to achieve a higher accuracy. 我了解到Google已成功添加了一种精确的室内导航解决方案( http://www.engadget.com/2012/01/08/google-maps-indoor-navigation-las-vegas-ces-2012/ ),所以我猜测可能有一种方法可以达到更高的精度。 5-10 meters accuracy should suffice. 5-10米的精度就足够了。

I'd be happy to get any kind of advice! 我很乐意得到任何建议!

Thanks! 谢谢!

The only way to accurately estimate your indoor position is by mapping the signal of known radio hotspots (ie wi-fi). 准确估计室内位置的唯一方法是映射已知无线电热点(即wi-fi)的信号。 That's why the indoor navigation feature has been implemented just for a few locations. 这就是为什么室内导航功能仅在少数几个位置实现的原因。

In highly trafficked public spaces, indoor location solutions tend to be based on WiFi mapping combined with known map information. 在人流量大的公共场所,室内定位解决方案往往基于结合了已知地图信息的WiFi映射。 That approach allows an increase in the accuracy of the location information you will get from your cellular device (over results from testing performed in locations not yet mapped). 这种方法可以提高您从蜂窝设备获得的位置信息的准确性(超过在尚未映射的位置执行的测试结果)。 The actual error rate will depend on how dense and well mapped the WiFi hot spots are, whether they are in stable locations or tend to be moved around, the accuracy of the floor plans, and the effectiveness of the algorithms that integrate the floor plan information (eg, defining which paths may be navigated by people, for example). 实际错误率将取决于WiFi热点的密度和映射程度,它们是否处于稳定位置或易于移动,平面图的准确性以及集成平面图信息的算法的有效性。 (例如,定义人员可以导航的路径)。

Other organizations are deploying infrastructure in public spaces (eg, Nokia - Bluetooth-based). 其他组织也在公共场所中部署基础架构(例如,诺基亚-基于蓝牙)。 This solution assumes you control the infrastructure (and assumes the latest Bluetooth technology). 该解决方案假定您控制基础结构(并假定采用最新的蓝牙技术)。

I work for TRX Systems and we are complementing these existing technologies with sensor and map fusion technology. 我为TRX Systems工作,我们正在用传感器和地图融合技术对这些现有技术进行补充。 In this approach, we fuse information from a multitude of sensors - including signals of opportunity (GPS, WiFi, cell triangulation, Bluetooth), embedded sensors (inertial, altimeter, ranging, compass), and known and inferred map information, to deliver an accurate location indoors. 通过这种方法,我们融合了来自多种传感器的信息,包括机会信号(GPS,WiFi,小区三角测量,蓝牙),嵌入式传感器(惯性,高度计,测距,指南针)以及已知和推断的地图信息,以传递在室内的准确位置。

Carol 颂歌

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM