mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-23 01:21:40 +00:00
Add 36h11 tag model for 2024 (#951)
* Add 36h11 model * Formatting fixes * Match frontend TargetModel enum with backend * fix target model merge * Update TargetModel.java --------- Co-authored-by: Sriman Achanta <68172138+srimanachanta@users.noreply.github.com>
This commit is contained in:
@@ -21,15 +21,16 @@ export enum RobotOffsetPointMode {
|
||||
}
|
||||
|
||||
export enum TargetModel {
|
||||
InfiniteRechargeHighGoalOuter = 0,
|
||||
InfiniteRechargeHighGoalInner = 1,
|
||||
DeepSpaceDualTarget = 2,
|
||||
StrongholdHighGoal = 0,
|
||||
DeepSpaceDualTarget = 1,
|
||||
InfiniteRechargeHighGoalOuter = 2,
|
||||
CircularPowerCell7in = 3,
|
||||
RapidReactCircularCargoBall = 4,
|
||||
StrongholdHighGoal = 5,
|
||||
Apriltag_200mm = 6,
|
||||
Aruco6in_16h5 = 7,
|
||||
Apriltag6in_16h5 = 8
|
||||
Apriltag_200mm = 5,
|
||||
Aruco6in_16h5 = 6,
|
||||
Apriltag6in_16h5 = 7,
|
||||
Aruco6p5in_36h11 = 8,
|
||||
Apriltag6p5in_36h11 = 9
|
||||
}
|
||||
|
||||
export interface PipelineSettings {
|
||||
|
||||
Reference in New Issue
Block a user