Team3256 / FRC_Programming_2022

Team 3256's 2022 FRC Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adapt Shooter to Distance Interpolation

StarDylan opened this issue · comments

So we have super limited time, we might not be able to do the whole IK and Velocity/Angle Calibration function.

For now let's create the option of just interpolating between Hood Angles / Flywheel Rpm that we find go into the goal based on distance.

So we will capture points like this, we just need to linear interpolate (Distance) -> (Hood Angle, Flywheel RPM)