First of all, do you find the HS-255BB servos strong enough for the things that you want to do plus some room for expansion of the robot? And how does the robots weight compare to the 4.8kg-cm the servos put out at 6v?
I assume you are asking because you're considering building a similar robot. When I designed ERP, just like it is described in the tutorial, I didn't just decide it was 'strong enough'.

I actually sat down and determined the weights of things ERP will need to pick up, decided the exact speed I wanted him to travel, and calculated his exact weight in CAD.
Given that information, I used basic maths to calculate required torques of all the servos. This gives me the bare minimum torque I needed. Considering I had plans to upgrade ERP often, those torque requirements might change in the future. So I then multiplied that value by somethings called a 'safety of margin', which I arbitrarily decided to be 1.3 (1.3 x calculated torque = servo torque). And finally, I then went shopping around for servos with that torque. If I couldn't find an affordable servo with the torque I needed, I redesigned a bit, etc.
Many of the skills you need to do your own maths can be found here:
http://www.societyofrobots.com/mechanicsbasics.shtmlhttp://www.societyofrobots.com/calculator.shtmlhttp://www.societyofrobots.com/robot_arm_tutorial.shtmlSecondly, how are you controlling the movement of the servos, do you have encoders for fine control or another means of tracking the servos movement?
Its using open loop control, which means there is no position feedback. But that doesn't mean high error, because I've corrected for the error by experimenting before hand. I've been wanting to do what is called 'visual servoing', which means the camera is used to determine the arm location to pick up objects, but I've been too busy with other projects . . . Humans use visual servoing - our 'encoders' are way too inaccurate (close your eyes and tell me the exact angles of all 7 of your arm joints, and you'll know what I mean).
hope that helps . . .