- 新增吸盘模型文件 base.obj - 添加多个测试用例 URDF 文件,包括立方体、圆柱体等简单模型 - 创建 jaka_description 包的 CMakeLists.txt 和 display.launch 文件
18 lines
803 B
Plaintext
18 lines
803 B
Plaintext
|
|
2018-05-08 - Vijay Pradeep:
|
|
|
|
These visual/ mesh files were generated from the dae files in
|
|
ros-industrial universal robot repo [1]. Since the collada pyBullet
|
|
parser is somewhat limited, it is unable to parse the UR collada mesh
|
|
files. This, we imported these collada files into blender and
|
|
converted them into STL files. We lost material definitions during
|
|
the conversion, but that's ok.
|
|
|
|
The URDF was generated by running the xacro xml preprocessor on the
|
|
URDF included in the ur_description repo already mentioned here.
|
|
Additional manual tweaking was required to update resource paths and
|
|
to remove errors caused by missing inertia elements. Varios Gazebo
|
|
plugin tags were also removed.
|
|
|
|
[1] - https://github.com/ros-industrial/universal_robot/tree/kinetic-devel/ur_description/meshes/ur5/visual
|