Skip to content

Commit ef0111d

Browse files
committed
Add images
1 parent 524b021 commit ef0111d

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

publications/parallel-clqr/index.html

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,28 @@ <h2 class="title is-3">Abstract</h2>
188188
</div>
189189
</div>
190190
<!--/ Abstract. -->
191+
<!-- Benchmarks. -->
192+
<h2 class="title is-3">Whole-body NMPC on SOLO-12</h2>
193+
<div class="columns is-centered has-text-centered">
194+
<div class="column is-max-desktop">
195+
<div class="columns is-centered">
196+
<div class="column content">
197+
<p>Computational timings for P=2 threads</p>
198+
<image src="./static/images/solo_timings_2cpu.png"
199+
alt="WBNMPC on SOLO-12, P=2 threads."
200+
style="width:90%"></image>
201+
</div>
202+
<div class="column content">
203+
<p>Computational timings for P=6 threads</p>
204+
<image src="./static/images/solo_timings_6cpu.png"
205+
alt="WBNMPC on SOLO-12, P=6 threads."
206+
style="width:90%"></image>
207+
</div>
208+
</div>
209+
</div>
210+
</div>
211+
212+
<!--/ Benchmarks. -->
191213
</div>
192214
</section>
193215

@@ -205,7 +227,8 @@ <h2 class="title is-3">Related Links</h2>
205227
<a href="https://github.com/Simple-Robotics/aligator">aligator</a>
206228
and
207229
<a href="https://github.com/stack-of-tasks/pinocchio">Pinocchio</a>
208-
libraries.
230+
libraries, as well as the
231+
<a href="https://github.com/inria-paris-robotics-lab/quadruped-reactive-walking">quadruped-reactive-walking</a> framework for whole-body NMPC on Solo.
209232
</div>
210233
</div>
211234
</div>
55.1 KB
Loading
66.6 KB
Loading

0 commit comments

Comments
 (0)