4201VitruvianBots / ChargedUp2023

FRC Team 4201's robot code for the 2023 season
Other
6 stars 3 forks source link

Add additional shuffleboard values #213

Closed SherazF closed 1 year ago

SherazF commented 1 year ago

Current ideas:

All SmartDashboard/Shuffleboard implementation should follow the new NetworkTables 4 API (https://docs.wpilib.org/en/stable/docs/software/networktables/nt4-migration-guide.html). Using the old NetworkTables 3 APIs seem to be less stable, where values on SmartDashboard/Shuffleboard/Glass will sometimes not update after redeploying code or disconnecting/reconnecting the robot.

gavinskycastle commented 1 year ago

Tasks moved to #216