mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Fixed comment problem in GyroMecanum cpp and made other small fixes to sample
programs. Change-Id: Id6ee60085fa369ce3eb2e8261c0352b24886e2ae
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
* don't. Unless you know what you are doing, complex code will be much more difficult under
|
||||
* this system. Use IterativeRobot or Command-Based instead if you're new.
|
||||
*/
|
||||
*/
|
||||
class Robot: public SampleRobot {
|
||||
Joystick *joystick;
|
||||
RobotDrive *myRobot;
|
||||
|
||||
Reference in New Issue
Block a user