Shuffleboard can do far more than displaying camera feed. Review it here: https://wpilib.screenstepslive.com/s/currentCS/m/shuffleboard/l/814689-tour-of-shuffleboard
- Create a new project in VSCode
- Create the basic encoder code in:
http://wiki.team2537.com/wiki/ControlSystems/SoftwareTeam/Training/GettingStarted/Encoders
- Add the following to teleopPeriodic():
SmartDashboard.putNumber("Encoder value", m_Left.getSelectedSensorPosition());
- Connect to a robot and deploy your code
- Now open Shuffleboard to view your entered data.
- Feel free to explore the design using this:
Last modified 6 years ago
Last modified on Nov 12, 2019, 7:48:42 PM