Skip to content

Commit

Permalink
Added HITL video to website
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeldenbott authored Apr 10, 2024
1 parent 0cf0222 commit 12c6996
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,20 +124,20 @@ <h1 class="title is-1 publication-title">Legible and Proactive Robot Planning fo


<!-- Teaser video-->
<!-- <section class="hero teaser"> -->
<!-- <div class="container is-max-desktop"> -->
<!-- <div class="hero-body"> -->
<!-- <video poster="" id="tree" autoplay controls muted loop height="100%"> -->
<!-- Your video here -->
<!-- <source src="static/videos/banner_video.mp4" -->
<!-- type="video/mp4"> -->
<!-- </video> -->
<!-- <h2 class="subtitle has-text-centered"> -->
<!-- Aliquam vitae elit ullamcorper tellus egestas pellentesque. Ut lacus tellus, maximus vel lectus at, placerat pretium mi. Maecenas dignissim tincidunt vestibulum. Sed consequat hendrerit nisl ut maximus. -->
<!-- </h2> -->
<!-- </div> -->
<!-- </div> -->
<!-- </section> -->
<section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body">
<video poster="" id="tree" autoplay controls muted loop height="100%">
Your video here
<source src="static/videos/hitl.mp4"
type="video/mp4">
</video>
<h2 class="subtitle has-text-centered">
Real-time human-in-the-loop simulation of the our method in ROS Gazebo on the Clearpath Husky A200.
</h2>
</div>
</div>
</section>
<!-- End teaser video -->

<!-- Paper abstract -->
Expand Down

0 comments on commit 12c6996

Please sign in to comment.