You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SmartDashboard put values are very unoptimized so we don't want unnecessary logs when we do not need them. We especially want to keep SmartDashboard updates out of FastPeriodic to prevent loop overruns. Also if possible Competition mode and Vision (and the future AutoAlign enable) flags should be changeable through a SendableChooser on Shuffleboard.
For logs we want to always be updated we can maybe switch to updating those values using the NetworkTables implementation.
The text was updated successfully, but these errors were encountered:
SmartDashboard
put values are very unoptimized so we don't want unnecessary logs when we do not need them. We especially want to keepSmartDashboard
updates out ofFastPeriodic
to prevent loop overruns. Also if possible Competition mode and Vision (and the future AutoAlign enable) flags should be changeable through aSendableChooser
on Shuffleboard.For logs we want to always be updated we can maybe switch to updating those values using the
NetworkTables
implementation.The text was updated successfully, but these errors were encountered: