team581 / 2024-offseason-comp

Team 581's robot software for our competition robot from the 2024 FRC offseason
2 stars 0 forks source link

Update control scheme to remove operator controls #38

Closed jonahsnider closed 3 months ago

jonahsnider commented 4 months ago

This offseason, Titan is going to be updated so that it can be controlled by a single driver. This means that all core robot functionality needs to be usable from just the driver controller.

Things that are less used (ex. unjam, outtake via intake, etc.) could be kept on the operator controller, so that if needed the driver can grab that controller to press the buttons if needed.

Steps: