Support for multiple groups(arrays) of servos #71
-
Support is provided for all servos with commands such as Is there a way to support the above or does it require is additional enhancement. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
This is not supported. you have to write your own functions like e.g. in |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response. I will follow the linked example. |
Beta Was this translation helpful? Give feedback.
-
I apologise for troubling you with these questions. I can see how these functions group the servos and the functions. Set all the servos wait until all set then move ALL on interrupt and then repeat the cycle. My question is if the servo easeTo settings for a servo in the array have not changed since the last action is the action ignored. synchronizeAllServosAndStartInterrupt(false) The reason I ask is that some of the servos in the servo array are continuous servos so you do not want these to start easing again as they may have not reached the speed from the previous synchronizeAllServosAndStartInterrupt(false). For example in pan and tilt or in my case 4 wheel drive motors. I guess if they are already at the desired (set speed) then a repeat eae to command would have no effect anyway. |
Beta Was this translation helpful? Give feedback.
This is not supported. you have to write your own functions like e.g. in
ServoEasing/examples/QuadrupedControl/QuadrupedServoControl.hpp
Line 312 in 058ddf0