Jump to: navigation, search

Difference between revisions of "Location Manager"


Line 1: Line 1:
 +
=Android=
 +
 +
The Location Manager aims to calculate the device pose (position and orientation) as accurate as possible using various input sources. The performance of pose e-stimation can be characterised by the following measures:
 +
 +
      • Accuracy --> describes the average offset between real and estimated device pose
 +
      • Standard Deviation --> describes to which extend the estimated pose “jumps” around the real device pose
 +
      • Update Rate --> describes how often the device pose can be updated.
 +
 +
To maximise the performance, the Location Manager combines and filters estimated poses from various Pose Estimation Systems based on their estimated error levels. Pose Estimation systems can be activated and deactivated using the Pose Estimation Systems Setting. Currently the following pose estimation systems are available:
 +
 +
{| class="wikitable" | width = "50%" style="text-align: center;"
 +
|-
 +
! Name !! Estimated Quantity !! Required Sensor Technology!
 +
|-
 +
| AR-Marker || Position and Orientation || Camera
 +
|-
 +
| Beacon Proximity || Position || Bluetooth Low Energy (Blue-tooth 4.0)
 +
|-
 +
| Compass ||  Orientation || Accelerometer and Magne-tometer
 +
|-
 +
| GPS || Position || GPS Sensor
 +
|-
 +
| Object Proximity || Position || none
 +
|-
 +
| Step Detector || Position || Step Detector Sensor
 +
|-
 +
| Routing-Graph Snapping || Position || none
 +
|}
 +
 +
=WinX=
 
The Location Manager controlls the different positioning services that are available for mobile devices.
 
The Location Manager controlls the different positioning services that are available for mobile devices.
  
Line 15: Line 45:
 
|}
 
|}
  
 
+
<headertabs/>
 
{{Clear}}
 
{{Clear}}
  
 
[[Category:Android|Location Manager]]
 
[[Category:Android|Location Manager]]
 
[[Category:WinX|Location Manager]]
 
[[Category:WinX|Location Manager]]

Revision as of 11:26, 19 September 2017

[edit]

Android

The Location Manager aims to calculate the device pose (position and orientation) as accurate as possible using various input sources. The performance of pose e-stimation can be characterised by the following measures:

      •	Accuracy --> describes the average offset between real and estimated device pose
      •	Standard Deviation --> describes to which extend the estimated pose “jumps” around the real device pose
      •	Update Rate --> describes how often the device pose can be updated. 

To maximise the performance, the Location Manager combines and filters estimated poses from various Pose Estimation Systems based on their estimated error levels. Pose Estimation systems can be activated and deactivated using the Pose Estimation Systems Setting. Currently the following pose estimation systems are available:

Name Estimated Quantity Required Sensor Technology!
AR-Marker Position and Orientation Camera
Beacon Proximity Position Bluetooth Low Energy (Blue-tooth 4.0)
Compass Orientation Accelerometer and Magne-tometer
GPS Position GPS Sensor
Object Proximity Position none
Step Detector Position Step Detector Sensor
Routing-Graph Snapping Position none

WinX

The Location Manager controlls the different positioning services that are available for mobile devices.

Possible Positioning Modes

There are three different modes available for the Location Manager. The names and defined behaviors are:

Mode GPS LLA iBeacon Proximity
USE_ALL IC Bullet Full.png IC Bullet Full.png IC Bullet Empty.png
LLA_ONLY_MODE IC Bullet Empty.png IC Bullet Full.png IC Bullet Empty.png
BEACON_PROXIMITY_MODE IC Bullet Empty.png IC Bullet Empty.png IC Bullet Full.png