where can I find universal robot UR5e plant model?
조회 수: 2 (최근 30일)
이전 댓글 표시
I try to implement mpc for UR5e robotarm and for that I need plant model, couldn't find anywhere. Where can I find it ?
댓글 수: 0
답변 (1개)
Raj
2023년 11월 9일
Hello,
I understand you aren’t able to find the model for universal robot UR5e robotarm.
You can use the ‘loadrobot’ function in MATLAB to load a rigid body tree robot model from the robot library.
robot = loadrobot("universalUR5e")
Additionally, you can refer to the documentation of ‘loadrobot’ function for a detailled idea
I hope this resolves the query you had!
댓글 수: 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!