Team2168 / 2014_Main_Robot

Code for the 2014 FRC season.
Other
2 stars 1 forks source link

Create command to drive drivetrain with joysticks #24

Closed jcorcoran closed 10 years ago

jcorcoran commented 10 years ago

A new command needs to be made to allow the drivetrain to be driven from a joystick

See last years code for an example:

https://github.com/Team2168/FRC2013_Main_Robot/blob/master/FRC2013_Main_Robot/src/frc2168_2013/commands/subSystems/DriveTrain/DriveDrivetrainWithJoystick.java

https://github.com/Team2168/FRC2013_Main_Robot/blob/master/FRC2013_Main_Robot/src/frc2168_2013/subsystems/Drivetrain.java#L134