Skip to content

Commit 9692966

Browse files
committed
Moved wrist to neutral call to better spot
1 parent 8bd74bc commit 9692966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/coral_placer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ def safing(self, initial_call: bool) -> None:
5252
distance = self.score_pos.translation().distance(current_pose.translation())
5353

5454
if distance >= self.RETREAT_DISTANCE:
55+
self.wrist.go_to_neutral()
5556
self.done()
5657
return
5758

5859
def done(self) -> None:
59-
self.wrist.go_to_neutral()
6060
super().done()

0 commit comments

Comments
 (0)