Lots of includes and a LogData() embryo

This commit is contained in:
Aidan Ferguson 2016-02-10 20:43:09 -05:00
parent ffb9d1a637
commit 9ae56635ce
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();