Skip to content

Commit 48d864c

Browse files
committed
wip
1 parent ab49f6a commit 48d864c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embodichain/lab/gym/envs/embodied_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def preview_sensor_data(
575575
cv2.imshow(window_name, cv2.cvtColor(view, cv2.COLOR_RGB2BGR))
576576
cv2.waitKey(0)
577577
cv2.destroyWindow(window_name)
578-
578+
579579
elif method == "plt":
580580
from matplotlib import pyplot as plt
581581

0 commit comments

Comments
 (0)