| Invictus3593 |
19-03-2014 01:02 |
Re: Window motor in autonomous
Are using globals to set your motor speeds or just setting it with motor Set in autonomous? With the motor Set vi, you can input constants for the motor speed ranging from -1 to 1, -1 being backwards, 0 being stopped and 1 being forwards. If you put this motorSet into a loop in periodic tasks running about 50ms, you can write to a global value in autonomous, then read the value and set the motor in periodic tasks. This method helps resolve many errors and many headaches. XD
|