CyberCoyotes / 2023-ChargedUp

Code repository for the 2023 FRC season. We are using Java (command based) for programming. On the hardware side we are using a RobioRio2, MK4 inverted swerve drive modules, primarily Falcon motors, and a Pigeon 2 gyro.
Other
1 stars 0 forks source link

Map Buttons for 'driver' and 'operator' #16

Closed JediScoy closed 1 year ago

JediScoy commented 1 year ago

In RobotContainer, create buttons for almost every available button (no need to use thumbstick push). search for something like "frc joystick button map" if randomly trying auto complete with code doesn't work :)

JediScoy commented 1 year ago

Adding a link to WPI Xbox Controller source as a reference to available buttons. The Big Four buttons have been declared in RobotContainer.java but functionality to be determined

JediScoy commented 1 year ago

Robot Commands excluding driving

JediScoy commented 1 year ago

Command Groups (Macro) to Consider: