|
2024-Robot
Robot code for 2024 FRC season by Argos, FRC team #1756
|
#include <frc/PneumaticsModuleType.h>#include <units/length.h>#include <units/time.h>#include <units/velocity.h>#include <string>#include "constants/addresses.h"#include "constants/control_loops.h"#include "constants/encoders.h"#include "constants/feature_flags.h"#include "constants/interpolation_maps.h"#include "constants/measure_up.h"#include "constants/motors.h"#include "networktables/NetworkTable.h"#include "networktables/NetworkTableInstance.h"Go to the source code of this file.
Namespaces | |
| namespace | speeds |
| namespace | speeds::drive |
| namespace | indexes |
| namespace | indexes::swerveModules |
| namespace | paths |
| namespace | networkTables |
| namespace | networkTables::swerveHomes |
| namespace | networkTables::swerveHomes::keys |
| namespace | leds |
| namespace | camera |
Enumerations | |
| enum class | ApproachDirection { Increasing , Decreasing } |
| Designate the threshold approach direction. More... | |
|
strong |