Hello everybody.
I'm currently working with NGD SDK 2.00 to simulate a 7 DOF robotic arm. However, I'm having a problem. I can't control the position of the joints with precision. I had a look on the custom joints lib, and didn't found anything that suited me in this particular application (maybe I haven't seen correcty). So, I started to use the normal hinge joint, with the jointcallback. I'm trying to control the position of the joint by controlling the angular acelaration proportionally to error. But with small displacements (small variations of the angle) the arm not even moves, no mather what propotionality constant I use.
Does anyone knows how I can control the joints with accurate precision? Is there anything in the custom joints that can help me?
thanks in advance.