Peter Corke Robotics Toolbox Plot Multiple Robot Arms
36 次查看(过去 30 天)
显示 更早的评论
Is there a way to plot multiple robot arms instead of just the 1?
0 个评论
回答(1 个)
Anmol Dhiman
2021-1-12
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Robotics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!