Lots of includes and a LogData() embryo

This commit is contained in:
Aidan Ferguson 2016-02-10 20:43:09 -05:00
parent f5e438f15f
commit 4a6b8c74fa
1 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,12 @@ private:
const std::string autoNameCustom = "My Auto";
std::string autoSelected;
void LogData()
{
static PowerDistributionPanel pdp;
static DriverStation* ds = DriverStation::GetInstance();
}
void RobotInit()
{
chooser = new SendableChooser();