|
Re: General Help With Programming
rule #1: Always keep a backup of the default code wherever you go, and also backups of any working modified code. And you will be good.
For autonomous, try first working on some dead reckoning, then go into all that sensors good stuff.
Good Luck!
__________________
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.
|