Asked — Edited
Resolved Resolved by Nomad 6R!

New To Robots / Ezrobot

Can someone explain to me or provide me script that will drive two servos at the same time. I have been able to get one servo to run using the add component of ARC . But I don't understand how to get two to rotate.

Thanks in advance.


ARC Pro

Upgrade to ARC Pro

ARC Pro is more than a tool; it's a creative playground for robot enthusiasts, where you can turn your wildest ideas into reality.

PRO
Belgium
#1  

hi look on each page you see this mark (? ) click on that and you get a tutorial.

PRO
USA
#2  

Thanks. I was able to get two moving at the same time.

PRO
Belgium
#3  

am newbie too.your in the best place you can be.

#4  

Are you using continuous rotating servos? Look at using the modified servo Movement Panel then in your script you can just use the following commands to drive both servos(robot)...


forward()
right()
left()
stop()
reverse()