diff --git a/lerobot/common/robot_devices/robots/koch.py b/lerobot/common/robot_devices/robots/koch.py index cedbcf0bb..ba1847e0a 100644 --- a/lerobot/common/robot_devices/robots/koch.py +++ b/lerobot/common/robot_devices/robots/koch.py @@ -20,7 +20,9 @@ AVAILABLE_ROBOT_TYPES = ["koch", "aloha"] -URL_TEMPLATE = "https://raw.githubusercontent.com/huggingface/lerobot/main/media/{robot}/{arm}_{position}.png" +URL_TEMPLATE = ( + "https://raw.githubusercontent.com/huggingface/lerobot/main/media/{robot}/{arm}_{position}.webp" +) # In nominal range ]-2048, 2048[ # First target position consists in moving koch arm to a straight horizontal position with gripper closed. diff --git a/media/koch/follower_first.png b/media/koch/follower_first.png deleted file mode 100644 index d79c072fd..000000000 Binary files a/media/koch/follower_first.png and /dev/null differ diff --git a/media/koch/follower_first.webp b/media/koch/follower_first.webp new file mode 100644 index 000000000..798a6b587 Binary files /dev/null and b/media/koch/follower_first.webp differ diff --git a/media/koch/follower_rest.png b/media/koch/follower_rest.png deleted file mode 100644 index e23ed6968..000000000 Binary files a/media/koch/follower_rest.png and /dev/null differ diff --git a/media/koch/follower_rest.webp b/media/koch/follower_rest.webp new file mode 100644 index 000000000..0a14d074c Binary files /dev/null and b/media/koch/follower_rest.webp differ diff --git a/media/koch/follower_second.png b/media/koch/follower_second.png deleted file mode 100644 index f78f951d1..000000000 Binary files a/media/koch/follower_second.png and /dev/null differ diff --git a/media/koch/follower_second.webp b/media/koch/follower_second.webp new file mode 100644 index 000000000..3a91d2490 Binary files /dev/null and b/media/koch/follower_second.webp differ diff --git a/media/koch/leader_first.png b/media/koch/leader_first.png deleted file mode 100644 index 29150e986..000000000 Binary files a/media/koch/leader_first.png and /dev/null differ diff --git a/media/koch/leader_first.webp b/media/koch/leader_first.webp new file mode 100644 index 000000000..f3b885acf Binary files /dev/null and b/media/koch/leader_first.webp differ diff --git a/media/koch/leader_rest.png b/media/koch/leader_rest.png deleted file mode 100644 index 66a1155e5..000000000 Binary files a/media/koch/leader_rest.png and /dev/null differ diff --git a/media/koch/leader_rest.webp b/media/koch/leader_rest.webp new file mode 100644 index 000000000..e0454cfd4 Binary files /dev/null and b/media/koch/leader_rest.webp differ diff --git a/media/koch/leader_second.png b/media/koch/leader_second.png deleted file mode 100644 index 19d49f773..000000000 Binary files a/media/koch/leader_second.png and /dev/null differ diff --git a/media/koch/leader_second.webp b/media/koch/leader_second.webp new file mode 100644 index 000000000..183e4206e Binary files /dev/null and b/media/koch/leader_second.webp differ