Dear colleges,
I am working on a parallel robot where the actuated joints are in one leg, i.e. q1 and q2 in the figure.
Then, I have problems with inverse geometry model (IGM) and kinematic model.
In terms of the IGM, I obtain the equations by suppressing the passive angles:
from the left leg: (x-q1)^2+(y-q2)^2=l^2
from the right leg: (x-d)^2+y^2 = l^2.
However, it seems to be impossible to solve q1 and q2. Is there another way to get IGM for this model?
Also, I differentiate the geometry model and get the kinematic model, which has a similar problem.
A[dx; dy]+B[dq1;dq2] = 0
But the B is a matrix [2(q1-x), 2(q2-y); 0 , 0];
I guess the main difficulty is because all the actuated joints are in the same leg.