|
Re: C++ .ArcadeDrive() issue
You could either change the motor assignments in the myRobot object when you create it, or call myRobot.ArcadeDrive with separate arguments for forwards/backwards and turning. You can get values for these arguments from stick1.
|