That shouldn't be enough math difference to cause jittering. But just for fun, try swapping these simplified lines into your most recent program and report back:
Are you 100% SURE it was ever jitter-free? Reload the old program and check.
I checked all of my old programs that I still had and with all of those programs it still jitters. I could be wrong but I am pretty sure that there were times when it was not jittering. There is a video attachment below of the robot and its jittering. NOTICE when my hand is not on the stick that the camera servos are moving slightly. If this problem cannot be fixed that is OK. Thank you so much for all the help and patience you have given me.
Thanks
OK, here's my final offer on improved code attached.
Could also be a power problem. What's your battery source? Brand new batteries? You might also try two seperate batteries, one for electronics and one just for servos.
Comments
A_Target = tilt - 500
B_Target = turn - 500
and
A_Target=400+((TILT-600)*5/2)
B_Target=400+((TURN-650)*4/2)
That shouldn't be enough math difference to cause jittering. But just for fun, try swapping these simplified lines into your most recent program and report back:
A_Target=(TILT*5/2)-1100
B_Target=(TURN*2)-900
Thanks
Thanks
Thanks
Could also be a power problem. What's your battery source? Brand new batteries? You might also try two seperate batteries, one for electronics and one just for servos.