Across
- 2. The class in the WPILib library that is a convenient wrapper that simplifies using an Xbox controller for robot control by linking its buttons, axes, and triggers directly to commands
- 4. The int parameter required by the constructor for CommandXboxController
- 6. The method of the Command class that constructs a command that does nothing, finishing after a specified duration
- 7. The type of the object obtained by calling getClosedLoopController() on a SparkFlex object
- 9. The method of the CTRE Pigeon2 class that returns the current reported yaw of the Pigeon2
Down
- 1. The type of the third parameter of Commands.either()
- 3. The type of the value returned from the fromRadians method of the Rotation2d class
- 5. The method of the SmartDashboard class that is used to put a double value on the Elastic dashboard
- 8. Method on class SparkFlexConfig with parameter config. Copies settings from an existing configuration
