Presentation is loading. Please wait.

Presentation is loading. Please wait.

The Office of the Dean of Students December 20, 2003 Projects: Interactive Campus Map (ICM) Adjustable Book Shelf (ABS) Global Positioning System Device.

Similar presentations


Presentation on theme: "The Office of the Dean of Students December 20, 2003 Projects: Interactive Campus Map (ICM) Adjustable Book Shelf (ABS) Global Positioning System Device."— Presentation transcript:

1 The Office of the Dean of Students December 20, 2003 Projects: Interactive Campus Map (ICM) Adjustable Book Shelf (ABS) Global Positioning System Device for the Visually Impaired (GPS-DVI)

2 ICM  Objective: To help students with physical disabilities locate the best accessible path between campus locations by drawing a map  Team members  Jeff Turkstra  Abdul Zahid  Avirul Sharma  Vishnu Jaju

3 Semester Goals  Obtain and configure Kiosk  Expand coverage area  Plan improvements  Better map image(s)  Turn-by-turn directions  Actual distance calculations  Voice recognition and synthesis  Begin work on prototype GPS-DVI interface

4 How does ICM work?  User gives start/end information on website  Calculate shortest path  Draw map  Encode Image  Display

5 Web-Interface  Facilitates channeling of the user input data to the best path implementation routine  Simple and easy to use  Easy to maintain for future semesters  Accessible via home computers, not just kiosk

6 Nodes on the Map

7 Node Database  Database example  For GPS coordinates (Latitude, Longitude) NodeNameGPS CoordinatesTYPENeighbors 1PHYS6.285, 1.225Door2,4,9,10 2MSEE(NW)6.654, 3.256Door1,7,9,14 3MSEE(SE)6.542, 3.2545Door4,5,6 4INT16.021, 3.021Intersection1,3,6

8 Cool live demo!

9 Kiosk

10 This Semester  Resolved compilation errors with core source code (many simply related to updated g++ version)  Kiosk is ready  Larger, more detailed map integration is almost entirely complete  Turn-by-turn instructions have been added, without distance calculations  Coverage area has been significantly expanded over last semester

11 Current Coverage Area  Engineering Mall (from last semester)  Area surrounding (and including) BRNG, MATH, and CL50  Clock tower area (SC, CS, PSY)  “Chemistry” area (WTHR, BRWN, GRIS, HEAV, etc)

12 Prototype Ideas  Work has been done on planning methods to interface with GPS-DVI  Theoretical design for mysql driven PHP interface permitting the “posting” of current GPS coordinates and destination coordinates to the server, which would in turn generate and send back a map with text based turn-by-turn directions

13 What’s Left?  Dynamic map cropping/resizing (current map is incredibly large)  Improve path drawing algorithm on map  Distance calculations with turn-by-turn directions  Install Kiosk  Project should theoretically be completed next semester

14 Adjustable Book Shelf Team Members : Sandeep Nandy (Project Leader) Ankit Dhawan Vineet Alva Shohei Shibata Rayelle Duncan Aman Sewani

15 Agenda  Timeline  Design Parameters  Concept #1: Turn Shelf Concept  Concept #2: Slide Down Concept  Modification of Slide Down  Future Plans

16 Timeline

17 Design Parameters  Cost less than $500  Requires very little muscle force by user  Hold at least 8 – 10 books  Makes use of current dorm shelving unit  All books are attainable from a seated position

18 Turn Shelf 3-D view

19 Turn Shelf  Book Capacity determined (12 books 2” thick)  Max weight it will experience ~50 lbs  The concept was not used for practicality reasons: It only lowers the top shelf by 8”, not worth the complicated mechanisms

20 Slide Down Bookshelf Design An adjustable bookshelf that fits inside the existing shelf. Slides down at an angle onto the desk. It will contain about 120lbs of books when fully packed.

21 Slide Down Design Improvements

22 Garage Door Concept  Dimensions are based on the Tarkington and Wiley bookshelves  Shelf will be lowered in the same manner as a garage door using a small garage door motor.  Inside shell resemble “open” position of garage door.  Down on desk to resemble “Closed” position of garage.

23 Future Plans  Exact procedure and mechanisms for raising and lowering bookshelf  Safety Measures  Research possibility of incorporating design to be compatible to all of the dorms on campus  Survey University Residences for their input

24 GPS-DVI Global Positioning System - Device for the Visually Impaired Ryan Hicks Chan Park Howard Lityo Jason Lim Sivanit Ratanadi Ali Shareef Guneet Chadah Epics Team Mobility Team -- Advisor – Prof. Lehnert

25 Overview ► Introduction ► Project Tasks ► Project Planning ► Conclusion

26 Introduction ► Objective : To design and implement a portable device that will enable students who are visually impaired to navigate around campus with the use of the global positioning system. ► Solution : Program – “Campus-NAV” Integrates GPS receiver and PDA to help user navigate around campus. Integrates GPS receiver and PDA to help user navigate around campus.

27 Project Tasks ► Defined sub-groups for each task GPS-DVI Search algorithm Shareef, Jason Device driver Howard, Guneet & Ryan GUI Pete & Chan Voice Output Guneet,Pete & Chan

28 Project Tasks ► Device Driver  Receive GPS-Coordinates (NMEA-Sentence) ► Microsoft Embedded Visual Tools 3.0  Testing GUI  Open/Close/Read Port  Display NMEA-Sentence --Time, Longitude, Latitude, Velocity, GPS-Status etc. ► Graphical User Interface (GUI)

29 Pocket PC hp jornada GPS-DVI System GUI Enter Power 1 23 456 7 89 0 Reset

30 Project Tasks ► Voice Output  Verbal response to user’s input ► Text Aloud Software  Creates MP3 file from text input ► Search Algorithm  Finds shortest path from source node to destination node ► Dijkstra’s Algorithm  Campus Map  Campus Database  Adjacency Matrix

31

32 Campus Database ► Node x y NumAdjNode AdjNodes Comment ► 0 0 0 1 0 Origin ► 1 24 1 2 2 17 MSEE ► 2 25 1 1 1 Physics ► 3 16 1 1 22 EE ► 4 16 5 2 22 23 ME ► 5 9 1 1 36 EET ► 6 9 5 2 35 36 Potr ► 7 29 8 2 18 37 CE ► 8 36 8 1 18 CIVIL ► 9 26 10 1 19 Scheleman ► 10 30 16 1 21 BuildX ► 11 20 10 2 19 24 Hovd ► 12 11 9 2 13 30 SS ► 13 9 9 3 12 31 35 ENAD ► 14 2 18 1 34 Pshsy ► 15 2 14 2 32 33 SC ► 16 19 14 1 27 Elliot ► 17 24 3 3 1 22 37 Int ► 18 32 8 2 7 8 Int ► 19 24 10 3 11 20 37 Int ► 20 25 12 2 19 21 Int ► The GUI displays shortest path from source to destination.

33 Adjacency Matrix

34

35 Project Planning ► Convert Campus Database XY coordinates to GPS Coordinates ► Integrate GPS receiver with algorithm so that the GPS receiver guides user across campus and provides voice output updates: “Turn Right” “Turn Left” “Turn Left”  Expected Due Date ► End of Spring 2004

36 Conclusion ► Increase Technical Knowledge  Object Oriented Programming (C++)  Compact Flash GPS-Receivers ► National Marine Electronics Association (NMEA) Standards ► Work on a multi-disciplinary Team  Different majors, Mobility Team ► Increase Communication Skills  Presentations  Epics & Mobility TA, Previous Team Members, Companies ► Work on a Poorly Documented Project  Gather information

37 Thank You!


Download ppt "The Office of the Dean of Students December 20, 2003 Projects: Interactive Campus Map (ICM) Adjustable Book Shelf (ABS) Global Positioning System Device."

Similar presentations


Ads by Google