Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gofirst-robotics/ri3d-2025
Official code from the UMN Robotics team for the 2025 Ri3D season!
https://github.com/gofirst-robotics/ri3d-2025
frc java ri3d wpilib
Last synced: 1 day ago
JSON representation
Official code from the UMN Robotics team for the 2025 Ri3D season!
- Host: GitHub
- URL: https://github.com/gofirst-robotics/ri3d-2025
- Owner: GOFIRST-Robotics
- License: mit
- Created: 2024-12-18T20:13:48.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2024-12-18T20:19:58.000Z (4 days ago)
- Last Synced: 2024-12-18T21:23:38.133Z (4 days ago)
- Topics: frc, java, ri3d, wpilib
- Language: Java
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ri3D-2025
Official code from the UMN Robotics team for the 2025 Ri3D/FRC season!
Our robot subsystems include:
1) **Drivetrain:** We chose to use a tank drive this year, and our available drivetrain commands include driving a specific distance, turning to a specific angle using a NavX gyroscope, and autonomously aiming at an Apriltag target and driving within range of it.
2) **Intake:** The intake subsystem is responsible for collecting game elements from the floor. We chose to go with an intake powered by two NEO 550 motors, as it proved to be effective.
5) **Climber:** Our climber is a modified (cut shorter) climber in the box from Andymark, powered by a NEO motor that is heavily geared down.
6) **Vision:** We are running a Photonvision pipeline on a Raspberry Pi 3 B+ to detect Apriltags, and we can track and follow either the nearest Apriltag or an Apriltag with a specific ID.
7) **LED Subsystem:** We wrote code for controlling RGB LED strips using a REV Blinkin LED driver to add some extra bling to our robot!
8) **Power Subsystem:** This subsystem is for reading data from the REV PDH, such as the current draw of specific channels.
How to get set up for FRC programming:
1) Install the latest 2025 release of WPILib and the latest 2025 release of the NI FRC Game tools.
2) Use this open-source Ri3D repository as a template for your code if you'd like! :)Our project is created using the "Timed Robot" template/style and our code is written in Java.