Project

General

Profile

Revision 120

Seems to work until we get to seeking, where there may be issues with the motors.

View differences:

charging.c
299 299

  
300 300
	r->state = STATE_SEEKING;
301 301
	r->bay = assign_bay(robot);
302
	r->verifyCount = 0;
302
	r->verifyCount = VERIFY_DELAY;
303 303
	robots[robot] = r;
304 304
	numRobots++;
305 305
	is_seeking = 1;

Also available in: Unified diff