frc2399 / 2022-Season

This is our NEW repository for the 2022 Season.
Other
0 stars 5 forks source link

Make use of edu.wpi.first.wpilibj.XboxController for the XBox #30

Open hschilling opened 2 years ago

hschilling commented 2 years ago

In looking at this sample code, I see we should be using the actual XBoxController class for the XBox.

https://github.com/wpilibsuite/allwpilib/blob/main/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/arcadedrivexboxcontroller/Robot.java

Use edu.wpi.first.wpilibj.XboxController for the XBox !

So https://first.wpi.edu/FRC/roborio/release2017/docs/java/edu/wpi/first/wpilibj/XboxController.html

instead of

https://first.wpi.edu/wpilib/allwpilib/docs/release/java/edu/wpi/first/wpilibj/Joystick.html