- Drive around using mecanum wheel system [ Drive subsystem ]
- Get a hold of a crate about 3 feet x 2 feet [ Arm subsystem ]
- Pick up the crate and place it on an overhead shelf [ Elevator subsystem ]
-
Drive subsystem
- Mecanum wheels
- 4 Talon SRX speed controllers
-
Arm subsystem
- Steel arms that open and close
- Solenoid to control the arm movement
-
Sweep subsystem *
- Solenoid to control the sweeping movement
-
Elevator subsystem
- Steel lift/elevator system that are controlled by pneumatics
- Limit switch to control extent of motion of the elevator
- Clone the repository
- Run
gradlew eclipsefor Eclipse, orgradlew ideafor IntelliJ (Linux/Mac users should use./gradlewinstead ofgradlew.) - Edit the
build.gradlefile to reflect your desired configuration (e.g. changing the team number)
To build this module, simply run gradlew build.
To deploy this module to your Robot, simply run gradlew deploy.
If you haven't already, you can deploy Toast to your Robot by running gradlew toastDeploy.