2
0
mirror of https://github.com/team2059/Dent synced 2025-01-07 22:14:14 -05:00
dent/Commands/Test/CheckRobot.h

21 lines
315 B
C
Raw Normal View History

2015-02-08 12:13:57 +00:00
#ifndef CHECKROBOT_H
#define CHECKROBOT_H
#include "Commands/CommandGroup.h"
#include "../../CommandBase.h"
#include "../../DentRobot.h"
#include "WPILib.h"
2015-03-01 17:19:00 -05:00
/**
* @brief TODO
*/
2015-02-08 12:13:57 +00:00
class CheckRobot: public CommandGroup{
public:
2015-03-01 17:19:00 -05:00
/**
* @brief TODO
*/
2015-02-08 12:13:57 +00:00
CheckRobot();
};
#endif
2015-02-13 16:08:19 +00:00
// vim: ts=2:sw=2:et