|
2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
|
#include "RobotContainer.h"#include <argos_lib/commands/swap_controllers_command.h>#include <argos_lib/controller/trigger_composition.h>#include <argos_lib/general/angle_utils.h>#include <argos_lib/general/color.h>#include <argos_lib/general/swerve_utils.h>#include <frc/DriverStation.h>#include <frc/RobotState.h>#include <frc/shuffleboard/Shuffleboard.h>#include <frc/smartdashboard/SmartDashboard.h>#include <frc2/command/CommandScheduler.h>#include <frc2/command/InstantCommand.h>#include <frc2/command/ParallelCommandGroup.h>#include <frc2/command/RunCommand.h>#include <frc2/command/SequentialCommandGroup.h>#include <frc2/command/WaitCommand.h>#include <frc2/command/WaitUntilCommand.h>#include <frc2/command/button/Trigger.h>#include <units/length.h>#include <constants/field_points.h>#include <constants/scoring_positions.h>#include <Constants.h>#include <cmath>#include <memory>#include <optional>#include "argos_lib/subsystems/led_subsystem.h"#include "commands/drive_to_position.h"#include "commands/set_arm_pose_command.h"#include "utils/custom_units.h"