Peter Corke Robotics Toolbox Plot Multiple Robot Arms
36 views (last 30 days)
Show older comments
Is there a way to plot multiple robot arms instead of just the 1?
0 Comments
Answers (1)
Anmol Dhiman
on 12 Jan 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 Comments
See Also
Categories
Find more on Robotics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!