So I was watching following video on youtube on how to build a basic robot: http://www.youtube.com/watch?v=0OT1tr--yNg&list=PLnesnfu5SD7Zj68TTAQ8OByOe4m7za7RH
I noticed he is using 2 servo's for the wheels.
As a beginner I was quite confused with this. From what I have read and seen so far I thought servo's were used when you need precision and work the angles.
Why would you use continous servo's for regular wheels when you don't really need precision or work the angles?
The only reason I came up with is that those servo's are more easily controlled with the Arduino as you can control the servo's without having to put some sort of transistor circuit in place to let the motors respond on the Arduino.
Not sure if that's the reason why he picked servo's.
I currently have 2 DC motors so if I want to control them through the Arduino I would need to put transistors in place and connect a digital pin to the base of the transistor while the motor is powered with an external battery pack.
So it seems easier to work with servo's in that case but is that the only reason?