mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 00:38:05 -06:00
schtuff
This commit is contained in:
@@ -45,7 +45,7 @@ public class VisionOdometry extends SubsystemBase {
|
||||
public VisionOdometry(SwerveDrive drive, Turret shooter) {
|
||||
// do{
|
||||
m_camera = new PhotonCamera(VisionConstants.NAME);
|
||||
// }while(m_camera.getLatestResult().getLatencyMillis() == 0.d);
|
||||
// } while (m_camera.getLatestResult().getLatencyMillis() == 0.d);
|
||||
m_drive = drive;
|
||||
m_shooter = shooter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user