Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / traffic_navigation @ 1908

Name Size Revision Age Author Comment
Makefile 522 Bytes 1888 over 13 years Ben Wasserman Edited intersection behavior to break it into s...
collision_avoid.c 6.07 KB 1898 over 13 years Alexander Lam More bugfixes (holy crap I'm bad at this)
collision_avoid.h 1.08 KB 1895 over 13 years Alexander Lam More bug fixes for collision_avoid
highways.c 1.75 KB 1902 over 13 years Mark Williams Edited the .h and .c file so that global variab...
highways.h 343 Bytes 1902 over 13 years Mark Williams Edited the .h and .c file so that global variab...
intersectData.c 1.96 KB 1908 over 13 years Priyanka Deo reorganized stuff in intersectData. made new fu...
intersectData.h 2.49 KB 1908 over 13 years Priyanka Deo reorganized stuff in intersectData. made new fu...
main.c 6.9 KB 1908 over 13 years Priyanka Deo reorganized stuff in intersectData. made new fu...
traffic_navigation.h 2.11 KB 1892 over 13 years Alexander Lam First commit of the Collision Avoid Code. It pr...
validTurns-test.c 1.22 KB 1907 over 13 years Priyanka Deo Bickles stopped working after revision 1906, so...
validTurns.c 3.17 KB 1905 over 13 years Priyanka Deo Changed the randomNumGen so that it stopps read...
validTurns.h 1.13 KB 1896 over 13 years Ben Wasserman Changed main and validTurns to get the test goi...

Latest revisions

# Date Author Comment
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.

1907 12/02/2010 10:48 PM Priyanka Deo

Bickles stopped working after revision 1906, so I tested it and changed
stuff in main so that it works.

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

1905 12/02/2010 07:37 PM Priyanka Deo

Changed the randomNumGen so that it stopps reading IR and does stuff
with a seed. More random? Maybe.

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

1902 12/02/2010 04:50 PM Mark Williams

Edited the .h and .c file so that global variables can be seen by other files with the .h file is included.

1901 11/29/2010 08:49 PM Ben Wasserman

Updated main to work for the demo. It now switches states properly, but button1 seems to trigger accidentally sometimes (but strangely consistently at the same point in the program). Also edited the random turn generator to use the rtc instead of a rangefinder for the seed.

1900 11/29/2010 08:26 PM Mark Williams

now it really works, for real this time!

1899 11/29/2010 08:17 PM Mark Williams

Merging works

View revisions

Also available in: Atom