Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadene committed Oct 9, 2024
1 parent 874dfc4 commit 451d50e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lerobot/common/robot_devices/robots/manipulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ def connect(self):
for name in self.follower_arms:
print(f"Connecting {name} follower arm.")
self.follower_arms[name].connect()
for name in self.leader_arms:
print(f"Connecting {name} leader arm.")
self.leader_arms[name].connect()

Expand Down
2 changes: 1 addition & 1 deletion tests/test_control_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_record_without_cameras(tmpdir, request, robot_type, mock):
@require_robot
def test_record_and_replay_and_policy(tmpdir, request, robot_type, mock):
if mock:
# TODO(rcadene, aliberts): hack DO NOT MERGE
# Avoid hanging issue when running two consecutive tests
multiprocessing.set_start_method("spawn", force=True)

request.getfixturevalue("patch_builtins_input")
Expand Down

0 comments on commit 451d50e

Please sign in to comment.