Commit
·
5d8fac0
1
Parent(s):
5bc868c
add pictures and enhance readme
Browse files- README.md +28 -0
- docs/rerun.gif +3 -0
- docs/setup_1.jpg +3 -0
- docs/setup_2.jpg +3 -0
- docs/setup_3.jpg +3 -0
- pictures/apple.jpg +3 -0
- pictures/ball.jpg +3 -0
- pictures/book.jpg +3 -0
- pictures/bottle.jpg +3 -0
- pictures/cable.jpg +3 -0
- pictures/carambole.jpg +3 -0
- pictures/cork.jpg +3 -0
- pictures/cream.jpg +3 -0
- pictures/cup.jpg +3 -0
- pictures/elastic.jpg +3 -0
- pictures/foam.jpg +3 -0
- pictures/foam_filter.jpg +3 -0
- pictures/gluestick.jpg +3 -0
- pictures/grappe.jpg +3 -0
- pictures/socks.jpg +3 -0
- pictures/tissues.jpg +3 -0
README.md
CHANGED
@@ -47,3 +47,31 @@ dataset_info:
|
|
47 |
- name: slip
|
48 |
dtype: bool
|
49 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
- name: slip
|
48 |
dtype: bool
|
49 |
---
|
50 |
+
|
51 |
+
|
52 |
+
# Slip Detection Dataset
|
53 |
+
|
54 |
+
A Reachy 2's gripper has been equipped with an [Anyskin](https://any-skin.github.io/) tactile sensor, composed of 5 magnetic sensors. This dataset aims to reproduce the slip detection task described in the paper.
|
55 |
+
|
56 |
+
## Capture protocol
|
57 |
+
|
58 |
+
A list of 16 objects with various hardness levels has been selected (see [pictures](pictures/)).
|
59 |
+
|
60 |
+
  
|
61 |
+
|
62 |
+
The gripper closure was manually triggered. Then the operator pulled the object without removing it from the gripper. Four forces were applied in different directions: up, down, left, and right. The gripper was opened between each force application, and the sensor was reset.
|
63 |
+
|
64 |
+

|
65 |
+
|
66 |
+
The data was recorded using the rerun software and then exported to a CSV file. The operator manually annotated the slip events. An additional capture with no slip events on various objects was recorded to provide only static contact examples.
|
67 |
+
|
68 |
+
## Data format
|
69 |
+
|
70 |
+
Each row of the CSV file contains the following columns:
|
71 |
+
- `log_time`: the time of the capture
|
72 |
+
- `mag1_x`, `mag1_y`, `mag1_z`: the magnetic field values of the first sensor
|
73 |
+
- `mag2_x`, `mag2_y`, `mag2_z`: the magnetic field values of the second sensor
|
74 |
+
- `mag3_x`, `mag3_y`, `mag3_z`: the magnetic field values of the third sensor
|
75 |
+
- `mag4_x`, `mag4_y`, `mag4_z`: the magnetic field values of the fourth sensor
|
76 |
+
- `mag5_x`, `mag5_y`, `mag5_z`: the magnetic field values of the fifth sensor
|
77 |
+
- `slip`: a boolean indicating if a slip event occurred
|
docs/rerun.gif
ADDED
![]() |
Git LFS Details
|
docs/setup_1.jpg
ADDED
![]() |
Git LFS Details
|
docs/setup_2.jpg
ADDED
![]() |
Git LFS Details
|
docs/setup_3.jpg
ADDED
![]() |
Git LFS Details
|
pictures/apple.jpg
ADDED
![]() |
Git LFS Details
|
pictures/ball.jpg
ADDED
![]() |
Git LFS Details
|
pictures/book.jpg
ADDED
![]() |
Git LFS Details
|
pictures/bottle.jpg
ADDED
![]() |
Git LFS Details
|
pictures/cable.jpg
ADDED
![]() |
Git LFS Details
|
pictures/carambole.jpg
ADDED
![]() |
Git LFS Details
|
pictures/cork.jpg
ADDED
![]() |
Git LFS Details
|
pictures/cream.jpg
ADDED
![]() |
Git LFS Details
|
pictures/cup.jpg
ADDED
![]() |
Git LFS Details
|
pictures/elastic.jpg
ADDED
![]() |
Git LFS Details
|
pictures/foam.jpg
ADDED
![]() |
Git LFS Details
|
pictures/foam_filter.jpg
ADDED
![]() |
Git LFS Details
|
pictures/gluestick.jpg
ADDED
![]() |
Git LFS Details
|
pictures/grappe.jpg
ADDED
![]() |
Git LFS Details
|
pictures/socks.jpg
ADDED
![]() |
Git LFS Details
|
pictures/tissues.jpg
ADDED
![]() |
Git LFS Details
|