Peter Corke Robotics Toolbox Plot Multiple Robot Arms

回答 (1 件)

Anmol Dhiman
Anmol Dhiman 2021 年 1 月 12 日

0 投票

Hi Weilin,
I assume you already have a robot. In that case you can use loadrobot.
Here is an example code for you
>> kin = loadrobot("kinovaGen3");
>> fan = loadrobot("fanucLRMate200ib");
>> show(kin)
>> hold on
>> show(fan)
Hope it Helps
Anmol Dhiman

カテゴリ

質問済み:

2021 年 1 月 4 日

回答済み:

2021 年 1 月 12 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by