View Single Post
  #1   Spotlight this post!  
Unread 17-01-2015, 16:21
nathanzentner08 nathanzentner08 is offline
Registered User
FRC #2073
 
Join Date: Jan 2015
Location: Sacramento
Posts: 6
nathanzentner08 is an unknown quantity at this point
Command Based Programming

Im assuming that the command based programming is more even based programming. Create a command, associate it to a JoystickButton and when the button is clicked, the command is run.

I have put printlns in all methods, and am clicking the joystickbutton but nothing is printing.

I have even ran the start on the command, but it is not getting into the execute, or initialize for that matter.

I have also added it to a group and started the group, but nothing.

Ideas?
Reply With Quote