1
This commit is contained in:
@@ -442,7 +442,7 @@ class DetectNode(Node):
|
||||
self.configs
|
||||
)
|
||||
|
||||
grab_width = calculate_grav_width(mask, self.k, z)
|
||||
grab_width = calculate_grav_width(mask, self.k, rmat[2, 3])
|
||||
rmat[2, 3] = rmat[2, 3] + grab_width * 0.22
|
||||
|
||||
rmat = self.hand_eye_mat @ rmat
|
||||
|
||||
Reference in New Issue
Block a user