Formatting fix
This commit is contained in:
parent
4488d771b4
commit
fc1e9f3803
@ -13,11 +13,9 @@
|
|||||||
|
|
||||||
class Robot: public IterativeRobot
|
class Robot: public IterativeRobot
|
||||||
{
|
{
|
||||||
Talon left_drive;
|
Talon left_drive, right_drive;
|
||||||
Talon right_drive;
|
CANTalon shooter1, shooter2,
|
||||||
CANTalon shooter1;
|
ramp;
|
||||||
CANTalon shooter2;
|
|
||||||
CANTalon ramp;
|
|
||||||
RobotDrive drive;
|
RobotDrive drive;
|
||||||
Shooter shooter;
|
Shooter shooter;
|
||||||
Joystick driver_stick, operator_stick;
|
Joystick driver_stick, operator_stick;
|
||||||
|
Reference in New Issue
Block a user