![]() |
Declaring Errors
Code:
class RobotDemo : public SimpleRobot Code:
if (leftStick.GetY() >= (255 - k)) //if left joystick is near maxCode:
leftMotor.rawset(LeftStick.GetY());Code:
leftMotor.rawset(leftStick.GetY());Code:
if (leftStick.GetY() > leftmotor.rawget())Code:
if (rightStick.GetY() >= (255 - k)) //if right joystick is near maxCode:
rightMotor.rawset(rightStick.GetY()); |
| All times are GMT -5. The time now is 02:20. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi