Skip to content

Commit

Permalink
koch png to webp
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadene committed Aug 1, 2024
1 parent cd927e1 commit 495a81b
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lerobot/common/robot_devices/robots/koch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file removed media/koch/follower_first.png
Binary file not shown.
Binary file added media/koch/follower_first.webp
Binary file not shown.
Binary file removed media/koch/follower_rest.png
Binary file not shown.
Binary file added media/koch/follower_rest.webp
Binary file not shown.
Binary file removed media/koch/follower_second.png
Binary file not shown.
Binary file added media/koch/follower_second.webp
Binary file not shown.
Binary file removed media/koch/leader_first.png
Binary file not shown.
Binary file added media/koch/leader_first.webp
Binary file not shown.
Binary file removed media/koch/leader_rest.png
Binary file not shown.
Binary file added media/koch/leader_rest.webp
Binary file not shown.
Binary file removed media/koch/leader_second.png
Binary file not shown.
Binary file added media/koch/leader_second.webp
Binary file not shown.

0 comments on commit 495a81b

Please sign in to comment.