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
{{ message }}
This repository was archived by the owner on May 2, 2026. It is now read-only.
When connected to the FMS at a competition the Shuffleboard.startRecording() method does not start recording. The method works great when connected directly to the robot in the shop but does not work at competitions.
To Reproduce
Steps to reproduce the behavior:
Add Shuffleboard.startRecording() to autonomousInit()
Add Shuffleboard.stopRecording() to disabledInit()
Connect driverstation running Shuffleboard to the FMS
Connect robot to the FMS
Run an actual match
Expected behavior
Recording data is created from Shuffleboard.
Actual behavior
No recordings are created.
Desktop:
OS: Windows
Java version: 11 (bundled with WPILib)
Version: 2022.4.1
Workaround
The Drive Team can manually start the recording by pressing the record button before the match starts.
When connected to the FMS at a competition the
Shuffleboard.startRecording()method does not start recording. The method works great when connected directly to the robot in the shop but does not work at competitions.To Reproduce
Steps to reproduce the behavior:
Shuffleboard.startRecording()toautonomousInit()Shuffleboard.stopRecording()todisabledInit()Expected behavior
Recording data is created from Shuffleboard.
Actual behavior
No recordings are created.
Desktop:
Workaround
The Drive Team can manually start the recording by pressing the record button before the match starts.