上传
This commit is contained in:
@ -13,7 +13,7 @@ import cv2
|
||||
detection = Detection()
|
||||
|
||||
while True:
|
||||
ret, img, xyz, nx_ny_nz, box = detection.get_position()
|
||||
ret, img, xyz, nx_ny_nz, box = detection.get_position_test()
|
||||
if ret==1:
|
||||
print('xyz点云坐标:', xyz)
|
||||
print('nx_ny_nz法向量:', nx_ny_nz)
|
||||
|
||||
Reference in New Issue
Block a user