Shrink size of body axes in show
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I'm visualizing a robot I imported from URDF with show(robot_handle). However, our robot is small and the body axes obscure the view:

How can I scale up our robot model or decrease the size of the axes?
0 Commenti
Risposte (1)
Cam Salzberger
il 28 Gen 2020
Hello Jeff,
I do not believe that there is currently an easy way to scale the reference frame coodinate-system indicators. You can, however, easily turn them off when calling show:
robot = importrobot("iiwa14.urdf");
show(robot, "Frames", "off");
-Cam
0 Commenti
Vedere anche
Categorie
Scopri di più su Manipulator Modeling in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!