Perform Safe Trajectory Tracking Control on Baxter robot
조회 수: 9 (최근 30일)
이전 댓글 표시
Dear experts
I recently studied this example(https://www.mathworks.com/help/robotics/examples/perform-safe-trajectory-tracking.html)
learned how to use Simulink to implement safe trajectory tracking,and I want to try to implement the same function on the Baxter robot. The example considered is the swayer robot (single arm), while the Baxter robot is (two arms), so there is a big difference in calculating the expected torque using the inverse dynamic block.
And my qestion is how to calculate the expected torque to the two arms of Baxter, what settings are needed (I have imported the URDF model of baxter) .How to modify the input parameters of the block to ensure the expected force of different arms.
I am grateful for any reply !
Sincerely
-John
댓글 수: 0
채택된 답변
Sebastian Castro
2019년 5월 9일
I'd suggest starting by computing the inverse kinematics/dynamics for each arm independently and seeing if you can place both manipulators where you want.
Of course, there are other calculations that need to be done for a dual-arm system. If you want to hold a particular object with a certain position and orientation, you need to calculate the offset from the object to the 2 points where you're grabbing with each hand. Both forces/torques at each grasping point will result on a combined force/torque on the center of gravity of the object you are holding.
See, for example: https://www.cs.cmu.edu/~maxim/files/dualarmplanning_icra12.pdf
- Sebastian
추가 답변 (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!