Swapped Talon objects for TalonSRX objects.
This commit is contained in:
parent
2e196a8fab
commit
7ac2c9904a
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
class Robot: public IterativeRobot
|
class Robot: public IterativeRobot
|
||||||
{
|
{
|
||||||
Talon left_drive, right_drive;
|
TalonSRX left_drive, right_drive;
|
||||||
CANTalon shooter1, shooter2,
|
CANTalon shooter1, shooter2,
|
||||||
ramp;
|
ramp;
|
||||||
RobotDrive drive;
|
RobotDrive drive;
|
||||||
|
Reference in New Issue
Block a user