![]() |
Re: Mecanum Code weird bug need help
Quote:
Code:
SetInvertedMotor(kFrontLeftMotor, true); |
Re: Mecanum Code weird bug need help
Quote:
|
Re: Mecanum Code weird bug need help
ah, figured it out. it needs to be:
myRobot.SetInvertedMotor(myRobot.kFrontLeftMotor, true); myRobot.SetInvertedMotor(myRobot.kRearLeftMotor, true); thanks for the help, now it builds and I will see if it fixes the problem |
| All times are GMT -5. The time now is 14:27. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi