dead reckoning

6
DEAD RECKONING Kim Do Mike Hutton Roger Baker

Upload: sibley

Post on 22-Feb-2016

78 views

Category:

Documents


0 download

DESCRIPTION

Dead Reckoning. Kim Do Mike Hutton Roger Baker. What is Dead Reckoning?. Our implementation Calculates position based on heading and acceleration Distance is a summation of steps (Not directly integrating accelerometer output) Based on pedometer model. S ource: Analog Devices - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Dead Reckoning

DEAD RECKONINGKim DoMike HuttonRoger Baker

Page 2: Dead Reckoning

What is Dead Reckoning?• Our implementation

• Calculates position based on heading and acceleration• Distance is a summation of steps

• (Not directly integrating accelerometer output)• Based on pedometer model

Source: Analog DevicesApp Note AN602

Page 3: Dead Reckoning

OpenGL and Maps

Page 4: Dead Reckoning

OpenGL and Maps

Page 5: Dead Reckoning

Code Usage

• 3 packages

1. edu.vt.dr – base package; majority of Activities within

2. edu.vt.dr.map – OpenGL Renderer and Objects

3. edu.vt.dr.testing - activities for movement

Page 6: Dead Reckoning

App Visuals• UML diagram

• App Flow Chart