-
Notifications
You must be signed in to change notification settings - Fork 1
Open
0 / 20 of 2 issues completedLabels
enhancementNew feature or requestNew feature or request
Description
export const ENABLED_KEYS = [
"/DriverStation/Enabled",
"NT:/AdvantageKit/DriverStation/Enabled",
"DS:enabled",
"/DSLog/Status/DSDisabled",
"RobotEnable", // Phoenix
"NT:/FMSInfo/FMSControlData",
"RUNNING"
];
export const AUTONOMOUS_KEYS = [
"/DriverStation/Autonomous",
"NT:/AdvantageKit/DriverStation/Autonomous",
"DS:autonomous",
"/DSLog/Status/DSTeleop",
"RobotMode", // Phoenix
"NT:/FMSInfo/FMSControlData"
];
export const ALLIANCE_KEYS = [
"/DriverStation/AllianceStation",
"NT:/AdvantageKit/DriverStation/AllianceStation",
"NT:/FMSInfo/IsRedAlliance"
];
export const DRIVER_STATION_KEYS = [
"/DriverStation/AllianceStation",
"NT:/AdvantageKit/DriverStation/AllianceStation",
"NT:/FMSInfo/StationNumber"
];
export const JOYSTICK_KEYS = ["/DriverStation/Joystick", "NT:/AdvantageKit/DriverStation/Joystick", "DS:joystick"];
export const SYSTEM_TIME_KEYS = [
"/SystemStats/EpochTimeMicros",
"NT:/AdvantageKit/SystemStats/EpochTimeMicros",
"systemTime"
];
export const AKIT_TIMESTAMP_KEYS = ["/Timestamp", "NT:/AdvantageKit/Timestamp"];
export const METADATA_KEYS = [
"/Metadata",
"/RealMetadata",
"/ReplayMetadata",
"NT:/Metadata",
"NT:/AdvantageKit/RealMetadata",
"NT:/AdvantageKit/ReplayMetadata"
];
export const EVENT_KEYS = [
"/DriverStation/EventName",
"NT:/AdvantageKit/DriverStation/EventName",
"NT:/FMSInfo/EventName"
];
export const MATCH_TYPE_KEYS = [
"/DriverStation/MatchType",
"NT:/AdvantageKit/DriverStation/MatchType",
"NT:/FMSInfo/MatchType"
];
export const MATCH_NUMBER_KEYS = [
"/DriverStation/MatchNumber",
"NT:/AdvantageKit/DriverStation/MatchNumber",
"NT:/FMSInfo/MatchNumber"
];Sub-issues
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request