Skip to content

Integrate and test 2022 WPILib #10

@tomtzook

Description

@tomtzook

Test integration with 2022 version of WPILib in preparation for the 2022 competition.

This includes:

  • updating dependencies to new version

    • Just update WPILIB_VERSION really
  • Testing compilation with new version

  • Testing features

    • Robot Base: check to see that robot starts properly
    • Modes: check to see that mode switching is detected.
    • Scheduling: check to see that actions are activated and stopped
      • Make sure actions are stopped on disable mode and removed on mode switch.
    • HID: interfacing is done with generic HID implementation with FrcHidInterface
      • Check Joystick and XboxController usage
      • Check to see that axes are working
      • Check to see the buttons are activating actions using different activation triggers
    • Test running different system types as part of a general robot program
  • WPILib Releases

This will likely require updating the image for RoboRIO with 2022 image.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions