The main program that will be run on the actual robot when the code is deployed to it, can be used to run robotContainer.py which has most of the infastructure
Main repository
- NONE
Holds most of the robot's input commands, this is where you should put your controller commands to make the robot do stuff
Main repository
- NONE
Holds all the constants that are needed for the robot to follow,
- NONE
For the different components that are being controlled by the robot, such as the driving motors being one subsytem, vision being another, and manipulators (arms/hands) being another
Main repository
Will hold your commands for the robot that will be used to control how the robot acts, most commands are only linked with one button that controls the robot to do a single thing such as rotate robot arm or interact with apriltags
Main repository
While the button input is being held, it will run on a timer to move forward and backward on a steady beat
Main repository / commands
While the button input is being held, it will run on a timer to move forward while turning left and right like a snake
Main repository / commands
Will move the robot straight forward as long as the button input is being held
Main repository / commands