Hello Everyone, I am working on 3 DOF parallel manipulator.
I was trying to find the reachable workspace of my parallel manipulator by the Monte Carlo method, and I am facing an error in solving it.
I created a MATLAB script to find workspace by the Monte Carlo Simulation Method; the script's output generates random position coordinates.
After generating random coordinates, I could easily solve the inverse kinematics by selecting a random coordinate from Monte Carlo. Still, when I tried to solve the forward kinematics, I could not get the exact position coordinates I used to solve the inverse kinematics.
Also, when I tried to manually change the leg lengths of my parallel robot in SolidWorks according to the output of inverse kinematics, I was not getting the exact position coordinates of the end effector.
Note:
(For Inverse Kinematics Input: randomly generated position coordinate; Output: leg lengths)
(For Forward Kinematics Input: leg lengths obtained from inverse solution; Output: position coordinate of end effector)
I don't know where I am going wrong. Can anyone please help me with this?
Thank you in advance. I appreciate your help !!
Shiv