Skip to content

Commit 7cc006a

Browse files
committed
minor
1 parent 94afccd commit 7cc006a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

replay_episode.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"outputs": [],
3535
"source": [
3636
"# play cam video\n",
37-
"data_file = 'data/sort/episode_24.hdf5'\n",
37+
"data_file = 'data/sort/episode_55.hdf5'\n",
3838
"qpos, qvel, action, image_dict = load_hdf5(dataset_path=data_file)\n",
3939
"for cam_name, image_list in image_dict.items():\n",
4040
" media.show_video(image_list, fps=120)"

teleoperation.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# activate the leader gripper torque
88
leader.set_trigger_torque()
99

10-
#while True:
11-
# follower.set_goal_pos(leader.read_position())
10+
while True:
11+
follower.set_goal_pos(leader.read_position())
1212

13-
leader._disable_torque()
14-
follower._disable_torque()
13+
#leader._disable_torque()
14+
#follower._disable_torque()

0 commit comments

Comments
 (0)