FRO5401 / Crescendo2024

0 stars 0 forks source link

Shooter #15

Closed KingsUchiha closed 9 months ago

KingsUchiha commented 9 months ago

Description

Shooter PID constants have been tested and assigned.

Related Issue

Motivation and Context

This pull request prevents the shooter's velocity from oscillating when pressing the feed buttons.

Changes Made

In the shooter constants, kF now equals 0.00017, kP now equals 0.00015, and kD now equals 0.00000.

Screenshots (if applicable)

How to Test

Connect to a robot to deploy the code on it. Connect an Xbox controller to the operator port. Enable the robot and press B to slowly feed, press A to quickly feed, and press X to stop the shooter motors.

Checklist

Additional Notes