Swartdogs / ParadeCode

Robot code for Team 525's outreach/offseason "Parade Robot"
GNU General Public License v3.0
0 stars 0 forks source link

Implement Controls for the Robot #9

Open CanineSatsuma6 opened 2 years ago

CanineSatsuma6 commented 2 years ago

Now that all of the commands and subsystems are created, we need to tie everything together and assign controls. This happens in the RobotContainer for the project.

In RobotContainer, create an instance of each of our subsystems, and assign controls to each of the robots functions by tying a joystick button binding to one of the commands we've created. The exact button bindings/controls are determined by the drive strategy group.

chexbox commented 1 year ago

It appears that this was never pushed to the repo