diff --git a/src/Robot.cpp b/src/Robot.cpp index 4913f17..2766c38 100644 --- a/src/Robot.cpp +++ b/src/Robot.cpp @@ -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();