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
11namespace frc {
12
13/**
14 * Loadable AprilTag field layouts.
15 */
16enum class AprilTagField {
17 /// 2022 Rapid React.
19 /// 2023 Charged Up.
21 /// 2024 Crescendo.
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
27};
28
29} // namespace frc
Definition: AprilTagPoseEstimator.h:15
AprilTagField
Loadable AprilTag field layouts.
Definition: AprilTagFields.h:16
@ k2024Crescendo
2024 Crescendo.
@ k2023ChargedUp
2023 Charged Up.
@ k2022RapidReact
2022 Rapid React.