This repository contains the robot code for Team 525 (Swartdogs) for the Rebuilt game season.
- Using Epilogue for logging.
- Using AdvantageScope to test values with simulation before in the real world.
- Using PathPlanner and Choreo for pathplanning.
- Recommended:
- Alternative minimal install for viewing only; (Unsupported, lacks vendor dependency management):
- Java Development Kit (JDK) 17.
- Note that the JRE is insufficient; the full JDK is required.
- WPILib VsCode Extension
- (Optional) Extension Pack for Java
- Java Development Kit (JDK) 17.
This repo is team-owned, only team members should contribute.
- Create a branch off
mainor the current branch for team focus, as relevant. Name said brach based upon what is being worked on, likeflywheel-simfor flywheel simulation. - Implement code or other changes, usually alongside others.
- Open a pull request and request review from mentors and peers.
Write commits in the format of "this commit did ___".
- Inspect
robot.logor console output for stack traces. - Review WPILib documentation.
- Check WPILib tools to ensure the right dependencies are being used.
- Check with mentors.
- If deploy fails, confirm the RoboRIO and Driver Station are on the same network and that the RoboRIO IP resolves.