Commit
·
8242004
1
Parent(s):
332b46d
update gitattributes and README
Browse files- .gitattributes +2 -0
- README.md +29 -0
.gitattributes
CHANGED
@@ -53,3 +53,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
# MATLAB files
|
57 |
+
*.mat filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
---
|
2 |
license: bsd-3-clause
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: bsd-3-clause
|
3 |
---
|
4 |
+
|
5 |
+
<h1 align="center">
|
6 |
+
Nonlinear In-situ Calibration of Strain-Gauge Force/Torque Sensors for Humanoid Robots
|
7 |
+
</h1>
|
8 |
+
|
9 |
+
|
10 |
+
<div align="center">
|
11 |
+
|
12 |
+
|
13 |
+
Hosameldin Awadalla Omer Mohamed, Gabriele Nava, Punith Reddy Vanteddu, Francesco Braghin and Daniele Pucci
|
14 |
+
|
15 |
+
|
16 |
+
</div>
|
17 |
+
|
18 |
+
|
19 |
+
<div align="center">
|
20 |
+
2023 IEEE-RAS International Conference on Humanoid Robots (Humanoids)
|
21 |
+
</div>
|
22 |
+
|
23 |
+
<section>
|
24 |
+
<h2>📂 Dataset</h2>
|
25 |
+
|
26 |
+
<p>
|
27 |
+
|
28 |
+
The dataset is collected from the robot <code>iRonCub-Mk3</code> performing movements to calibrated the F/T sensors mounted on the upper arms. Each folder is holds some <code>.mat</code> files containing the measurements collected from the robot's sensors with <a href="https://github.com/ami-iit/bipedal-locomotion-framework/tree/master/devices/YarpRobotLoggerDevice"><b>YarpRobotLoggerDevice</b></a>.
|
29 |
+
|
30 |
+
</p>
|
31 |
+
</section>
|
32 |
+
|