Skip to content

Commit

Permalink
update vid and rollout
Browse files Browse the repository at this point in the history
  • Loading branch information
uynitsuj committed Mar 23, 2024
1 parent 40f5f38 commit fa3ae42
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 4 deletions.
Binary file added MANIP_video.mp4
Binary file not shown.
16 changes: 12 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,13 @@ <h2 class="subheader">IROS 2024 (under review)</h1>
<strong class="link-labels-text">Generic MANIP Diagram (Google Draw)</strong>
</div>
</div>

<br>
<video controls width="800px">
<source src="MANIP_video.mp4" type="video/mp4" />
</video>
<br>

<figure>
<img src="MANIP_Diagram.png" style="width: 100%;" alt="Manip Diagram"/>
<figcaption>MANIP Diagram.</figcaption>
Expand Down Expand Up @@ -211,9 +218,10 @@ <h1 id="abstract">Overview</h1>
cables.
</p>
</div>


<h1 id="abstract">Example Rollout</h1>
<div class="gallery-container">
<img src="images/step1.png" alt="Gallery Image" id="galleryImage" class="gallery-img">
<img src="interactive_display/step1.png" alt="Gallery Image" id="galleryImage" class="gallery-img">
<div>
<button id="prevBtn" class="disabled">Previous</button>
<button id="nextBtn">Next</button>
Expand All @@ -222,7 +230,7 @@ <h1 id="abstract">Overview</h1>

<script>
let currentImageIndex = 1;
const imageCount = 6; // Update this to reflect the actual number of images
const imageCount = 11; // Update this to reflect the actual number of images

function updateButtons() {
document.getElementById('prevBtn').classList.toggle('disabled', currentImageIndex === 1);
Expand All @@ -244,7 +252,7 @@ <h1 id="abstract">Overview</h1>
});

function updateImage() {
const imagePath = `images/step${currentImageIndex}.png`;
const imagePath = `interactive_display/step${currentImageIndex}.png`;
document.getElementById('galleryImage').src = imagePath;
updateButtons();
}
Expand Down
Binary file added interactive_display/step1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added interactive_display/step10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added interactive_display/step11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added interactive_display/step2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added interactive_display/step3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added interactive_display/step4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added interactive_display/step5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added interactive_display/step6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added interactive_display/step7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added interactive_display/step8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added interactive_display/step9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fa3ae42

Please sign in to comment.