proserven / team-100-wildhats

Automatically exported from code.google.com/p/team-100-wildhats
0 stars 0 forks source link

Review all SmartDashboard parameters and metrics #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We added several new parameters to the SmartDashboard on Monday. We should 
review what we're sending to the SmartDashboard, ensure nothing important is 
missing, ensure the right values are in preferences, make names consistent, and 
remove cruft we don't need, as unneeded metrics will clutter the dashboard and 
consume wifi bandwidth.

Original issue reported on code.google.com by briankgr...@gmail.com on 22 Feb 2013 at 4:43

GoogleCodeExporter commented 8 years ago
Also ensure we have metrics in useful units for calibration.

Original comment by Team100w...@gmail.com on 23 Feb 2013 at 11:42

GoogleCodeExporter commented 8 years ago
Needs to be done before we generate the SmartDashboard calibration and 
competition layouts.

Original comment by Team100w...@gmail.com on 23 Feb 2013 at 11:55

GoogleCodeExporter commented 8 years ago
Except for UpdateWidgets and WritePreferences, all SmartDashboard and 
Preferences accesses have been removed from all commands. They'll be accessed 
from subsystems and top-level classes (e.g., OI) only. SmartDashboard keys 
should always be prefixed by subsystem name (e.g., "DriveTrain"), shouldn't 
contain spaces or underscores, and should begin words with capital letters, 
including the subsystem name. 

Original comment by img...@gmail.com on 24 Feb 2013 at 6:51

GoogleCodeExporter commented 8 years ago

Original comment by img...@gmail.com on 2 Mar 2013 at 11:00