|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#16
|
|||
|
|||
|
Re: How to Program Mecanum
I think you need to add Scheduler.run() in TeleopPerodic()
Edit: Never go off memory-- it should be Code:
public void teleopPeriodic() {
Scheduler.getInstance().run();
}
Last edited by cstelter : 05-02-2015 at 12:07. |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|