View Single Post
  #9   Spotlight this post!  
Unread 05-02-2013, 14:10
alexhenning alexhenning is offline
WPILib Developer
FRC #0348
 
Join Date: Apr 2010
Rookie Year: 2003
Location: MA
Posts: 49
alexhenning will become famous soon enough
Re: Multiple Autonomous Modes

There's documentation for how to do it with command based programming. To do it without command based would be similar, except you would send a string and then depending on the selected string, you would execute the desired autonomous.