
Travis123
USA
Asked
— Edited
I was wondering if its possible to use 4 continuous rotation servos but use it with a joystick and how far you push the joystick will determine speed, and/or have a speed control to go as fast as you want to go, I have the bot running with 4 continuous rotation servos but its goes full speed and I made buttons to go which direction.
Alan
Happens to me more than I like.
Thanks
Here's a project i created for you: 4servomovement.EZB
The project controls 4 servos (2 on each side). The servo Movement Panel controls one set, and the movement script controls the other set based on the first set.
The joystick is configured for speed control.
Left Front Servo: d0
Left Rear Servo: d2
Right Front Servo: d1
Right Rear Servo: d3
same here. I would have done this either with relative servo or with fast looping script (which would not have worked nearly as well). This control is excellent. I have to think about all the places I can use it....
Alan