Firstly i am doing a teleoperation project.
a brief rundown how the system works is shown below
[
so the basic function is I will be using two servo motors with real time position feedback. so feedback from servo 1 will be sent to servo 2 as input and vice versa. hence the servo will mimic each in rotation. (here the servos will be moved manually)
I am looking at these two servos
which one of these would be better suited for the job?
1 confession. i already bought the continuous turn servos and just found out that the are not positional servos? meaning If I put a command say write (70). it wont 70 degrees. it will continuously roatte until I say it to stop (I am assuming it will only take write(0/90/180) prompts). am I right in this?
should I return the continuous one and order the digital feedback servo?
please let me know if you want additional info.
main goal of the project is a make a bilateral teleoperation system. we will have 2 servos. if we move one manullay (commander)
the other (follower) will mimic the motion dn rotation of the commander precisely. we will be using esp32s for this project with wifi communication between the two servos