Skip to content

Navigation Mode

Daisuke Sato edited this page Feb 23, 2016 · 1 revision

Navigation Mode

Mode Status Compatible Localization Mode
1D Available 1D, 1D-PDR, 2D
2D Planned 2D

1D Navigation Mode

  • assume user is always on an edge
  • provide turn by turn navigation
  • 2D localization result is projected to 1D (the closest point on an edge)

2D Navigation Mode

  • assume user is in an open space and user is following a route
  • provide bearing navigation
  • 2D localization result must not be projected on an edge

Development plan

  • Map editor supports 1D/2D navigation mode switch
  • add navigation mode attribute for edge (default is 1D)
  • require 2D localization
  • Localization result will be passed without projection
  • UI handles the differential between estimated user's position and ideal route
  • bearing (heading right, heading left, one step right, one step left, ...)

Clone this wiki locally