|
Re: SmartDashboard's sendableChooser
If you call autoChooser.getSelected(), it will return to you the current choice as an Object which you can cast however you'd like. I don't know how you have Autonomous1() and Autonomous2() set up, so I don't know how you'd specifically do it.
|