Project

General

Profile

Revision 1908

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.

View differences:

main.c
226 226
	//Code to choose path through intersection goes in this while loop
227 227
	//But here's the code to handle wireless while in the intersection...
228 228
	start();
229
	turn(getTurnIntType(getIntersectType(0)), turnDir);
229
	turn(getTurningIntersect(0), turnDir);
230 230
	while(doDrive(200) != FINISHED){
231 231
		dataLength = 0;
232 232
		packet = NULL;

Also available in: Unified diff