Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / traffic_navigation / intersectData.c @ 1934

History | View | Annotate | Download (2.47 KB)

# Date Author Comment
1933 02/17/2011 06:36 PM Ben Wasserman

Vinay added data for the intersection and roads for the barcode table. Compiles.

1912 12/05/2010 07:58 PM Priyanka Deo

Made compatibility of lineDrive.h and validTurns.h.

1908 12/02/2010 11:28 PM Priyanka Deo

reorganized stuff in intersectData. made new function getTurningIntersect
that can be used to input directly into dan's code. made new functions to get
information about road nodes stored int he intersection database. eventually
should convert it to the node database.

1906 12/02/2010 07:48 PM Jeff Cooper

Added a function getTurnIntType(), which converts the intersection types into something usable by the turning code. Updated main to use it

1904 12/02/2010 07:27 PM Jeff Cooper

populated the database for the demo.

1903 12/02/2010 07:18 PM Jeff Cooper

Added a "feature id" field in bits 13,14,15,16 of the database ints, documented accordingly

1887 11/21/2010 10:09 PM Priyanka Deo

forgot to add intersectData.c and .h