Skip to content

FRC Team 612 Infinite Recharge code repository.

Notifications You must be signed in to change notification settings

Team612/612-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

612 Robot 2020

Chantilly Robotics Team 612 Repository for 2020 Infinite Recharge

Robot Description

  • Deposit: lower port, 4-5 balls per cycle
  • Climb: consistent pneumatic climb during endgame
  • Drive: West coast drive, able to drive through trench
  • Color Wheel: consistent stage one and two color wheel

File Structure

team612.java.frc.robot - Parent package for all robot code
    /commands - Contains subfolders for robot functionality
    /controls - Contains ControlMap.java which stores all button configurations
    /subsystems - Contains classes for sensor/motor initialization, and robot functionality
    Constants.java - Contains port configuration for all sensors/motors
    Main.java - Contains gradle initialization for robot deploying
    Robot.java - Contains main loop for robot code and scheduler
    RobotContainer.java - Contains button bindings, subsystem objects, and default commands

Software Dependencies

About

FRC Team 612 Infinite Recharge code repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages