Skip to content

Commit a7daa9f

Browse files
authored
Add missing import to tesseract_env_to_gltf.py (#36)
Add a missing import of cv2 to the tesseract_env_to_gltf.py module. Without this import, tesseract_material_mesh_viewer example fails.
1 parent 1750cd0 commit a7daa9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tesseract_viewer_python/tesseract_robotics_viewer/tesseract_env_to_gltf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
import json
1919
import struct
20+
import cv2
2021
import numpy as np
2122
import math
2223
from tesseract_robotics import tesseract_geometry

0 commit comments

Comments
 (0)