-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Test integration with 2022 version of WPILib in preparation for the 2022 competition.
This includes:
-
updating dependencies to new version
- Just update
WPILIB_VERSIONreally
- Just update
-
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
JoystickandXboxControllerusage - Check to see that axes are working
- Check to see the buttons are activating actions using different activation triggers
- Check
- Test running different system types as part of a general robot program
-
- 2022.1.1 Beta 1
- Maybe wait for a more stable version?
This will likely require updating the image for RoboRIO with 2022 image.
Reactions are currently unavailable