Forty-Nine-Ninety / 2018

2018 Robot Code for First PowerUp: Gryphon Robotics
2 stars 1 forks source link

Smart dashboard interface (using shuffleboard) #15

Closed benjamin-antupit closed 5 years ago

benjamin-antupit commented 6 years ago

Add a function either to each subsystem or a new class that adds all relevant information to the SmartDashboard or Shuffleboard. Maybe, also add functions in Robot class to get/set preferences from the dashboard. Also, make a shuffleboard layout for drive team, general debug, PID tuning and preferences get/set. Please comment if you want to work on this.

See here: http://first.wpi.edu/FRC/roborio/release/docs/java/edu/wpi/first/wpilibj/smartdashboard/SmartDashboard.html

Preferences example: https://github.com/DeepBlueRobotics/RobotCode2018/blob/master/Robot2018/src/org/usfirst/frc/team199/Robot2018/Robot.java#L64

benjamin-antupit commented 5 years ago

Added some of these features in commit 3a02f516e91de3c8c838f7b34432292662d1efe4. Added todo list to original issue.

benjamin-antupit commented 5 years ago

Resolved in #26 and #27.