UPDATE Vision 修正box输出
This commit is contained in:
@ -14,7 +14,7 @@ detection = Detection()
|
||||
|
||||
while True:
|
||||
t1 = time.time()
|
||||
ret, img, xyz, nx_ny_nz = detection.get_position()
|
||||
ret, img, xyz, nx_ny_nz, box = detection.get_position()
|
||||
if ret==1:
|
||||
print('xyz点云坐标:', xyz)
|
||||
print('nx_ny_nz法向量:', nx_ny_nz)
|
||||
|
||||
Reference in New Issue
Block a user