
21-01-2005, 13:43
|
|
< Only smart people see my avatar
AKA: Rafael Estrada
 FRC #1065 (Tatsu)
Team Role: Programmer
|
|
Join Date: Jan 2004
Rookie Year: 2004
Location: Florida
Posts: 53
|
|
|
Re: Using REAL ENGLISH in autonomous mode???
Quote:
|
Originally Posted by ahecht
{CMD_DRIVE, 1000, 0, 0},
{CMD_TURN, (PI_MRAD / 2), 50, 0},
{CMD_DRIVE, 1000, 0, 0},
{NULL, 0, 0, 0}
in commands.h
|
So if i want to use that in autonomous, do i just write that in the autonomous part in user_routines_fast.c?
__________________
Join the Red revolution, give me some RED rep!!!!
if it doesn't work, don't force it. Go get a bigger hammer.
int run = 0;
int robot_chasing_you = 1;
if (robot_chasing_you)
{
run = 254;
}
I got 48 Gmail invites left, pm me with your e-mail so i can send you one.
|