Team-OKC-Robotics / FRC-2023

The FRC team #2718 Team OKC Robotics code for the 2023 season
Other
2 stars 0 forks source link

Field Oriented Scoring #51

Closed jkleiber closed 1 year ago

jkleiber commented 1 year ago

Summary Whenever the driver/operator wants to score a game piece, they should not have to think about which side of the robot to move the arm to. Instead, the robot should move to the correct side automatically based on the robot's knowledge of its orientation on the field.

The objective of this issue is to add field oriented scoring to our teleop capability. Field oriented meaning knowledge of which way the robot is facing relative to the field based on its gyro/IMU heading

Work to Do

danielbrownmsm commented 1 year ago

@jkleiber this should be done now, yeah?

jkleiber commented 1 year ago

This is done and we can close it with the understandimg that we need to merge #64