-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbi_teleoperate.sh
More file actions
executable file
·30 lines (28 loc) · 1.06 KB
/
bi_teleoperate.sh
File metadata and controls
executable file
·30 lines (28 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/bash
# Bimanual Screwdriver Robot Teleoperation
# Left arm: Screwdriver follower + leader
# Right arm: Regular Koch follower + leader
python -m assembler0.scripts.bi_teleoperate \
--left_robot_port=/dev/servo_5837053138 \
--right_robot_port=/dev/ttyACM3 \
--robot_id=bi_koch_screwdriver_follower_testing \
--left_robot_id=koch_screwdriver_follower_testing \
--right_robot_id=koch_magnetic_follower_testing \
--left_leader_port=/dev/servo_585A007782 \
--right_leader_port=/dev/ttyACM2 \
--leader_id=bi_koch_screwdriver_leader_testing \
--left_leader_id=koch_screwdriver_leader_testing \
--right_leader_id=koch_magnetic_leader_testing \
--screwdriver_camera=/dev/video0 \
--side_camera=/dev/video2 \
--top_camera=/dev/video6 \
--camera_width=800 \
--camera_height=600 \
--camera_fps=30 \
--fps=30 \
--left_screwdriver_current_limit=300 \
--left_clutch_ratio=0.5 \
--left_clutch_cooldown_s=1.0 \
--left_gripper_open_pos=50.0 \
--left_haptic_range=4.0 \
--right_gripper_open_pos=50.0