Skip to content

Commit

Permalink
fixed alphaarm build errors in auto
Browse files Browse the repository at this point in the history
  • Loading branch information
prawny-boy committed Feb 4, 2024
1 parent fa02ff2 commit 1e6668d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/main/include/RobotMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,4 @@ struct RobotMap {
nt::NetworkTableInstance::GetDefault().GetTable("swerve");
};
SwerveTable swerveTable;

struct AlphaArmSystem {
rev::CANSparkMax alphaArmMotor{12, rev::CANSparkMax::MotorType::kBrushless};
rev::CANSparkMax wristMotor{15, rev::CANSparkMax::MotorType::kBrushless};

wom::Gearbox alphaArmGearbox{&alphaArmMotor, nullptr, frc::DCMotor::NEO(1)};
wom::Gearbox wristGearbox{&wristMotor, nullptr, frc::DCMotor::NEO(1)};

AlphaArmConfig config{alphaArmGearbox, wristGearbox};
};
AlphaArmSystem alphaArmSystem;
};

0 comments on commit 1e6668d

Please sign in to comment.