Lots of includes and a LogData() embryo
This commit is contained in:
parent
f5e438f15f
commit
4a6b8c74fa
@ -47,6 +47,12 @@ private:
|
|||||||
const std::string autoNameCustom = "My Auto";
|
const std::string autoNameCustom = "My Auto";
|
||||||
std::string autoSelected;
|
std::string autoSelected;
|
||||||
|
|
||||||
|
void LogData()
|
||||||
|
{
|
||||||
|
static PowerDistributionPanel pdp;
|
||||||
|
static DriverStation* ds = DriverStation::GetInstance();
|
||||||
|
}
|
||||||
|
|
||||||
void RobotInit()
|
void RobotInit()
|
||||||
{
|
{
|
||||||
chooser = new SendableChooser();
|
chooser = new SendableChooser();
|
||||||
|
Reference in New Issue
Block a user