Example Repos
Here are some example repositories that use Ivy. Each link below points to a specific file that demonstrates Ivy usage.
#22131 Traffic Cones
- CommandOpMode.java — base OpMode class wrapping the Scheduler
- Robot.java — central robot class building commands with
CommandBuilder - Intake.java — subsystem defining commands with
Commands.* - Shooter.java — subsystem using
CommandBuilderandCommands - Auto15.java — autonomous OpMode using
Groups.sequentialandPedroCommands
#365 MOE
- Auto.java — autonomous using lots of compositions and Pedro commands
- Tele.java — teleop example
- IntakingState.java — example usage within a finite state machine
#12649 Code Blooded
- RobotOpMode.java — base OpMode class that integrates the Scheduler
- Intake.java — subsystem defining commands with
Commands.* - Turret.java — subsystem using
Commands.infinitefor continuous control - BlueClose15Full.java — autonomous OpMode scheduling command sequences
- CompetitionTeleOp.java — teleop OpMode scheduling commands from subsystems
Last updated on