Skip to content

Commit

Permalink
add one more video
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianwei Yang committed Mar 7, 2025
1 parent 912131d commit a837836
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,18 +346,24 @@ <h2 class="title is-3" style="text-align: center; padding-bottom: 10px; margin-t
<div class="column is-four-fifths">
<p style="text-align: left; margin-bottom: 30px; font-size: 18px"><strong>Magma plans the future trajectories for robot manipulation tasks.</strong></p>
<div class="columns is-centered">
<div class="column" style="width: 48%; margin-right: 1%; padding: 0;">
<div class="column" style="width: 32%; margin-right: 1%; padding: 0;">
<video autoplay muted loop controls playsinline height="80%" style="max-width: 450px; width: 100%; border-radius: 10px; overflow: hidden;">
<source src="./static/videos/robot_pick_up_chip_bag.mp4" type="video/mp4">
</video>
<p style="font-size: 16px; margin-top: 5px; text-align: center;""><strong>Task: Pick up the chip bag.</strong></p>
</div>
<div class="column" style="width: 48%; margin-right: 1%; padding: 0;">
<div class="column" style="width: 32%; margin-right: 1%; padding: 0;">
<video autoplay muted loop controls playsinline height="80%" style="max-width: 450px; width: 100%; border-radius: 10px; overflow: hidden;">
<source src="./static/videos/robot_push_chip_bag_to_left_edge_of_table.mp4" type="video/mp4">
</video>
<p style="font-size: 16px; margin-top: 5px; text-align: center;""><strong>Task: Push chip bag to left edge of table.</strong></p>
</div>
<div class="column" style="width: 32%; margin-right: 1%; padding: 0;">
<video autoplay muted loop controls playsinline height="80%" style="max-width: 450px; width: 100%; border-radius: 10px; overflow: hidden;">
<source src="./static/videos/robot_pick_up_coke_can.mp4" type="video/mp4">
</video>
<p style="font-size: 16px; margin-top: 5px; text-align: center;""><strong>Task: Pick up the coke can.</strong></p>
</div>
</div>
</div>
</div>
Expand Down
Binary file added static/videos/robot_pick_up_coke_can.mp4
Binary file not shown.

0 comments on commit a837836

Please sign in to comment.