Peter Corke Robotics Toolbox Plot Multiple Robot Arms
35 ビュー (過去 30 日間)
古いコメントを表示
Is there a way to plot multiple robot arms instead of just the 1?
0 件のコメント
回答 (1 件)
Anmol Dhiman
2021 年 1 月 12 日
Hi Weilin,
Here is an example code for you
>> kin = loadrobot("kinovaGen3");
>> fan = loadrobot("fanucLRMate200ib");
>> show(kin)
>> hold on
>> show(fan)
Hope it Helps
Anmol Dhiman
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!