Peter Corke Robotics Toolbox Plot Multiple Robot Arms

조회 수: 15 (최근 30일)
Weilin Qiu
Weilin Qiu 2021년 1월 4일
답변: Anmol Dhiman 2021년 1월 12일
Is there a way to plot multiple robot arms instead of just the 1?

답변 (1개)

Anmol Dhiman
Anmol Dhiman 2021년 1월 12일
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

카테고리

Help CenterFile Exchange에서 Robotics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by