View Single Post
  #6   Spotlight this post!  
Unread 28-01-2017, 14:16
ebernerrd ebernerrd is offline
Registered User
FRC #3236
 
Join Date: Jan 2017
Location: Franklin, MA
Posts: 8
ebernerrd is an unknown quantity at this point
Re: SendableChoosers are causing me grief!

Quote:
Originally Posted by ebernerrd View Post
I get the errors "Symbol SendableChooser could not be resolved" and "Type ::Command could not be resolved"

I've actually gone and fixed these issues. When I write the code as you did, I get an error on SmartDashboard:utData("Auto modes", &autonomousChooser);

The error I have is:

invalid arguments
Candidates are:
void PutData(llvm::StringRef, frc::Sendable *)
void PutData(frc::NamedSendable *)
Reply With Quote