1
0
Fork 0
mirror of https://github.com/Team488/TeamXbot2026.git synced 2026-06-20 18:25:40 -07:00
No description
  • Java 98.5%
  • PowerShell 1.5%
Find a file
Jun Jie Huang 8f008706d1
Refactor Auto Folder (#426)
* refactor: rename auto folder and move pathplanner autos in pathplanner folder

* feat: add vision-based command groups for shooting from hub and trench, and refactor collect and shoot command

* fix: correctly import java files
2026-06-04 21:33:12 -07:00
.github Add github actions CI flow (#350) 2026-03-28 14:28:48 -07:00
.idea Initial commit 2026-01-13 18:27:52 -08:00
.run Oscilating intake while shooting (#360) 2026-04-04 12:13:49 -07:00
.vscode IntakeDeploy: Fix calibrate down (#233) 2026-03-07 15:59:46 -08:00
.wpilib Initial commit 2026-01-13 18:27:52 -08:00
AdvantageScope Fix 2x auto not stopping feeders after firing (#390) 2026-04-06 20:26:14 -07:00
Competition/DriverStationScripts Initial commit 2026-01-13 18:27:52 -08:00
config/checkstyle Replace SCL submodule with package maven reference (#75) 2026-02-07 10:24:53 -08:00
elastic-layout Depo outpost auto yay (#413) 2026-04-11 11:58:54 -07:00
gradle/wrapper Upgrade to gradle 8.14.3 to align with WPILib (#115) 2026-02-14 14:40:59 -08:00
lib/log4jConfig Initial commit 2026-01-13 18:27:52 -08:00
src Refactor Auto Folder (#426) 2026-06-04 21:33:12 -07:00
vendordeps Using PathPlannerLib to generate trajectories for autos (#344) 2026-04-09 07:31:06 -07:00
.checkstyle Initial commit 2026-01-13 18:27:52 -08:00
.gitignore Script to fetch logs over the network (#381) 2026-04-07 19:40:34 -07:00
azure-pipelines.yml Speed up build by skipping unnecessary SCL build steps (#41) 2026-01-25 20:15:59 -08:00
build.gradle Using PathPlannerLib to generate trajectories for autos (#344) 2026-04-09 07:31:06 -07:00
CLAUDE.md Replace SCL submodule with package maven reference (#75) 2026-02-07 10:24:53 -08:00
fetch-logs.ps1 Script to fetch logs over the network (#381) 2026-04-07 19:40:34 -07:00
gradlew Upgrade to gradle 8.14.3 to align with WPILib (#115) 2026-02-14 14:40:59 -08:00
gradlew.bat Upgrade to gradle 8.14.3 to align with WPILib (#115) 2026-02-14 14:40:59 -08:00
logo.jpg Readme logo (#1) 2026-01-15 18:47:16 -08:00
README.md Update SCL to version that will allow fetching sources, javadoc (#81) 2026-02-07 12:28:37 -08:00
settings.gradle Replace SCL submodule with package maven reference (#75) 2026-02-07 10:24:53 -08:00

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.