Is it possible to mimic a joint in a robotic manipulator?
조회 수: 2 (최근 30일)
이전 댓글 표시
I want to create a 7-axis robot whose sixth joint needs to mimic its fifth joint. The magnitude of the joint angle of the sixth joint must always be equal to the joint angle of the fifth joint but opposite in direction. I did not find any constarint that can be added to rigidJoint. I tried to import the URDF file of the robot in which one can define a joint such as follows:
<mimic joint="jointX" multiplier="-1.0" offset="0"/>
However, this property is not reflected when imported in MATLAB and solved by inverse kinematics.
Is there a constraint which I can add to generalizedInverseKinematics solver which will only provide configurations which obey the above condition? Or is there any other way to achieve this?
댓글 수: 0
답변 (1개)
Karsh Tharyani
2022년 6월 17일
Hi SNS,
This is currently not supported. I have forwarded your request to the development team to add support for a mimic joint for a future release of MATLAB.
Best,
Kars
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Robotics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!