FabienDanieau commited on
Commit
5d8fac0
·
1 Parent(s): 5bc868c

add pictures and enhance readme

Browse files
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
+ ![setup1](docs/setup_1.jpg) ![setup2](docs/setup_2.jpg) ![setup3](docs/setup_3.jpg)
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
+ ![rerun](docs/rerun.gif)
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

  • SHA256: 4fe0facbee955c898481a2a3933c4dcfe8ba176fe4b2ae85a481c0fb9ac01737
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
docs/setup_1.jpg ADDED

Git LFS Details

  • SHA256: 05a09c8b4b304325b0201a4d76c61f08243f52c9f7ca86a985ac60a7b5450885
  • Pointer size: 131 Bytes
  • Size of remote file: 120 kB
docs/setup_2.jpg ADDED

Git LFS Details

  • SHA256: aa65a90c810547cf9f47f0a426b7008d52b0e5193ed5bf056bea311716b1dd25
  • Pointer size: 131 Bytes
  • Size of remote file: 124 kB
docs/setup_3.jpg ADDED

Git LFS Details

  • SHA256: 4bd9e1dae305408f92bb5e03fde182ea5c2dcd58fff9df6d2429e3043d81301d
  • Pointer size: 131 Bytes
  • Size of remote file: 125 kB
pictures/apple.jpg ADDED

Git LFS Details

  • SHA256: b5f5c4efcf6872d6376a7f02da17baa7ee3b4e8f109eb2d8c363cfeec4af69d2
  • Pointer size: 131 Bytes
  • Size of remote file: 246 kB
pictures/ball.jpg ADDED

Git LFS Details

  • SHA256: f505b97a7565630ac857d143b54e790415e8a1cb44da394080d330d326a001ee
  • Pointer size: 131 Bytes
  • Size of remote file: 247 kB
pictures/book.jpg ADDED

Git LFS Details

  • SHA256: 3656ac91a6615cb5a1419549a0c30d98f6e57543d7d6af0d4ff32878c6ce0a89
  • Pointer size: 131 Bytes
  • Size of remote file: 378 kB
pictures/bottle.jpg ADDED

Git LFS Details

  • SHA256: c0cfc9888f999eecc235e29a73cdfe1c4b6bff5d3604cc20bff9e83702042483
  • Pointer size: 131 Bytes
  • Size of remote file: 320 kB
pictures/cable.jpg ADDED

Git LFS Details

  • SHA256: 80a2035127bcd113cb560c898a8934aaa24c0120ec0c9e48532031dbbb960ae4
  • Pointer size: 131 Bytes
  • Size of remote file: 299 kB
pictures/carambole.jpg ADDED

Git LFS Details

  • SHA256: 6d7cd9a61531a3dd03dbaff75c5c7550f247804d0242ace8284a37edc7747383
  • Pointer size: 131 Bytes
  • Size of remote file: 256 kB
pictures/cork.jpg ADDED

Git LFS Details

  • SHA256: fc12997c30fbaf4be31295c48056070713b40710c2296f91c2a5c913ac501ed3
  • Pointer size: 131 Bytes
  • Size of remote file: 246 kB
pictures/cream.jpg ADDED

Git LFS Details

  • SHA256: 2d7d3675658abb4e5e29e82a2e436d92550a80c69d0ce1738b86ed5e1f4a793f
  • Pointer size: 131 Bytes
  • Size of remote file: 300 kB
pictures/cup.jpg ADDED

Git LFS Details

  • SHA256: 6d6bd8503625acef39f42094e786cb7f37c79fda4238c17c22881d467d61b2c3
  • Pointer size: 131 Bytes
  • Size of remote file: 225 kB
pictures/elastic.jpg ADDED

Git LFS Details

  • SHA256: 7c2bdc3192c2f5e7ad9dcf3e0f7b829632c53aaa931ea6a36a1b3ad47b0d54c3
  • Pointer size: 131 Bytes
  • Size of remote file: 347 kB
pictures/foam.jpg ADDED

Git LFS Details

  • SHA256: 8a65f40dd2cb76f0461d397650dea8af1aa4e1eb866f614bbca59ef706685fc2
  • Pointer size: 131 Bytes
  • Size of remote file: 288 kB
pictures/foam_filter.jpg ADDED

Git LFS Details

  • SHA256: b4196c6de53d79e95eb6da8ead595b24858b12c3268634ddf3d8fd778f2ec32c
  • Pointer size: 131 Bytes
  • Size of remote file: 372 kB
pictures/gluestick.jpg ADDED

Git LFS Details

  • SHA256: fad8c658e764dada97f0310f94ed9947c5fef342c3c7055e43ffaa49c04c6cba
  • Pointer size: 131 Bytes
  • Size of remote file: 261 kB
pictures/grappe.jpg ADDED

Git LFS Details

  • SHA256: b44f69e23affe2ca26be66fe62c8f839dc4486b5f8c917b686de0dc2858caf81
  • Pointer size: 131 Bytes
  • Size of remote file: 304 kB
pictures/socks.jpg ADDED

Git LFS Details

  • SHA256: 0dba5320db3169d2e8368918ed0e342b0a3e957e7358d3a12a9a6224ae1abe5e
  • Pointer size: 131 Bytes
  • Size of remote file: 372 kB
pictures/tissues.jpg ADDED

Git LFS Details

  • SHA256: 4d867b4c25c42209e216ccea6010162d3b1c59f3bb3a6ecc5cbdb7c3bc3dddac
  • Pointer size: 131 Bytes
  • Size of remote file: 278 kB