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.