Skip to content

Commit 0ba859d

Browse files
committed
fixing typo
1 parent 59683b7 commit 0ba859d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/contact_area.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def extract_surface_contact_real_time():
3838
"""
3939
from digit_interface import Digit
4040
import cv2
41-
base_img_path = "/home/shuk/digits2/images/0000/0041.png"
41+
base_img_path = "./path/to/img/"
4242
base_img = ImageHandler(base_img_path).nparray
4343
# setting up the DIGIT sensor
4444
digit = Digit("Dxxxxx") # replace xxxxx with your DIGIT serial number

0 commit comments

Comments
 (0)