mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 00:37:59 -06:00
arm limits
This commit is contained in:
@@ -63,7 +63,6 @@ public class RobotMap {
|
||||
public final WPI_TalonFX rightBackSteer = new WPI_TalonFX(SwerveDriveConstants.IDs.RIGHT_BACK_STEER_ID);
|
||||
public final CANCoder rightBackEncoder = new CANCoder(SwerveDriveConstants.IDs.RIGHT_BACK_ENCODER_ID);
|
||||
|
||||
|
||||
void configureDriveMotors() {
|
||||
// config factory default
|
||||
leftFrontWheel.configFactoryDefault();
|
||||
|
||||
Reference in New Issue
Block a user