We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0766d0e commit 26f3a99Copy full SHA for 26f3a99
photon-core/src/main/java/org/photonvision/vision/processes/PipelineManager.java
@@ -66,7 +66,7 @@ public class PipelineManager {
66
67
this.driverModePipeline.setSettings(driverSettings);
68
69
- if (userPipelines.isEmpty()) addPipeline(PipelineType.Reflective);
+ if (userPipelines.isEmpty()) addPipeline(PipelineType.AprilTag);
70
71
calibration3dPipeline = new Calibrate3dPipeline();
72
0 commit comments