tesseract-robotics / tesseract_python

This contains python wrappers for both Tesseract and Tesseract Planning packages
https://tesseract-robotics.github.io/tesseract_python/
28 stars 13 forks source link

Add missing import to tesseract_env_to_gltf.py #36

Closed rsinnet closed 1 year ago

rsinnet commented 1 year ago

Add a missing import of cv2 to the tesseract_env_to_gltf.py module. Without this import, tesseract_material_mesh_viewer example fails.