Question on the "Plan a Reaching Trajectory With Multiple Kinematic Constraints" example
이전 댓글 표시
Hi,
I'm learning this Mathworks' example code:
In this part of the code:

the TargetPoint is set equal to [0, 0, 100] (from constraintAiming's Documentation, that correspond to the "iiwa_link_ee" [x y z] axis)
The question is: Why 100? What this value means?
Thank you in advance!
Paolo Rosettani.
댓글 수: 4
Yiping Liu
2020년 12월 1일
This aiming constraint is useful to keep the cup posed straight up as the arm moves with the cup in gripper (not an ideal use case for AimingConstarint, but OK with the aiming point very far away, the cup might tilt slightly as you move) However, the aiming constraint seems not really necessary here, as the example is to plan a reaching trajectory to the cup (the cup is not yet in the gripper).
Paolo Rosettani
2020년 12월 1일
Paolo Rosettani
2020년 12월 1일
Yiping Liu
2020년 12월 3일
Try
alignWithCup.TargetPoint = [0, 0, 100]
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Inverse Kinematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
