How is possible define a Tool Center Point in Simscape?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi dear, I m trying to develop a model of an industrial robot arm, but I don t understand ho define the TCP for using RS toolbox kinematics algorithms.
댓글 수: 0
답변 (1개)
Karsh Tharyani
2023년 2월 6일
Hi Giulio,
You can try adding a new rigidBody to the tool body in your rigid body tree which coincides with your center point. This new body should be fixed to the tool body, and should be attached at a fixed offset transform.
Refer to the documentation of rigidBodyJoint https://www.mathworks.com/help/robotics/ref/rigidbodyjoint.html to see how to do so.
You can also refer to this example openExample('robotics/AttachARigidBodyAndJointToARigidBodyTreeExample').
Best,
Karsh
댓글 수: 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!