Skip to content

The Robot code for the 2025 FIRST Robotics Competition Season Reefscape

Notifications You must be signed in to change notification settings

ExcaliburFRC/Reefscape2025

Repository files navigation

🤖 Excalibur #6738 - Reefscape 2025 Code Repository

By the Excalibur FRC Software Team ⚔️


📌 About This Repository

This is the official codebase for our FRC 2025 Reefscape Season robot — Percival.
It includes complete logic for:

  • ✅ Robot movement
  • ✅ Subsystem control
  • ✅ Automation & autonomous modes
  • ✅ Command bindings and more!

🛡️ Meet Our Robot: Percival

Percival is our proud warrior for the 2025 season. It will represent us in:

  • 🇮🇱 ISR District #1
  • 🇮🇱 ISR District #4
  • 🏆 ISR DCMP
  • 🌍 Houston Championship – Newton Division

📷 Robot Snap

Percival


📁 Project Structure

Here's an overview of our code layout:

src/
└── main/
    └── java/
        └── frc/
            ├── excalib / ...
            └── robot/
                ├── Main.java
                ├── Robot.java
                ├── RobotContainer.java
                ├── Constants.java

                ├── automations/
                            ├── Automations.java
                            ├── IntakeState.java
                            ├── ScoreState.java 
                            └── Constants.java

                ├── subsystems/
                            ├── elevator/
                            │   ├── Elevator.java
                            │   └── Constants.java
                            ├── Arm/
                            │   ├── Arm.java
                            │   └── Constants.java
                            ├── Algae/
                            │   ├── AlgaeSystem.java
                            │   └── Constants.java
                            └── Coral/
                            │   ├── CoralSystem.java
                            │   └── Constants.java

                ├── superstructure/
                            ├── Superstructure.java
                            ├── State.java (Enum)
                            └── Constants.java

                └── automations /
                            ├── Automations.java
                            ├── Constants.java
                            ├── IntakeState.java (Enum)
                            ├── ScoreState.java (Enum)
                            └──  Slice.java (Enum)

🔗 Follow Us!

Stay up to date with our team and events:


We code, we fight, we rise — Team Excalibur #6738 ⚔️

About

The Robot code for the 2025 FIRST Robotics Competition Season Reefscape

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages