Closed shengyangzhuang closed 3 months ago
Can you try python.sh -m pip install opencv-python
?
just move
from omni.isaac.kit import SimulationApp
after
import cv2
solve the problem
Thanks for finding a fix. We will add this to the next release.
If it’s not a bug, please use discussions: https://github.com/NVlabs/curobo/discussions
Please provide the below information in addition to your issue:
Issue Details
realsense_viewer.py can run without any error. However, realsense_reacher.py example script will return cv2 window related error if I enable showing the nvblox graph.
I didn't make any changes. I checked the original code in both scripts. They handle the cv2 window in a similar way. And I ran both scripts with omni_python. This is weird. Any comments are highly appreciated.