mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-01 02:41:42 +00:00
Fix Aruco leak + remove old tag families (#1661)
- Remove 16h5 - Fix leak in ArucoPoseEstimatorPipe
This commit is contained in:
@@ -11,8 +11,7 @@ export enum PipelineType {
|
||||
|
||||
export enum AprilTagFamily {
|
||||
Family36h11 = 0,
|
||||
Family25h9 = 1,
|
||||
Family16h5 = 2
|
||||
Family16h5 = 1
|
||||
}
|
||||
|
||||
export enum RobotOffsetPointMode {
|
||||
|
||||
Reference in New Issue
Block a user