blender_urdf_visualizer icon indicating copy to clipboard operation
blender_urdf_visualizer copied to clipboard

How to use it ?

Open wujilingfeng opened this issue 2 years ago • 8 comments

I have add this addon to blender.But how should I use it? 屏幕截图 2023-05-05 172405

Thank you very much. I was using blender 3.2.1

wujilingfeng avatar May 05 '23 09:05 wujilingfeng

I have some basic instructions on how to install it in the README: https://github.com/mcevoyandy/blender_urdf_visualizer#blender-addon-setup

Could you provide more info on what your setup is and where the instructions are confusing so that I can offer more help and improve the documentation?

mcevoyandy avatar May 05 '23 14:05 mcevoyandy

I have some basic instructions on how to install it in the README: https://github.com/mcevoyandy/blender_urdf_visualizer#blender-addon-setup

Could you provide more info on what your setup is and where the instructions are confusing so that I can offer more help and improve the documentation? 屏幕截图 2023-05-06 084944

I have enabled this addon, But I don't know how to use it.

wujilingfeng avatar May 06 '23 00:05 wujilingfeng

I know. It's hidden on the right side. I'm sorry,I am not familiar with blender. 屏幕截图 2023-05-08 101359

wujilingfeng avatar May 08 '23 02:05 wujilingfeng

I have encountered some problems. Can you send me a copy of the data you tested. Bellow is my data and result.I didn't load ros file and loaded urdf file only.

<?xml version="1.0"?>
<robot name="multipleshapes">
  <link name="base_link">
    <visual>
      <geometry>
        <cylinder length="0.6" radius="0.2"/>
      </geometry>
    </visual>
  </link>

  <link name="right_leg">
    <visual>
      <geometry>
        <box size="0.6 0.1 0.2"/>
      </geometry>
    </visual>
  </link>

  <joint name="base_to_right_leg" type="fixed">
    <parent link="base_link"/>
    <child link="right_leg"/>
  </joint>

</robot>

屏幕截图 2023-05-08 103812

wujilingfeng avatar May 08 '23 02:05 wujilingfeng

Sorry, per the README it was not made to handle primitives. The package is for trouble shooting meshes exported from CAD packages.

mcevoyandy avatar May 09 '23 01:05 mcevoyandy

Sorry, per the README it was not made to handle primitives. The package is for trouble shooting meshes exported from CAD packages.

I understand. Thank you very much.May you give me your test data?

wujilingfeng avatar May 09 '23 07:05 wujilingfeng

The robot in the gifs is ABB Yumi. Any open source robot description package whose URDF does not contain primitives and uses STLs should work.

mcevoyandy avatar May 09 '23 14:05 mcevoyandy

The robot in the gifs is ABB Yumi. Any open source robot description package whose URDF does not contain primitives and uses STLs should work.

The robot in the gifs is ABB Yumi. Any open source robot description package whose URDF does not contain primitives and uses STLs should work.

Thanks!

wujilingfeng avatar May 10 '23 03:05 wujilingfeng