Committing general unfinished updates
This commit is contained in:
parent
aef38aef8f
commit
fb94af6850
@ -41,7 +41,7 @@ import frc.robot.subsystems.Climber;
|
||||
import frc.robot.subsystems.Drivetrain;
|
||||
import frc.robot.subsystems.Indexer;
|
||||
import frc.robot.utilities.PhotonVision;
|
||||
import frc.robot.subsystems.Intake;
|
||||
import frc.robot.subsystems.IntakeRoller;
|
||||
import frc.robot.subsystems.Shooter;
|
||||
|
||||
public class RobotContainer {
|
||||
@ -51,7 +51,7 @@ public class RobotContainer {
|
||||
//private PhotonVision photonvision;
|
||||
|
||||
private Drivetrain drivetrain;
|
||||
private Intake intake;
|
||||
private IntakeRoller intake;
|
||||
private Shooter shooter;
|
||||
private Climber climber;
|
||||
private Indexer indexer;
|
||||
@ -95,7 +95,7 @@ public class RobotContainer {
|
||||
// TODO Need to provide a real VisualPoseProvider, null means we're not using one at all
|
||||
drivetrain = new Drivetrain(new Pose2d(), null, null);
|
||||
|
||||
intake = new Intake();
|
||||
intake = new IntakeRoller();
|
||||
|
||||
indexer = new Indexer();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user