Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
11chens committed Jun 8, 2024
1 parent 3cba6aa commit 5cd758b
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 27 deletions.
59 changes: 32 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h1 class="title is-1 publication-title">SLR: Learning Quadruped Locomotion with
muted
preload
playsinline height="100%">
<source src="./static/videos/main.mp4"
<source src="./static/videos/main_noauthor.mp4"
type="video/mp4">
</video>
<div>
Expand Down Expand Up @@ -203,38 +203,32 @@ <h3 class="title is-4">Training Framework</h3>
</div>
</section>


<section class="section">
<div class="container is-max-desktop">
<h3 class="title is-4">Tunnel through vegetation</h3>

<h3 class="title is-4">Ascend and descend mountain</h3>
<div class="columns is-centered">

<div class="column">
<div class="content">
<video id="dollyzoom1" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/veg.mp4" type="video/mp4">
<video id="ours-body" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/up_mountain.mp4" type="video/mp4">
</video>
</div>
</div>
</div> <!-- 这里添加了关闭标签 -->
</div>
</section>

<section class="section">
<div class="container is-max-desktop">
<h3 class="title is-4">Climb up the mountain steps</h3>
<div class="columns is-centered">
<div class="column">
<div class="content">
<video id="dollyzoom2" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/up_mountain.mp4" type="video/mp4">
<video id="ours-body-leg" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/down_mountain.mp4" type="video/mp4">
</video>
</div>
</div>
</div>

</div>
</section>



<section class="section">
<div class="container is-max-desktop">

Expand Down Expand Up @@ -277,25 +271,38 @@ <h3 class="title is-4">Apply anti-disturbance to the robot</h3>
<div class="column">
<div class="content">
<video id="mpc" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/kick.mp4" type="video/mp4">
<source src="./static/videos/kickdog.mp4" type="video/mp4">
</video>
</div>
</div>

</div>
</section>







<section class="section">
<div class="container is-max-desktop">

<h3 class="title is-4">Walk on the grassy slope</h3>
<h3 class="title is-4">Navigate over challenging rocks</h3>
<div class="columns is-centered">
<!-- Visual Effects. -->
<div class="column">
<div class="content">
<video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/climb_grass_slope.mp4"
type="video/mp4">
<video id="ours-body" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/rock.mp4" type="video/mp4">
</video>
</div>
</div>

<div class="column">
<div class="content">
<video id="ours-body-leg" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/rock2.mp4" type="video/mp4">
</video>
</div>
</div>
Expand All @@ -304,18 +311,16 @@ <h3 class="title is-4">Walk on the grassy slope</h3>

<section class="section">
<div class="container is-max-desktop">

<h3 class="title is-4">Navigate over challenging rocks</h3>
<h3 class="title is-4">Tunnel through vegetation</h3>
<div class="columns is-centered">
<!-- Visual Effects. -->
<div class="column">
<div class="content">
<video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/rock.mp4"
type="video/mp4">
<video id="dollyzoom1" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/veg.mp4" type="video/mp4">
</video>
</div>
</div>
</div> <!-- 这里添加了关闭标签 -->
</div>
</section>

Expand Down
Binary file modified static/videos/down_mountain.mp4
Binary file not shown.
Binary file modified static/videos/kickdog.mp4
Binary file not shown.
Binary file added static/videos/rock2.mp4
Binary file not shown.

0 comments on commit 5cd758b

Please sign in to comment.