Skip to content

Repository files navigation

2026 Rebuilt

The code for Team 167 Children of the Corn's 2026 Rebuilt robot.

Software Env and Tools

Useful Gradle commands:

# Compile the code
# Equivalent to `WPILib: Build Robot Code` in VS Code command palette
$ ./gradlew build

# Run simulation
# Equivalent to `WPILib: Simulate Robot Code` in VS Code command palette
$ ./gradlew simulateJava

# Deploy code to robot
# Equivalent to `WPILib: Deploy Robot Code` in VS Code command palette
$ ./gradlew deploy

# Run replay - have log open in AdvantageScope
$ ./gradlew simulateJava -P replay

# Apply autoformatter (will also check syntax)
$ ./gradlew spotlessApply

About

No description, website, or topics provided.

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages