Skip to content

Swerve! (everyone but ada should ignore I don't want to distract the team with my silly swerve side project)

Notifications You must be signed in to change notification settings

Team1157/robot-code-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

Pinout:

  • gyro on cs0

Button Mapping:

  • Swerve translation: left stick
  • Swerve rotation: right stick
  • Gyro reset: right bumper bottomed out
  • Calibrate gyro: A button
  • Intake motor: need to assign
  • Shooter motor: need to assign

CAN IDs:

  1. CAN ID 9 – TalonSRX for the shooter.

    • Connected to the shooter motor, controlled by the Shooter class.
  2. CAN ID 10 – TalonSRX for the intake.

    • Connected to the intake motor, controlled by the Intake class.
  3. Drivetrain Motors:

    • Drive Motors (TalonFX):
      • Front Left Module: CAN ID 1 (drive motor).
      • Front Right Module: CAN ID 3 (drive motor).
      • Rear Left Module: CAN ID 5 (drive motor).
      • Rear Right Module: CAN ID 7 (drive motor).
    • Steering Motors (TalonSRX):
      • Front Left Module: CAN ID 2 (steer motor).
      • Front Right Module: CAN ID 4 (steer motor).
      • Rear Left Module: CAN ID 6 (steer motor).
      • Rear Right Module: CAN ID 8 (steer motor).

About

Swerve! (everyone but ada should ignore I don't want to distract the team with my silly swerve side project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages