FTC7393 / FtcRobotController

BSD 3-Clause Clear License
3 stars 1 forks source link

Make Auto Init Telemetry show strategy options selected #45

Closed robot256 closed 1 year ago

robot256 commented 1 year ago

Make sure Auto Op shows telemetry during init of all the options that are changed for each match, so the user can verify them.

icanc0 commented 1 year ago

its also possible to use some characters to represent the field, with the position of our robot and side, then have words in the middle so we're not confused.

quick fix with 5de3c665

robot256 commented 1 year ago

Nice text. It needs to be in the while loop that monitors camera output (before drive.update()) so it doesn't get overwritten.

Also need to update it with the new option framework (conestofetch becomes dobonusfetch).

icanc0 commented 1 year ago

moved the options logging into the loop with 58925a4b