|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#12
|
||||
|
||||
|
we the palmy home bots have a better solution just do this:
//When channel 5 down the below code runs //When channel 5 down the below code runs if(vexRT(Ch5) > -100) { motor[LTrack] = motor[RTrack] = 0; motor[LMotors] = 127; motor[RMotors] = 127; wait10Msec(400); motor[LMotors] = 0; motor[RMotors] = 0; motor[LTrack] = motor[RTrack] = 127; wait10Msec(1600); motor[LTrack] = motor[RTrack] = 0; } but you may have a different robot |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DIO not working in autonomous. | adamdb | NI LabVIEW | 10 | 12-02-2009 01:23 |
| Camera Code not Working in Autonomous? | Mikesername | Programming | 6 | 28-01-2009 10:14 |
| Help Autonomous code not working | team550 | Programming | 5 | 14-01-2008 10:35 |
| Camera not working in autonomous | Roger | Programming | 9 | 09-03-2006 07:38 |
| Gyro not working in Autonomous? | kaszeta | Programming | 7 | 11-02-2006 01:28 |