#ifndef AUTONOMOUS_H #define AUTONOMOUS_H #include "Commands/CommandGroup.h" #include "../../CommandBase.h" #include "../../DentRobot.h" #include "WPILib.h" class Autonomous: public CommandGroup{ public: Autonomous(); }; #endif