Lots of includes and a LogData() embryo
This commit is contained in:
parent
ffb9d1a637
commit
9ae56635ce
@ -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();
|
||||
|
Reference in New Issue
Block a user