frc2399 / 2023-Season

Other
2 stars 2 forks source link

Ideas for 1.5 piece engage command #104

Open edf42001 opened 1 year ago

edf42001 commented 1 year ago

Just of collection of things my brain has thought about:

edf42001 commented 1 year ago

If you think about it, yesterday was the first time we really got to test autos for real. What a learning experience! My take aways were: Don't be afraid to make big changes, and don't be afraid to go slow. Once it works it can be dialed in. (You might have took away different lessons :+1:)

Here's a few random thoughts.

if (on red alliance) {
targetAngle = -targetAngle;
}

At the end, if you want to save time you could:

Other things

edf42001 commented 1 year ago

I think you've successfully completed this issue.Only thing would be to crank the dial up on the slowness at which the robot approaches picking up a 1.5th cone, to avoid knocking it over. Or try a tipped cone. If 1.5 cone is an extra autonomous you wanted.