blender-robotics-utils
blender-robotics-utils copied to clipboard
urdfToBlender: Add support for boxes, not only cubes, in the conversion script
The urdfToBlender script support for basic geometric shapes, unfortunately, Blender does not support natively boxes as primitive shapes, for now, all the box are imported as cubes, printing a warning.
We can exploit the scale.x scale.y scale.z for deforming the cube.