Closed timtim17 closed 6 years ago
Subsystem
TalonSRX
MotorControllerGroup
RobotDrive
DifferentialDrive
Commands
Command
DifferentialDrive.tankDrive()
DifferentialDrive.arcadeDrive()
Tank drive appears to be unnecessary, and gear shifting doesn't seem to be a thing. This issue is basically resolved.
Subsystem
for the DrivebaseTalonSRX
s, one for each side.MotorControllerGroup
, one per side.RobotDrive
class is now deprecated. Since we are designing a WCD, we will use aDifferentialDrive
. Look this up in the Javadoc for WPILib.Commands
Command
s:DifferentialDrive.tankDrive()
)DifferentialDrive.arcadeDrive()
)Gear Shifting(to be confirmed, but this doesn't seem like a thing anymore?)