Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.65 KB

File metadata and controls

37 lines (26 loc) · 1.65 KB

525 Swartdog — Rebuilt Robot Code

This repository contains the robot code for Team 525 (Swartdogs) for the Rebuilt game season.

Testing and simulation

  • Using Epilogue for logging.
  • Using AdvantageScope to test values with simulation before in the real world.
  • Using PathPlanner and Choreo for pathplanning.

Dependencies

Workflow

This repo is team-owned, only team members should contribute.

  1. Create a branch off main or the current branch for team focus, as relevant. Name said brach based upon what is being worked on, like flywheel-sim for flywheel simulation.
  2. Implement code or other changes, usually alongside others.
  3. Open a pull request and request review from mentors and peers.

Write commits in the format of "this commit did ___".

Troubleshooting

  • Inspect robot.log or 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.