Quote:
Originally Posted by JoJo5
Right now, I just have tank drive-2 motors, 2wheel drive setup, with two joysticks. No matter how far the joystick is pushed forward or backward, the motors turn the same speed. How can I set it up so that when pushed a little, the motor goes a slower speed, than pushing the joystick full throttle?
|
Can you make sure that you are calling the Tank Drive block inside of a loop? That block takes the
current joystick values and sends them to the motors. Often people only use the block once - but there should be an infinite loop in the OperatorControl function that contains those blocks so they are called repeatedly. If the block is only used once, it will only send once speed to the motors.