You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "./test.py", line 33, in <module>
robot.show(cfg=config)
File "/Users/kevin/pyvenv/cv/lib/python3.7/site-packages/urdfpy/urdf.py", line 3540, in show
fk = self.visual_trimesh_fk(cfg=cfg)
File "/Users/kevin/pyvenv/cv/lib/python3.7/site-packages/urdfpy/urdf.py", line 3197, in visual_trimesh_fk
for mesh in visual.geometry.meshes:
File "/Users/kevin/pyvenv/cv/lib/python3.7/site-packages/urdfpy/urdf.py", line 734, in meshes
return self.geometry.meshes
File "/Users/kevin/pyvenv/cv/lib/python3.7/site-packages/urdfpy/urdf.py", line 396, in meshes
if len(self._meshes) == 0:
TypeError: object of type 'NoneType' has no len()
I am using python 3.7 on macOS 10.15 and just installed urdfpy
I just started to work with this an made a simple urdf with 4 links. I am using simple cylinders for the geometry:
however when I run it, I get the following error:
I am using python 3.7 on macOS 10.15 and just installed
urdfpy
Python
urdf
The text was updated successfully, but these errors were encountered: