When I uncomment the line below my robot code crashses. Any suggestions?
Code:
virtual void RobotInit() {
CommandBase::init();
autonomousCommand = new ExampleCommand();
//SmartDashboard::GetInstance()->PutData("SchedulerData",Scheduler::GetInstance());
}