Servos don't always turn as expected
Alan Ogborne
Posts: 6
I·worked out and tested the pulse commands to made my boe bot turn· 90 or 180·degrees left or right but when I use these commands in a maze running program that involves left and right turns the beo bot does not always turn as far as expected.·Any thoughts?
Comments
T-man···
Thus you need some way to 'close the loop' to keep your robot on track. Some people use IR-LED's with IR-Decoders to measure the distance between walls. Some people use 'encoders' on each wheel, which tells how far each wheel has moved.
Many thanks for your prompt and helpful replies
Alan
detecting maze related obstacles and your servos are simply being instructed accordingly.
T-man