Borrar filtros
Borrar filtros

Peter Corke Robotics Toolbox Plot Multiple Robot Arms

12 visualizaciones (últimos 30 días)
Weilin Qiu
Weilin Qiu el 4 de En. de 2021
Respondida: Anmol Dhiman el 12 de En. de 2021
Is there a way to plot multiple robot arms instead of just the 1?

Respuestas (1)

Anmol Dhiman
Anmol Dhiman el 12 de En. de 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

Categorías

Más información sobre Robotics en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by