Skip to content

Commit 48207ef

Browse files
authored
Merge pull request #4 from bwingo47/main
Fixed figures
2 parents e2a0eb3 + de353dc commit 48207ef

File tree

3 files changed

+23
-26
lines changed

3 files changed

+23
-26
lines changed

publications/loik-solver/index.html

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -179,36 +179,33 @@ <h2 class="title is-3">Abstract</h2>
179179
</div>
180180
</div>
181181
</div>
182-
<!--/ Abstract. -->
183-
<!-- Benchmarks. -->
184-
<div class="columns is-centered has-text-centered">
185-
<div class="column is-max-desktop">
186-
<h2 class="title is-3">Benchmarks</h2>
187-
<div class="container is-max-desktop">
188182

189-
<div class="columns is-centered">
190-
191-
<div class="column">
192-
<div class="content">
193-
<image src="" alt="[Caption]" style="width:100%"></image>
194-
</div>
195-
</div>
196-
197-
<div class="column">
198-
<div class="content">
199-
<image src="" alt="[Caption]" style="width:100%">
200-
</div>
201-
</div>
183+
<div class="has-text-justified">
184+
<h3 class="title is-4">Performance benchmarks</h3>
185+
<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>
186+
<p>
187+
A benchmark is designed for trajectory tracking tasks, collected over a variety of robots, ranging from fixed-base robotic arms to high-degrees-of-freedom humanoids.
188+
On average, LoIK is 2 to 3 times faster at solving differential IK problems than state-of-the-art QP solvers.
189+
</p>
190+
<div class="content has-text-centered">
191+
<img src="./static/images/benchmark_timings.png" alt="benchmark timings"
192+
style="width: 60%;">
193+
</div>
194+
</div>
202195

203-
<div class="column">
204-
<div class="content">
205-
<image src="" alt="[Caption]" style="width:100%">
206-
</div>
207-
</div>
208-
</div>
209-
</div>
196+
<div class="has-text-justified">
197+
<h3 class="title is-4">Detailed analysis</h3>
198+
<p> </p>
199+
<p>
200+
201+
</p>
202+
<div class="content has-text-centered">
203+
<img src="./static/images/results_comparison.png" alt="solution details"
204+
style="width: 80%;">
210205
</div>
211206
</div>
207+
208+
212209
<!--/ Benchmarks. -->
213210
</div>
214211
</section>
670 KB
Loading
595 KB
Loading

0 commit comments

Comments
 (0)