Quote:
|
Originally Posted by Gusman1188
Ok, so we put the sensors on rc dig in 1, 2, 4, 5 and servos on 1 & 2.
Then the drives on 13 and 15.
Uploaded navigate.zip and..........pwm03 fires at 72 whether auton is enabled or not  and the servos do not do anything unless you reset and they twitch a little....any help would be appreciated.
|
If you are using navigate.c as-is then it's waiting for you to hit one of the joystick buttons (p1 trigger).
Your hook-ups seem to be correct.
It needs to be modified to be used in competition.
It was talked about here [thread]24631 [/thread]
In addition to those instructions you'll also need the navigate.c and navigate.h files, and you'll need to add a call to navigate() to the User_Autonomous_Code() routine in the user_routines_fast.c file.