#include <argos_lib/general/log.h>
#include <constants/field_points.h>
#include <ctre/Phoenix.h>
#include <frc/util/Color.h>
#include <frc2/command/SubsystemBase.h>
#include "argos_lib/config/config_types.h"
#include "argos_lib/general/color.h"
#include <chrono>
#include <functional>
Go to the source code of this file.
|
| enum class | LedGroup { SIDES
, BACK
, FRONT
} |
| |
| enum class | LedStrip {
FrontLeft
, FrontRight
, SideFront
, SideBack
,
BackRight
, BackLeft
} |
| |
| enum class | AlignLedStatus { NoTarget
, FlashLeft
, FlashRight
, Aligned
} |
| |
◆ AlignLedStatus
| Enumerator |
|---|
| NoTarget | |
| FlashLeft | |
| FlashRight | |
| Aligned | |
◆ LedGroup
- Copyright
- Copyright (c) Argos FRC Team 1756. Open Source Software; you can modify and/or share it under the terms of the license file in the root directory of this project.
| Enumerator |
|---|
| SIDES | |
| BACK | |
| FRONT | |
◆ LedStrip
| Enumerator |
|---|
| FrontLeft | |
| FrontRight | |
| SideFront | |
| SideBack | |
| BackRight | |
| BackLeft | |