|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#7
|
||||
|
||||
|
Re: Using joystick buttons with Command based programming
You might want to have Commandbase.init() in your robotInit.
Like so: Code:
public void robotInit() {
oi = new OI();
// instantiate the command used for the autonomous period
CommandBase.init();
I'm not positive that's the issue, but it might be a problem. |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|