Shrink size of body axes in show

조회 수: 5 (최근 30일)
Jeff Niu
Jeff Niu 2020년 1월 28일
답변: Cam Salzberger 2020년 1월 28일
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:body_axes.png
How can I scale up our robot model or decrease the size of the axes?

답변 (1개)

Cam Salzberger
Cam Salzberger 2020년 1월 28일
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

카테고리

Help CenterFile Exchange에서 Manipulator Modeling에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by