UPDATE Vision 修复Z轴抓取
This commit is contained in:
@ -160,7 +160,6 @@ def get_disk_space(path='C:'):
|
||||
# space_free = bytes2human(usage.free)
|
||||
# space_used_percent = bytes2human(usage.percent)
|
||||
space_free = float(space_free[:-1])
|
||||
|
||||
return space_free
|
||||
def find_position(Depth_Z, RegionalArea, RegionalArea_Threshold, first_depth=True):
|
||||
if first_depth == True:
|
||||
|
||||
Reference in New Issue
Block a user