Skip to content

Team488/TeamXbot2026

Repository files navigation

Team 488 - 2026 Robot Project

Build Status

Robot Picture

Getting Started

For Most Students (Simple Setup)

git clone <this-repo-url>
cd TeamXbot2026
./gradlew build

For Library Developers (Advanced Setup)

If you're working on changes to SeriouslyCommonLib and want to test them in this robot code:

# Clone both repositories side-by-side
git clone <this-repo-url> TeamXbot2026
git clone <library-repo-url> SeriouslyCommonLib

# Build with local library (add the flag to use local instead of Maven)
cd TeamXbot2026
./gradlew build -DuseLocalCommonLib=true

All changes to the local SeriouslyCommonLib are rebuilt automatically when using the flag.

Once your change to SeriouslyCommonLib has been merged, you need to update the SeriouslyCommonLib version number. Open the build.gradle file and update the value of SeriouslyCommonLibVersion to the latest new version and make sure it includes your changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Generated from Team488/FRCRobotTemplate