Quote:
Originally Posted by Radical Pi
Have you checked the hardware? Does it work if you re-load the LabVIEW code?
|
Hardware is fine as far as I know. Like it drives in teleop fine.
In teleop the code is:
Code:
//Drive the robot
drivetrain->ArcadeDrive(driverJoystick->GetRawAxis(4),driverJoystick->GetRawAxis(2));
Which works perfectly fine. The robot drives straight and turns where I want it to.
The LabVIEW code would probably work if I hadn't lost my flash drive with it on it.
-Tanner