where can I find universal robot UR5e plant model?
3 ビュー (過去 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!