FtcRobotController icon indicating copy to clipboard operation
FtcRobotController copied to clipboard

Competition Mode

Open ATK422 opened this issue 1 year ago • 8 comments

Currently there is no way to enable/disable features during runtime to make a program competition legal. This makes development a pain when working with vision based algorithms (Cannot view camera stream if op mode is running) or developing external software (such as ftc dashboard). Adding a toggle that could be viewed in the sdk would fix this. A simple toggle in the driver station app would suffice or you could make a more advanced one (I. E. Time Locked/Password Locked).

ATK422 avatar Dec 14 '23 00:12 ATK422