sonic-howl / frc2024

LCCHS' repository for the FRC 2024 season
1 stars 0 forks source link

Move to Pose #41

Closed Portnord closed 5 months ago

Portnord commented 9 months ago

🚀 Summary:

Add capability to command movement to a specific field location.

📜 Tasks:

Portnord commented 8 months ago

Correction to make: The field constants aren't correctly computing shooting distances. All distances in inches need to be added together before multiplying by the conversion to meters.

Portnord commented 8 months ago

Correction: The x and y inputs in the driveteam file should not be inverted for just red alliance inputs. They should invert only for red alliance input when we are in field oriented mode. Should probably be done in robot or swerve drive instead.

Portnord commented 8 months ago

Correction: Should force field oriented TPV when commanding move to pose

Portnord commented 8 months ago

Correction: Move to pose for pickups crashes, Rotation2D constructors need parentheses.

Portnord commented 5 months ago

Still testing, accidentally closed.