Peter Corke Robotics Toolbox Plot Multiple Robot Arms
16 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Is there a way to plot multiple robot arms instead of just the 1?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/478653/image.png)
0 Commenti
Risposte (1)
Anmol Dhiman
il 12 Gen 2021
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 Commenti
Vedere anche
Categorie
Scopri di più su Robotics in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!