Filter löschen
Filter löschen

Peter Corke Robotics Toolbox Plot Multiple Robot Arms

10 Ansichten (letzte 30 Tage)
Weilin Qiu
Weilin Qiu am 4 Jan. 2021
Beantwortet: Anmol Dhiman am 12 Jan. 2021
Is there a way to plot multiple robot arms instead of just the 1?

Antworten (1)

Anmol Dhiman
Anmol Dhiman am 12 Jan. 2021
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

Kategorien

Mehr zu Robotics finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by