#include <frc/commands/Subsystem.h>
#include "RobotMap.h"
#include <Commands/ControlHatchGripper.h>
#include <frc/DoubleSolenoid.h>
#include <frc/WPILib.h>
Go to the source code of this file.