Skip to content

Commit 7fd13bc

Browse files
committed
fixed video
1 parent de353dc commit 7fd13bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

publications/loik-solver/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h1 class="title is-1 publication-title">Linear-time Differential Inverse Kinema
119119
</span>
120120
<!-- Video Link. -->
121121
<span class="link-block">
122-
<a href=""
122+
<a href="https://youtu.be/l4SlixZTZkk"
123123
class="external-link button is-normal is-rounded is-dark">
124124
<span class="icon">
125125
<i class="fab fa-youtube"></i>
@@ -152,7 +152,7 @@ <h1 class="title is-1 publication-title">Linear-time Differential Inverse Kinema
152152
<div class="columns is-centered has-text-centered">
153153
<div class="column is-four-fifths">
154154
<div class="publication-video">
155-
<iframe src=""
155+
<iframe src="https://www.youtube.com/embed/l4SlixZTZkk?si=EJy9u0N4V7eRPIKY"
156156
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
157157
</div>
158158
</div>
@@ -180,6 +180,8 @@ <h2 class="title is-3">Abstract</h2>
180180
</div>
181181
</div>
182182

183+
<!--/ Benchmarks. -->
184+
183185
<div class="has-text-justified">
184186
<h3 class="title is-4">Performance benchmarks</h3>
185187
<p>The performance of LOIK, is evaluated against existing differential IK formulations with state-of-the-art QP solver backends, such as OSQP and ProxQP. </p>

0 commit comments

Comments
 (0)