Skip to content

TODO Intake motor configuration #24

@deaner8765

Description

@deaner8765

the intake motors are using a set(-speed) should they use an inverted motor instead?
(

private void powerCubeIntake() {
// TODO use invert motor
LEFT_INTAKE_MOTOR.setSpeed(RobotMap.Intake.INTAKE_SPEED);
RIGHT_INTAKE_MOTOR.setSpeed(-RobotMap.Intake.INTAKE_SPEED);
currentIntakeState = IntakeState.IN;
}
private void powerCubeEject() {
LEFT_INTAKE_MOTOR.setSpeed(RobotMap.Intake.EJECT_SPEED);
RIGHT_INTAKE_MOTOR.setSpeed(-RobotMap.Intake.EJECT_SPEED);
currentIntakeState = IntakeState.OUT;
}
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions