MARSProgramming / M15

This repo houses the code for MARVIN XV which plays the 2022 FRC game Rapid React
2 stars 0 forks source link

Use Pose Estimation In Case of Target Loss #5

Open WVGman opened 2 years ago

WVGman commented 2 years ago

Use pose estimation on the field to try to align the turret whenever the limelight doesn't have a target (which should be relatively rare). This would probably just be implemented by finding the angle of the robot to the target and sending a signal to the turret to move to the general vicinity. If the limelight finds the target, we should use that as priority over the pose calculation.