|
Autonomous mode help
`Ok so i require help with autonmous mode please!!!
void Autonomous(void)
{
GetWatchdog().SetEnabled(false);
myRobot.Drive(0.0 , 0.0 );
Wait(0.0);
myRobot.Drive(0.0, 0.0);
}
we have tank drive
how would i edit this if i wanted to drive forward at half speed for 3 seconds
then turn right for 1 second
then drive foward full speed
__________________
ThE sCaLeS oF bAlAnCe (Team 1396)
|