mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-04 03:11:40 +00:00
Add 3D tracking of the 2025 Algae in Colored Shape pipelines (#1756)
This commit is contained in:
@@ -108,6 +108,25 @@ public enum TargetModel implements Releasable {
|
||||
-Units.inchesToMeters(9.5) / 2,
|
||||
-Units.inchesToMeters(9.5) / 2)),
|
||||
0),
|
||||
k2025Algae(
|
||||
List.of(
|
||||
new Point3(
|
||||
-Units.inchesToMeters(16.25) / 2,
|
||||
-Units.inchesToMeters(16.25) / 2,
|
||||
-Units.inchesToMeters(16.25) / 2),
|
||||
new Point3(
|
||||
-Units.inchesToMeters(16.25) / 2,
|
||||
Units.inchesToMeters(16.25) / 2,
|
||||
-Units.inchesToMeters(16.25) / 2),
|
||||
new Point3(
|
||||
Units.inchesToMeters(16.25) / 2,
|
||||
Units.inchesToMeters(16.25) / 2,
|
||||
-Units.inchesToMeters(16.25) / 2),
|
||||
new Point3(
|
||||
Units.inchesToMeters(16.25) / 2,
|
||||
-Units.inchesToMeters(16.25) / 2,
|
||||
-Units.inchesToMeters(16.25) / 2)),
|
||||
0),
|
||||
// 2023 AprilTag, with 6 inch marker width (inner black square).
|
||||
@JsonAlias({"k6in_16h5"})
|
||||
kAprilTag6in_16h5(
|
||||
|
||||
Reference in New Issue
Block a user