https://github.com/robotpy/2026-kitbot
RobotPy port of the 2026 kitbot code
https://github.com/robotpy/2026-kitbot
Last synced: 5 months ago
JSON representation
RobotPy port of the 2026 kitbot code
- Host: GitHub
- URL: https://github.com/robotpy/2026-kitbot
- Owner: robotpy
- Created: 2026-01-10T20:19:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-10T21:50:24.000Z (6 months ago)
- Last Synced: 2026-01-11T06:13:58.990Z (5 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
2026 Kitbot code for RobotPy
============================
This code is an AI-generated translation of the Java code at https://www.firstinspires.org/resources/library/frc/kitbot. It has been manually verified that it matches the Java code, but it has not been tested on a real robot.
Refer to the RobotPy documentation (https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/python-setup.html) to get started.
Quickstart
----------
Install Python 3.14. Then:
```
python3 -m pip install 'robotpy~=2026.0'
cd 2026KitBotCLasses
python3 -m robotpy sync
```
See the FRC python documentation for details about testing, deploy, etc.