Skip to content

Commit

Permalink
Add docs for 2025 KitBot
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Jan 6, 2025
1 parent cac7312 commit 16b7815
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 1

# 2025 KitBot Template

The 2025 KitBot template is designed for robots based on the design of the 2025 [FIRST KitBot](https://www.firstinspires.org/resource-library/frc/kitbot). It includes all of the features of the [differential drive template](./diff-drive-template.md), along with ???. It supports a wide variety of hardware, including Spark Max/Flex, Talon SRX, and TalonFX controllers along with the navX, Pigeon 2, and similar gyros.
The 2025 KitBot template is designed for robots based on the design of the 2025 [FIRST KitBot](https://www.firstinspires.org/resource-library/frc/kitbot). It includes all of the features of the [differential drive template](./diff-drive-template.md), along with the roller subsystem and a simple autonomous routine. It supports a wide variety of hardware, including Spark Max/Flex, Talon SRX, and TalonFX controllers along with the navX, Pigeon 2, and similar gyros.

:::info
The AdvantageKit 2025 KitBot template is **open-source** and **fully customizable**:
Expand All @@ -21,4 +21,6 @@ The AdvantageKit 2025 KitBot template is **open-source** and **fully customizabl

2. Set up the drive subsystem using the instructions found [here](./diff-drive-template.md#setup).

3. ???
3. In the constructor of RobotContainer, switch the IO implementation instantiated for the rollers based on your chosen hardware. The default is the Talon SRX.

4. In `RollerConstants`, update the device CAN ID to the correct CAN ID of the motor controller (as configured in Phoenix Tuner or REV Hardware Client)

0 comments on commit 16b7815

Please sign in to comment.