Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,46 @@
|
|
1 |
-
---
|
2 |
-
license: bsd
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: bsd-3-clause
|
3 |
+
---
|
4 |
+
|
5 |
+
|
6 |
+
<h1 align="center">
|
7 |
+
Online DNN-driven Nonlinear MPC for Stylistic Humanoid Robot Walking with Step Adjustment
|
8 |
+
</h1>
|
9 |
+
|
10 |
+
<div align="center">
|
11 |
+
Giulio Romualdi, Paolo Maria Viceconte, Lorenzo Moretti, Ines Sorrentino, Stefano Dafarra, Silvio Traversaro and Daniele Pucci <br> <br>
|
12 |
+
<b>Paolo Maria Viceconte and Giulio Romualdi are co-first authors</b>
|
13 |
+
</div>
|
14 |
+
|
15 |
+
<br>
|
16 |
+
|
17 |
+
<div align="center">
|
18 |
+
π
Submitted to the 2024 IEEE-RAS International Conference on Humanoid Robots (Humanoids) π€
|
19 |
+
</div>
|
20 |
+
|
21 |
+
<section>
|
22 |
+
<h2>π Dataset</h2>
|
23 |
+
|
24 |
+
<p>
|
25 |
+
The dataset is organized in folders each representing a complete experiment. Each folder is organized as follows:
|
26 |
+
</p>
|
27 |
+
<ul>
|
28 |
+
<li>
|
29 |
+
a <code>.mp4</code> file containing the video of the experiment
|
30 |
+
</li>
|
31 |
+
<li>
|
32 |
+
a <code>.mat</code> file containing the associated data
|
33 |
+
</li>
|
34 |
+
<li>
|
35 |
+
a <code>.md</code> file containing the version of the code used
|
36 |
+
</li>
|
37 |
+
</ul>
|
38 |
+
</section>
|
39 |
+
|
40 |
+
<section>
|
41 |
+
<h2>π Dataset Visualization</h2>
|
42 |
+
<p>
|
43 |
+
To visualize the experiment, we suggest using
|
44 |
+
<a href="https://github.com/ami-iit/robot-log-visualizer">robot-log-visualizer</a> as shown in the following video
|
45 |
+
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/645421457f7b2bed1a01197b/JFnRvecj1QQ_pt7rG-0Dk.webm"></video>
|
46 |
+
</section>
|