View Single Post
  #1   Spotlight this post!  
Unread 12-02-2005, 16:49
caderader's Avatar
caderader caderader is offline
caderader
#1284 (DART)
Team Role: Programmer
 
Join Date: Jan 2005
Rookie Year: 2005
Location: gville
Posts: 19
caderader is an unknown quantity at this point
need help with autonomous

Can anyone tell me the context when inserting code for autonomous i tried inserting code at the point in user_routines_fast.c where it says insert autonomous here or whatever but when i load it I can't get it to run and the ifi loader program that shows the status of the robot while your hooked up to it says "waiting for bump switch to be hit"?????? heres the code im using.

Getdata(&rxdata);
commands command_list [] = {
CMD_DRIVE(1000)
NULL
}

this may be stupid and way of but any help would be greatly appreciated.
Thanks