#ifndef CHECKROBOT_H #define CHECKROBOT_H #include "Commands/CommandGroup.h" #include "../../CommandBase.h" #include "../../DentRobot.h" #include "WPILib.h" /** * @brief TODO */ class CheckRobot: public CommandGroup{ public: /** * @brief TODO */ CheckRobot(); }; #endif // vim: ts=2:sw=2:et