|
Re: need help understanding c code in robotdrive
Code:
Joystick stick1(1);//ds port1
RobotDrive rd(1,2);//pwm port 1 and 2
at the top
and
Code:
rd.ArcadeDrive(stick1);
in the telop while loop
__________________
Bubble Wrap: programmers rewards
Watchdog.Kill();
printf("Watchdog is Dead, Celebrate!");
How to make a self aware robot: while (∞) cout<<(sqrt(-∞)/-0);
Previously FRC 451 (The Cat Attack)
Now part of the class of 2016 at WPI & helping on WPILib
|