🚀 Summary:
Rotate to an angle specified by the driver. Using the D-pad on the controller, the robot should be able to be rotated to an angle like 45deg with about 3deg of tolerance.
📜 Tasks:
[ ] Get The D-pad presses
[ ] Create a tuned PID controller (specifically a HolonomicDriveController)
[ ] Calculate turn speed using that PID controller and rotate to that angle
🚀 Summary: Rotate to an angle specified by the driver. Using the D-pad on the controller, the robot should be able to be rotated to an angle like 45deg with about 3deg of tolerance.
📜 Tasks:
HolonomicDriveController
)