View Single Post
  #6   Spotlight this post!  
Unread 05-02-2012, 23:35
PlayfulPlatypus PlayfulPlatypus is offline
Registered User
FRC #2655
 
Join Date: Feb 2012
Location: United States
Posts: 3
PlayfulPlatypus is an unknown quantity at this point
Re: View scheduler in SmartDashboard

We are having the same issue. I have a DriveWithJoysticksCmd command, that calls a Drive() method on our DriveTrainSubsystem whenever the Execute() method is called. Everything works great if I create and Start() the command in TeleopInit(). However, if I add the line
Code:
SmartDashboard::GetInstance()->PutData("SchedulerData", Scheduler::GetInstance());
Then I get the same timeout errors.

Brian
Reply With Quote