WPILibC++
2024.3.2
AprilTagFields.h
Go to the documentation of this file.
1
// Copyright (c) FIRST and other WPILib contributors.
2
// Open Source Software; you can modify and/or share it under the terms of
3
// the WPILib BSD license file in the root directory of this project.
4
5
#pragma once
6
7
#include <string_view>
8
9
#include <
wpi/SymbolExports.h
>
10
11
namespace
frc
{
12
13
/**
14
* Loadable AprilTag field layouts.
15
*/
16
enum class
AprilTagField
{
17
/// 2022 Rapid React.
18
k2022RapidReact
,
19
/// 2023 Charged Up.
20
k2023ChargedUp
,
21
/// 2024 Crescendo.
22
k2024Crescendo
,
23
24
// This is a placeholder for denoting the last supported field. This should
25
// always be the last entry in the enum and should not be used by users
26
kNumFields
,
27
};
28
29
}
// namespace frc
SymbolExports.h
frc
Definition:
AprilTagPoseEstimator.h:15
frc::AprilTagField
AprilTagField
Loadable AprilTag field layouts.
Definition:
AprilTagFields.h:16
frc::AprilTagField::k2024Crescendo
@ k2024Crescendo
2024 Crescendo.
frc::AprilTagField::k2023ChargedUp
@ k2023ChargedUp
2023 Charged Up.
frc::AprilTagField::k2022RapidReact
@ k2022RapidReact
2022 Rapid React.
frc::AprilTagField::kNumFields
@ kNumFields
frc
apriltag
AprilTagFields.h
Generated on Wed Mar 13 2024 05:20:40 for WPILibC++ by
1.9.4