diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..e0843ae3c77ba55c67e36b0087bbcb8739b595f8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,56 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.lz4 filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +# Audio files - uncompressed +*.pcm filter=lfs diff=lfs merge=lfs -text +*.sam filter=lfs diff=lfs merge=lfs -text +*.raw filter=lfs diff=lfs merge=lfs -text +# Audio files - compressed +*.aac filter=lfs diff=lfs merge=lfs -text +*.flac filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +# Image files - uncompressed +*.bmp filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.tiff filter=lfs diff=lfs merge=lfs -text +# Image files - compressed +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text +*.hdf5 filter=lfs diff=lfs merge=lfs -text diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..fcfdf4c4c89f96b839d28ef4d09c4c89d1547663 --- /dev/null +++ b/LICENSE @@ -0,0 +1,51 @@ +--- +title: MIT License +spdx-id: MIT +featured: true +hidden: false + +description: A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code. + +how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. + +using: + Babel: https://github.com/babel/babel/blob/master/LICENSE + .NET: https://github.com/dotnet/runtime/blob/main/LICENSE.TXT + Rails: https://github.com/rails/rails/blob/master/MIT-LICENSE + +permissions: + - commercial-use + - modifications + - distribution + - private-use + +conditions: + - include-copyright + +limitations: + - liability + - warranty + +--- + +MIT License + +Copyright (c) 2024 Yunfan Jiang + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ae6fa55aa79a2370d5bc937e4f0ac4cb7f0ed427 --- /dev/null +++ b/README.md @@ -0,0 +1,104 @@ +--- +license: mit +language: +- en +--- +# Dataset Card for TRANSIC Data + +This dataset card is accompanied with the [paper](https://arxiv.org/abs/2405.10315) titled TRANSIC: Sim-to-Real Policy Transfer by Learning from Online Correction. +It includes generated simulation data and real-robot human correction data for sim-to-real transfer of robotic arm manipulation policies. + +## Dataset Details + +### Dataset Description + + +This dataset includes two parts, 1) simulation data used in student policy distillation and 2) real-robot data used in residual policy learning. + +The first part can be found in the `distillation` folder. We include 5 tasks in the `distillation/tasks` directory. For each task, we provide 10,000 successful trajectories generated by teacher policies trained with reinforcement learning in simulation. +Furthermore, we also provide `matched_point_cloud_scenes.h5`, a seperate collection of 59 matched point clouds in simulation and the real world. We use them to regularize the point-cloud encoder during policy training. + +The second part can be found in the `correction_data` folder. We include real-world human correction data for 5 tasks. Each task contains different number of trajectories. Each trajectory includes observations, pre-intervention actions, and post-intervention actions for residual policy learning. + +- **Curated by:** [Yunfan Jiang](https://yunfanj.com/) +- **License:** [MIT](LICENSE) + +### Dataset Sources + +- **Repositories:** [TRANSIC](https://github.com/transic-robot/transic), [TRANSIC-Envs](https://github.com/transic-robot/transic-envs) +- **Paper:** [TRANSIC: Sim-to-Real Policy Transfer by Learning from Online Correction](https://arxiv.org/abs/2405.10315) + +## Uses + +Please see our [codebase](https://github.com/transic-robot/transic) for detailed usage. + +## Dataset Structure + +Structure for `distillation/tasks/*.hdf5`: +``` +data[f"rollouts/successful/rollout_{idx}/actions"]: shape (L, 7), first 6 dimensions represent end-effector's pose change. The last dimension corresponds to the gripper action. +data[f"rollouts/successful/rollout_{idx}/eef_pos"]: shape (L + 1, 3), end-effector's positions. +data[f"rollouts/successful/rollout_{idx}/eef_quat"]: shape (L + 1, 4), end-effector's orientations in quaternion. +data[f"rollouts/successful/rollout_{idx}/franka_base"]: shape (L + 1, 7), robot base pose. +data[f"rollouts/successful/rollout_{idx}/gripper_width"]: shape (L + 1, 1), gripper's current width. +data[f"rollouts/successful/rollout_{idx}/leftfinger"]: shape (L + 1, 7), left gripper finger pose. +data[f"rollouts/successful/rollout_{idx}/q"]: shape (L + 1, 7), robot joint positions. +data[f"rollouts/successful/rollout_{idx}/rightfinger"]: shape (L + 1, 7), right gripper finger pose. +data[f"rollouts/successful/rollout_{idx}/{obj}"]: shape (L + 1, 7), pose for each object. +``` + +Structure for `distillation/matched_point_cloud_scenes.h5`: +``` +# sim +data[f"{date}/{idx}/sim/ee_mask"]: shape (N,), represent if each point in the point cloud corresponds to the end-effector. 0: not end-effector, 1: end-effector. +data[f"{date}/{idx}/sim/franka_base"]: shape (7,), robot base pose. +data[f"{date}/{idx}/sim/leftfinger"]: shape (7,), left gripper finger pose. +data[f"{date}/{idx}/sim/pointcloud"]: shape (N, 3), synthetic point cloud. +data[f"{date}/{idx}/sim/q"]: shape (9,), robot joint positions, last two dimensions correspond to two gripper fingers. +data[f"{date}/{idx}/sim/rightfinger"]: shape (7,), right gripper finger pose. +data[f"{date}/{idx}/sim/{obj}"]: shape (7,), pose for each object. + +# real +data[f"{date}/{idx}/real/{sample}/eef_pos"]: shape (3, 1), end-effector's position. +data[f"{date}/{idx}/real/{sample}/eef_quat"]: shape (4), end-effector's orientations in quaternion. +data[f"{date}/{idx}/real/{sample}/fk_finger_pointcloud"]: shape (N, 3), point cloud for gripper fingers obtained through forward kinematics. +data[f"{date}/{idx}/real/{sample}/gripper_width"]: shape (), gripper width. +data[f"{date}/{idx}/real/{sample}/measured_pointcloud"]: shape (N, 3), point cloud captured by depth cameras. +data[f"{date}/{idx}/real/{sample}/q"]: shape (7,), robot joint positions. +``` + +Structure for `correction_data/*/*.hdf5`: +``` +data["is_human_intervention"]: shape (L,), represent human intervention (1) or not (0). +data["policy_action"]: shape (L, 8), simulation policies' actions. +data["policy_obs"]: shape (L, ...), simulation policies' observations. +data["post_intervention_eef_pose"]: shape (L, 4, 4), end-effector's pose after intervention. +data["post_intervention_q"]: shape (L, 7), robot joint positions after intervention. +data["post_intervention_gripper_q"]: shape (L, 2), gripper fingers' positions after intervention. +data["pre_intervention_eef_pose"]: shape (L, 4, 4), end-effector's pose before intervention. +data["pre_intervention_q"]: shape (L, 7), robot joint positions before intervention. +data["pre_intervention_gripper_q"]: shape (L, 2), gripper fingers' positions before intervention. +``` + +## Dataset Creation +`distillation/tasks/*.hdf5` are generated by teacher policies trained with reinforcement learning in simulation. +`distillation/matched_point_cloud_scenes.h5` and `correction_data/*/*.hdf5` are manually collected in the real world. + +## Citation + + + +**BibTeX:** + +``` +@article{jiang2024transic, + title = {TRANSIC: Sim-to-Real Policy Transfer by Learning from Online Correction}, + author = {Yunfan Jiang and Chen Wang and Ruohan Zhang and Jiajun Wu and Li Fei-Fei}, + year = {2024}, + journal = {arXiv preprint arXiv: Arxiv-2405.10315} +} +``` + +## Dataset Card Contact + +[Yunfan Jiang](https://yunfanj.com/), email: `yunfanj[at]cs[dot]stanford[dot]edu` \ No newline at end of file diff --git a/correction_data/insert/2024-01-04-15-25-37.hdf5 b/correction_data/insert/2024-01-04-15-25-37.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..43619b2e2537cc644b219099bf31a4ca22f8ad1a --- /dev/null +++ b/correction_data/insert/2024-01-04-15-25-37.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9e918aeee2556bb18e52be525896e95c10cb72cc48f5a97e08512aa5807c9a +size 1296912 diff --git a/correction_data/insert/2024-01-04-15-29-19.hdf5 b/correction_data/insert/2024-01-04-15-29-19.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..15beff12382b1c8c68157f5f0b230b9317885801 --- /dev/null +++ b/correction_data/insert/2024-01-04-15-29-19.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e883389bb1fc916ae52d02910db68101be65cb7721e7b9b5966e758345a1425 +size 1355304 diff --git a/correction_data/insert/2024-01-04-15-35-55.hdf5 b/correction_data/insert/2024-01-04-15-35-55.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..74d4e8435bccd9ca5fef753d5a2771d2e66975cb --- /dev/null +++ b/correction_data/insert/2024-01-04-15-35-55.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a349de01fd58819bcd06edc2e2593e0ce725c1e37f7e87436c644b2065a1483 +size 1150932 diff --git a/correction_data/insert/2024-01-04-15-45-29.hdf5 b/correction_data/insert/2024-01-04-15-45-29.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..e28906a90342c532c4308b67de0580b1a6e409cc --- /dev/null +++ b/correction_data/insert/2024-01-04-15-45-29.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32090f548778a96b4fa60181a2be62f3e0d0b3b20cb93a6ea3c352b82fa774a2 +size 1413696 diff --git a/correction_data/insert/2024-01-04-15-53-28.hdf5 b/correction_data/insert/2024-01-04-15-53-28.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..28323fdbb2afa2e6edcdeb6cee328038f531217c --- /dev/null +++ b/correction_data/insert/2024-01-04-15-53-28.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9b4d24bded0026f36f3886170db3ff05ae1d879fd4c3b660604936c0f1d853 +size 1851636 diff --git a/correction_data/insert/2024-01-04-17-42-39.hdf5 b/correction_data/insert/2024-01-04-17-42-39.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..54f65a9e7307b9dfa972249287b32806a5152bf0 --- /dev/null +++ b/correction_data/insert/2024-01-04-17-42-39.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83cc8c67c92b6b6641218ff622b4c65256164bf4db8035cb18aed61b7d27603 +size 1209324 diff --git a/correction_data/insert/2024-01-04-17-53-00.hdf5 b/correction_data/insert/2024-01-04-17-53-00.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..68aff841c1abe109295ad1d60cf141268a6c1449 --- /dev/null +++ b/correction_data/insert/2024-01-04-17-53-00.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcd473e8a98d202d8332981a3892d1aaea5a57dd2c53a8a4ac0f2a876f7ef89 +size 1326108 diff --git a/correction_data/insert/2024-01-04-18-04-08.hdf5 b/correction_data/insert/2024-01-04-18-04-08.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..c837dd53218909375163712bf3883e9ab92caf3e --- /dev/null +++ b/correction_data/insert/2024-01-04-18-04-08.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e201734e0cdcd6f52536af476142b2b2987872fdbe5500b3cd57f2e8403c5a61 +size 1413696 diff --git a/correction_data/insert/2024-01-04-18-08-09.hdf5 b/correction_data/insert/2024-01-04-18-08-09.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..6c69b818d5ec913afcf76b288bd28d1efe4c692b --- /dev/null +++ b/correction_data/insert/2024-01-04-18-08-09.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014a4f4c7dffaa2a33e1949745c05eb1564a987bfe601422dc0d13f6aa6f76f7 +size 1472088 diff --git a/correction_data/insert/2024-01-04-18-16-37.hdf5 b/correction_data/insert/2024-01-04-18-16-37.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..db698bfaaf72be4b09a1811f7d27eb5e57e4aa21 --- /dev/null +++ b/correction_data/insert/2024-01-04-18-16-37.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8742c4b998fc88b83b08f70a787a546a40bdca8cbc0a77097575575c511e89 +size 1267716 diff --git a/correction_data/insert/2024-01-04-18-20-57.hdf5 b/correction_data/insert/2024-01-04-18-20-57.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4460faf340a29ed9f76da445d9d1ade3d827d424 --- /dev/null +++ b/correction_data/insert/2024-01-04-18-20-57.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac27ce554335c1d4790e74edde3f46290d62db28ec97b0494444a60b4084c082 +size 1851636 diff --git a/correction_data/insert/2024-01-04-18-25-35.hdf5 b/correction_data/insert/2024-01-04-18-25-35.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..cc1dfc49b2a18b9306a0e81d945de1ca8b486c27 --- /dev/null +++ b/correction_data/insert/2024-01-04-18-25-35.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e778ec919d143132657f3edd6f9e4cad25ec85144872e27e2d464e2fee791703 +size 3340632 diff --git a/correction_data/insert/2024-01-04-18-34-34.hdf5 b/correction_data/insert/2024-01-04-18-34-34.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4467d490aa4c5aa68b914168be9a8f1bbbe503db --- /dev/null +++ b/correction_data/insert/2024-01-04-18-34-34.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4ac677812a11f38a9e32ea6243daafbd144a5926dfc767a0c56fb68b698043 +size 1355304 diff --git a/correction_data/insert/2024-01-04-18-40-11.hdf5 b/correction_data/insert/2024-01-04-18-40-11.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..8e9761c49655afcea1e2d6a948c30727e527d96b --- /dev/null +++ b/correction_data/insert/2024-01-04-18-40-11.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beaf7b13c1668b5f4961be2c9f1830b848ab6cc7ce09dd141d47b302fb50ca0c +size 2026812 diff --git a/correction_data/insert/2024-01-04-18-48-39.hdf5 b/correction_data/insert/2024-01-04-18-48-39.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..7f137c0105d3ee7663f50c5c0724c4d8e739723d --- /dev/null +++ b/correction_data/insert/2024-01-04-18-48-39.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55590af54ed4138aaded42b31f2667ed260d2ecd2278fae3172eb3bdac237b2 +size 3749376 diff --git a/correction_data/insert/2024-01-04-19-00-32.hdf5 b/correction_data/insert/2024-01-04-19-00-32.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..dd80004712a5512d04a172b11f36b7ee01eca4b1 --- /dev/null +++ b/correction_data/insert/2024-01-04-19-00-32.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6a5021645c5490b6e3763b141efd6db3277091a07eba6f77e58cce1f55e309 +size 2523144 diff --git a/correction_data/insert/2024-01-04-19-06-52.hdf5 b/correction_data/insert/2024-01-04-19-06-52.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..2b16bdd8ddb0827dd291f09c29d35d92406435d9 --- /dev/null +++ b/correction_data/insert/2024-01-04-19-06-52.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23bcec54267aecd765bc74635d3a195ce9c9646bb70fca658676c6b320acfd3 +size 1326108 diff --git a/correction_data/insert/2024-01-04-19-10-01.hdf5 b/correction_data/insert/2024-01-04-19-10-01.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..7fe33c8265a5da2997ee3644573eebbf5ba5a8fd --- /dev/null +++ b/correction_data/insert/2024-01-04-19-10-01.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484d06c11b02c53f672514af8ec7ec5e8d2c09aafe6a939e47ab1d99a502f57c +size 1092540 diff --git a/correction_data/insert/2024-01-04-19-12-26.hdf5 b/correction_data/insert/2024-01-04-19-12-26.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..3b195054881ee7eb029647f4031543f3e14a5bb0 --- /dev/null +++ b/correction_data/insert/2024-01-04-19-12-26.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54756a4d63e389199799b003f0bbb43bf3f5ae88ba33cf519262ccc36560e5ea +size 5471940 diff --git a/correction_data/insert/2024-01-04-19-22-20.hdf5 b/correction_data/insert/2024-01-04-19-22-20.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..ed4a990aed3f339e3aa4f6b1c082aa5b81d432c8 --- /dev/null +++ b/correction_data/insert/2024-01-04-19-22-20.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb29d596cdf90c73a0270c14c05e09ca5df8bba5c62454f496183f7b61485745 +size 1121736 diff --git a/correction_data/insert/2024-01-04-19-24-31.hdf5 b/correction_data/insert/2024-01-04-19-24-31.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..9ac2f6432dae06a93f5c85ed7a0178b4066f3491 --- /dev/null +++ b/correction_data/insert/2024-01-04-19-24-31.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c76ad96e4b9dd7368c25f27935446f6fb9bbeb7e65b5706862c3f861ed51a7 +size 1296912 diff --git a/correction_data/insert/2024-01-04-19-28-23.hdf5 b/correction_data/insert/2024-01-04-19-28-23.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..ada2e7eb68962224e4f12b94807225dd94e1e64f --- /dev/null +++ b/correction_data/insert/2024-01-04-19-28-23.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7150452ba35d91fe116421e9426ee803f74d64541ca95f0e6229973329794d +size 3457416 diff --git a/correction_data/insert/2024-01-04-19-33-49.hdf5 b/correction_data/insert/2024-01-04-19-33-49.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..dc2bf4159ece8178c058a0be880b701b15c4b8b8 --- /dev/null +++ b/correction_data/insert/2024-01-04-19-33-49.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6ce49d7ebed44d62ab2881d2b3a9e00c7715b998649d2f619f98edad9dabf0 +size 1764048 diff --git a/correction_data/insert/2024-01-04-19-37-24.hdf5 b/correction_data/insert/2024-01-04-19-37-24.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..29c74d98c9a8f201aed6b83159eea13f38ecbb12 --- /dev/null +++ b/correction_data/insert/2024-01-04-19-37-24.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f1a3a9afd4c6a263218a3f3752093b41ba5fe18e7baab37c4f141617424c7c +size 1209324 diff --git a/correction_data/insert/2024-01-04-19-50-34.hdf5 b/correction_data/insert/2024-01-04-19-50-34.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..b011c35ba3f99b6e1eb7d94e83caf589fde0fb7a --- /dev/null +++ b/correction_data/insert/2024-01-04-19-50-34.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac11340f6e7ecc6dd91f98825665bc90d06e224613e51b186baf93821197152 +size 1734852 diff --git a/correction_data/insert/2024-01-05-14-14-55.hdf5 b/correction_data/insert/2024-01-05-14-14-55.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..f56a5ac668bd4ba1d90697762c4ee0fccf917e82 --- /dev/null +++ b/correction_data/insert/2024-01-05-14-14-55.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a78dfed8d5ead7832162a50802ac25b5df42031f5723c7df0340ffe3aad1b0 +size 1296912 diff --git a/correction_data/insert/2024-01-05-14-18-34.hdf5 b/correction_data/insert/2024-01-05-14-18-34.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..717845ace54f6eae1048db5761c25e60df710b4e --- /dev/null +++ b/correction_data/insert/2024-01-05-14-18-34.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c693df45dcc476879d13ca1ed4c252c7483f86884a7f8d1bdcea79ee7b53fa +size 3194652 diff --git a/correction_data/insert/2024-01-05-14-23-50.hdf5 b/correction_data/insert/2024-01-05-14-23-50.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..314f78c430071367bf473dd2af2f89d5ded65f98 --- /dev/null +++ b/correction_data/insert/2024-01-05-14-23-50.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4e711334428b3d1a6e096c2c32d408a0825161d1af01eacb88b8cd3fbcb052 +size 1267716 diff --git a/correction_data/insert/2024-01-05-14-26-11.hdf5 b/correction_data/insert/2024-01-05-14-26-11.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..df1c843898dbf8120159c6a7999e9bbef7855193 --- /dev/null +++ b/correction_data/insert/2024-01-05-14-26-11.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d07756f7a23ae5d59dadf11d8ba7e5c483fe6021065727c26e784740d7b2d0 +size 1121736 diff --git a/correction_data/insert/2024-01-05-14-28-21.hdf5 b/correction_data/insert/2024-01-05-14-28-21.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..1458f3218acb07f4a956b094b98bbad94bcbd1e0 --- /dev/null +++ b/correction_data/insert/2024-01-05-14-28-21.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cde000615a5dd0cfd3dab70c58c824cafb25df26b4cfa649964f6d749f3dac6 +size 1442892 diff --git a/correction_data/insert/2024-01-05-14-31-18.hdf5 b/correction_data/insert/2024-01-05-14-31-18.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..ec1adf6b5028ecd43e2b89a66b7c1a47fdab6e9a --- /dev/null +++ b/correction_data/insert/2024-01-05-14-31-18.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1d1a8a381fda509c74037f52fac03c3961a36ccb89841af0a80bac9f7103fe +size 1501284 diff --git a/correction_data/insert/2024-01-05-14-34-08.hdf5 b/correction_data/insert/2024-01-05-14-34-08.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..cd2a1452ffb9d34d04929e97e446813e093aa22b --- /dev/null +++ b/correction_data/insert/2024-01-05-14-34-08.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03db47d1d3a45cd738db38d4362707b695be11c22b331c42b8b2c1d96e8cdfbb +size 4128924 diff --git a/correction_data/insert/2024-01-05-14-40-06.hdf5 b/correction_data/insert/2024-01-05-14-40-06.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..a2f3e8ded3abacef1cd0c49e0f0938d1d4b25747 --- /dev/null +++ b/correction_data/insert/2024-01-05-14-40-06.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130d05899ca2a9dca45c59d1ac006bd66056ec549fb4f34beb53fa4546daa9cb +size 2815104 diff --git a/correction_data/insert/2024-01-05-15-00-34.hdf5 b/correction_data/insert/2024-01-05-15-00-34.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..7a9211fbe0420c6ca7febd4aebf91a348d57fed1 --- /dev/null +++ b/correction_data/insert/2024-01-05-15-00-34.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57f2ba2aba9d771c4c1ae7383151b090d24398a47562dfaec1160df632068c1 +size 2085204 diff --git a/correction_data/insert/2024-01-05-15-09-40.hdf5 b/correction_data/insert/2024-01-05-15-09-40.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..eadb3848d3019304a6c8174365577c4c795f3547 --- /dev/null +++ b/correction_data/insert/2024-01-05-15-09-40.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22960956820f80a9af9e044c9fe7cbf789ce96fd00cceda2a965d5d21b601c6f +size 1618068 diff --git a/correction_data/insert/2024-01-05-15-14-51.hdf5 b/correction_data/insert/2024-01-05-15-14-51.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..c74cbf95be475a4ef8805c43f64728f02b06c342 --- /dev/null +++ b/correction_data/insert/2024-01-05-15-14-51.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b5330a2eaeef65aac8664de27d08f249fa646a4baa291f217852076222f3c4 +size 2552340 diff --git a/correction_data/insert/2024-01-05-15-18-21.hdf5 b/correction_data/insert/2024-01-05-15-18-21.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..0aeeedac8d40e9681ba69f9f84cca421f37c49e7 --- /dev/null +++ b/correction_data/insert/2024-01-05-15-18-21.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12fb793c5ab0849ac2cb2a408b360626355c48d36aea30b45f2ee5d93dd2cb0 +size 2318772 diff --git a/correction_data/insert/2024-01-05-15-22-14.hdf5 b/correction_data/insert/2024-01-05-15-22-14.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..b7459a3d353ec47567358cc73a322aa1d4a9e03a --- /dev/null +++ b/correction_data/insert/2024-01-05-15-22-14.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03ff68d679974b87f606a44113826b266fdb902899e951d36ab4158a44b2135 +size 2143596 diff --git a/correction_data/insert/2024-01-05-15-25-03.hdf5 b/correction_data/insert/2024-01-05-15-25-03.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..f68364324a2f873250daa7851e1922f3b4019c5d --- /dev/null +++ b/correction_data/insert/2024-01-05-15-25-03.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edca1e55a4ccef2143b8efaa84f003c0b0d9ef91a067d776f7a6ddb71a6f9486 +size 1939224 diff --git a/correction_data/insert/2024-01-05-15-28-27.hdf5 b/correction_data/insert/2024-01-05-15-28-27.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..8309431f0088f3f84288f16894992907dc1c9790 --- /dev/null +++ b/correction_data/insert/2024-01-05-15-28-27.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed7ff9977dbe23c589c37444018887a960e909aead9c5ecc7ae8c62670ec2b7 +size 2114400 diff --git a/correction_data/insert/2024-01-05-15-33-56.hdf5 b/correction_data/insert/2024-01-05-15-33-56.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..0289c65cb67bf1f1500a53318efd9b41e31b18c8 --- /dev/null +++ b/correction_data/insert/2024-01-05-15-33-56.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3137b23f6ed8d1dc81902e0fc6161b41c98d25261517f0d86ffda98c8f221e59 +size 3253044 diff --git a/correction_data/insert/2024-01-05-15-38-54.hdf5 b/correction_data/insert/2024-01-05-15-38-54.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..0efb83799abf8b5aa9a517615475774c7ef34820 --- /dev/null +++ b/correction_data/insert/2024-01-05-15-38-54.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be6f9175fc1142b38d26ba89c6756ce28006e0891ccc2bec68932f642f3f574 +size 2406360 diff --git a/correction_data/insert/2024-01-05-15-43-29.hdf5 b/correction_data/insert/2024-01-05-15-43-29.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..46ae3d35d31bfff0b6e15787fe55573171e893d6 --- /dev/null +++ b/correction_data/insert/2024-01-05-15-43-29.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5bc89b01d1bd971a75c5e6315242f89c8d58fd11019ed09534a61eb62d8ee8 +size 1063344 diff --git a/correction_data/insert/2024-01-05-15-45-18.hdf5 b/correction_data/insert/2024-01-05-15-45-18.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..252d7331c491c45eceb21fac802291af64e595b3 --- /dev/null +++ b/correction_data/insert/2024-01-05-15-45-18.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59ba9b2b5e1b6d3452175007c98d330db90f66fa0ee45b10994963293ce485d +size 2056008 diff --git a/correction_data/insert/2024-01-05-15-49-38.hdf5 b/correction_data/insert/2024-01-05-15-49-38.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..b0c0ee15a903b99a9a0126dae7f428d9b13b190f --- /dev/null +++ b/correction_data/insert/2024-01-05-15-49-38.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98b1f56f950a28388b8335f19b9df361e6bafd5e28e43f16139dfead8c0a02b +size 1822440 diff --git a/correction_data/insert/2024-01-05-15-52-13.hdf5 b/correction_data/insert/2024-01-05-15-52-13.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..c8af1aa3bbab25c6fb1b4a3dfecf5cc3081fc3cd --- /dev/null +++ b/correction_data/insert/2024-01-05-15-52-13.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad00513e726261695f769d30e1c6ced8317a56d6f3c8ca25c02535c2d6996c7 +size 1647264 diff --git a/correction_data/insert/2024-01-05-15-57-15.hdf5 b/correction_data/insert/2024-01-05-15-57-15.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..29722ffeb8d0db77a57d444c868b9d110d51e267 --- /dev/null +++ b/correction_data/insert/2024-01-05-15-57-15.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d78d30d44357e88675a307c3c6cc8b08e6dbaa894e2b599cf322c87831c46e2 +size 1267716 diff --git a/correction_data/insert/2024-01-05-15-59-48.hdf5 b/correction_data/insert/2024-01-05-15-59-48.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..edfed5908a5074f1c5a337c9d92535e740d9d4bd --- /dev/null +++ b/correction_data/insert/2024-01-05-15-59-48.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae93d7be90939874a6eac149518e677af9dbcee13c2daba9627bb8ad83a5f769 +size 1559676 diff --git a/correction_data/insert/2024-01-05-16-02-42.hdf5 b/correction_data/insert/2024-01-05-16-02-42.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..a76695bdf806e8c8dd479d08956810af9c0d468e --- /dev/null +++ b/correction_data/insert/2024-01-05-16-02-42.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb6ac6271036e6b832d81c7b24dae50deb006069349023d6c8641ff3240eac3 +size 1296912 diff --git a/correction_data/insert/2024-01-05-16-04-53.hdf5 b/correction_data/insert/2024-01-05-16-04-53.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..5d229bd0c8bc7aaca58388a852720f9fd0c852a2 --- /dev/null +++ b/correction_data/insert/2024-01-05-16-04-53.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e73703c78a2c9250ddf3db1f7ba8bd6a98cff6b23b5f44d0a2f372b3f01a3cb +size 1121736 diff --git a/correction_data/insert/2024-01-05-16-07-06.hdf5 b/correction_data/insert/2024-01-05-16-07-06.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..c5d0336ccce3c03ea2285c33e9cae83d3243e347 --- /dev/null +++ b/correction_data/insert/2024-01-05-16-07-06.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957cb85d83f0500c76b9db43682fe218d4a612ba8da728c9676c2ba5917c3503 +size 1472088 diff --git a/correction_data/insert/2024-01-19-22-15-54.hdf5 b/correction_data/insert/2024-01-19-22-15-54.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..a978d4c4ebd263c1b885a3097c95545abd03bc7e --- /dev/null +++ b/correction_data/insert/2024-01-19-22-15-54.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1432b3f17c89d0e56ddf2eac29e5ecda01039e5aeb2150f0053bc3ccbf67f84c +size 1239192 diff --git a/correction_data/insert/2024-01-19-22-19-14.hdf5 b/correction_data/insert/2024-01-19-22-19-14.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..3141c8c9f02384b89a64ed6a51d39b002da5b6fe --- /dev/null +++ b/correction_data/insert/2024-01-19-22-19-14.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0944f5e485dce3106e4ebb0d947ceb89e52b9641790baa2de80cf72b502e1cb +size 1618948 diff --git a/correction_data/insert/2024-01-19-22-23-30.hdf5 b/correction_data/insert/2024-01-19-22-23-30.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..79de27fb9074b9cf9e9c98fec05d897ad344d88c --- /dev/null +++ b/correction_data/insert/2024-01-19-22-23-30.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8034f5365a257f5ae1541dabcd1f20d0a075a536d61d8de0a03209ed51bce6e5 +size 1385252 diff --git a/correction_data/insert/2024-01-19-22-26-33.hdf5 b/correction_data/insert/2024-01-19-22-26-33.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..92e19ec1ee3dbd1acc8ecac9f869a2d5f9087df6 --- /dev/null +++ b/correction_data/insert/2024-01-19-22-26-33.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f557b51b715244f4614f2598eb96f393b77f8d5792ecb4798e47fe9c595c4cf +size 1297616 diff --git a/correction_data/insert/2024-01-19-22-29-40.hdf5 b/correction_data/insert/2024-01-19-22-29-40.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..6c043b12c7effc82a94b857c9eb3de49cff60cf5 --- /dev/null +++ b/correction_data/insert/2024-01-19-22-29-40.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59c5572de6b50292e7ec1f793b7d180651716ade147b7622a39095bd4280c98 +size 1443676 diff --git a/correction_data/insert/2024-01-19-22-32-49.hdf5 b/correction_data/insert/2024-01-19-22-32-49.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..3d1bed9311f59767e636b357670e86528ef46f33 --- /dev/null +++ b/correction_data/insert/2024-01-19-22-32-49.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549eec8ecc9d1fc6d7666188647d7b15bb558fc7596e42f6d3500af9fdbad937 +size 1239192 diff --git a/correction_data/insert/2024-01-19-22-36-19.hdf5 b/correction_data/insert/2024-01-19-22-36-19.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..6f7076dc60be02c352d1ba72f51f5e5ebe1d4581 --- /dev/null +++ b/correction_data/insert/2024-01-19-22-36-19.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675eb25ad593529de3b8d29d319110e43aab18ed72648813bfc88f65d22c80cb +size 976284 diff --git a/correction_data/insert/2024-01-19-22-39-00.hdf5 b/correction_data/insert/2024-01-19-22-39-00.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..5fd406ba343125163632a2c49f03baee29dd7cfa --- /dev/null +++ b/correction_data/insert/2024-01-19-22-39-00.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5c2ad85c18af230e7f5facf1f54ec4bdf336068ab8a3015fe9c0a5fc29c7d8 +size 1297616 diff --git a/correction_data/insert/2024-01-19-22-42-19.hdf5 b/correction_data/insert/2024-01-19-22-42-19.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..5b52dc2ca7dd648d0551bee3d01c75d0bc99b7b0 --- /dev/null +++ b/correction_data/insert/2024-01-19-22-42-19.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54edea972fd4ae78219ba8d1db8871746bde18144fe2670e6a3a1117d6bbec8 +size 1151556 diff --git a/correction_data/insert/2024-01-19-22-44-53.hdf5 b/correction_data/insert/2024-01-19-22-44-53.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..2e20bb1310c56658f929876b08a2f92a7e683607 --- /dev/null +++ b/correction_data/insert/2024-01-19-22-44-53.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8b452918848f8f1b1de8058e5042a07f369abe187e6cd32e8a3aad25c58900 +size 1239192 diff --git a/correction_data/insert/2024-01-19-22-52-49.hdf5 b/correction_data/insert/2024-01-19-22-52-49.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..ccda6f18736736b8b06befbd12bcc9772490d2a3 --- /dev/null +++ b/correction_data/insert/2024-01-19-22-52-49.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982e308dba808de48147b7e6507d19f56b5dd9df2d6df946f24c63f34108d4da +size 1239192 diff --git a/correction_data/insert/2024-01-19-22-55-48.hdf5 b/correction_data/insert/2024-01-19-22-55-48.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..d4f3268c3d7d8c137d03ab648e6708206ad88928 --- /dev/null +++ b/correction_data/insert/2024-01-19-22-55-48.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e462b95fcdae0b01c63dbd7218aa03e4638ca7126a0078efe4bab8bb4bc69e79 +size 1063920 diff --git a/correction_data/insert/2024-01-19-22-58-56.hdf5 b/correction_data/insert/2024-01-19-22-58-56.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..f8f513a7b536982f59565b8c7d79fdc5b565106a --- /dev/null +++ b/correction_data/insert/2024-01-19-22-58-56.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc133ce60114a4c0f0b28d8f42ed97c29992b1842e53e96f0dd7afeae9eb74a +size 917860 diff --git a/correction_data/insert/2024-01-19-23-01-47.hdf5 b/correction_data/insert/2024-01-19-23-01-47.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..1f8c759748d0063b2bf9f5cc21a1de678239a03d --- /dev/null +++ b/correction_data/insert/2024-01-19-23-01-47.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acdf7f1d20657c7236c53154a140e83699524d38a3812bf5213a947c080c02f1 +size 1443676 diff --git a/correction_data/insert/2024-01-19-23-05-23.hdf5 b/correction_data/insert/2024-01-19-23-05-23.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..6b56ca8bc3d236a603b9764a066025bfc2a6fd69 --- /dev/null +++ b/correction_data/insert/2024-01-19-23-05-23.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d227da000a331eea02db77837436bd68e33cd33ba896edd61770b21a378ab0 +size 976284 diff --git a/correction_data/insert/2024-01-19-23-08-16.hdf5 b/correction_data/insert/2024-01-19-23-08-16.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4b7f5e5bb099c99042e0edd36d882b0825ddf963 --- /dev/null +++ b/correction_data/insert/2024-01-19-23-08-16.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5329ca05ff50d3ff7a0027fdf6da10c7328fde1ac61b32a4b7809582630de1b2 +size 1268404 diff --git a/correction_data/insert/2024-01-19-23-11-21.hdf5 b/correction_data/insert/2024-01-19-23-11-21.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..3bd96f762171587cf6a311179ff762038095c4c6 --- /dev/null +++ b/correction_data/insert/2024-01-19-23-11-21.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8932276cbcf2603e31991432d37475a432d3748fb23b3c8687f57c7ffe8c7ad +size 1209980 diff --git a/correction_data/insert/2024-01-19-23-14-24.hdf5 b/correction_data/insert/2024-01-19-23-14-24.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..93ea5f56dafd19ada755e8c1b6f2b6736386c6d6 --- /dev/null +++ b/correction_data/insert/2024-01-19-23-14-24.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eda6e9a01d1faabc9cd290288c489649ea0bbc662cd38eb375a5fa0f51c87b4 +size 771800 diff --git a/correction_data/insert/2024-01-19-23-16-50.hdf5 b/correction_data/insert/2024-01-19-23-16-50.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..3b387565c2d1662f4853cc6c19eea31ccd5f1dd8 --- /dev/null +++ b/correction_data/insert/2024-01-19-23-16-50.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3aecd89631fa8eab314312613cde658cc4594be88b0d6894952ec0aa72d89e +size 1385252 diff --git a/correction_data/insert/2024-01-19-23-20-30.hdf5 b/correction_data/insert/2024-01-19-23-20-30.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..8e11792e5ddfff73253ec0d0805c8532a8a543f8 --- /dev/null +++ b/correction_data/insert/2024-01-19-23-20-30.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25088ca55008201dd3d287731b7ad97bc102ffd8f6d82b200b5b1ad405fd8981 +size 1093132 diff --git a/correction_data/insert/2024-01-19-23-23-15.hdf5 b/correction_data/insert/2024-01-19-23-23-15.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..b8ab7ac8935ce761bb1f768558fb581ad432a220 --- /dev/null +++ b/correction_data/insert/2024-01-19-23-23-15.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57206a2afaba19d57c58198f78762c1b2e8abd2ff784d38b60d5ba0c2a8f0950 +size 1180768 diff --git a/correction_data/insert/2024-01-19-23-26-07.hdf5 b/correction_data/insert/2024-01-19-23-26-07.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..13de43f03ad88aa30b232f41caee3485312ae648 --- /dev/null +++ b/correction_data/insert/2024-01-19-23-26-07.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c9e3526e50057636e203d23f003a2ecc84fd298ee57acb7197605aa6863d2a +size 1326828 diff --git a/correction_data/insert/2024-01-19-23-28-58.hdf5 b/correction_data/insert/2024-01-19-23-28-58.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..313d805b3e3a5f4d0ab14f09e1b9482774d4499c --- /dev/null +++ b/correction_data/insert/2024-01-19-23-28-58.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908e90f245662afc74170b216aced3b68358082ba7e62e169ba74fb17cfe6019 +size 1209980 diff --git a/correction_data/insert/2024-01-19-23-32-01.hdf5 b/correction_data/insert/2024-01-19-23-32-01.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..5997a0f140e3b6cb86c5029369bf12333c8c452d --- /dev/null +++ b/correction_data/insert/2024-01-19-23-32-01.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5982b1b9b36b60ac7e438a411993cad01c47bf6a94cfa09dc63fec266d78ff13 +size 1005496 diff --git a/correction_data/insert/2024-01-19-23-35-16.hdf5 b/correction_data/insert/2024-01-19-23-35-16.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..d8b1ccf6891dfa245dcc96d095a59e5ebd0fbfd0 --- /dev/null +++ b/correction_data/insert/2024-01-19-23-35-16.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e83028aa99c5de0322408f679fd775dfae7f4cf1f6bb0aa69c52e7b53fbc2e +size 1034708 diff --git a/correction_data/insert/2024-01-19-23-38-10.hdf5 b/correction_data/insert/2024-01-19-23-38-10.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..c332ee6e3aa042ccb4b82e6c33d2848c5adfea2c --- /dev/null +++ b/correction_data/insert/2024-01-19-23-38-10.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0742486b955e90f98aeb36b36275138cfc3dea6c5f1fc6cefea6a9ffbbc9035 +size 917860 diff --git a/correction_data/insert/2024-01-19-23-40-34.hdf5 b/correction_data/insert/2024-01-19-23-40-34.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..6ff03a473e4e80f06928efc1eab385b6029989de --- /dev/null +++ b/correction_data/insert/2024-01-19-23-40-34.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287f2bb30381e216f6750e8fd7e67419e913018369a2794146d8bb1bf2d1d32c +size 1034708 diff --git a/correction_data/insert/2024-01-19-23-43-28.hdf5 b/correction_data/insert/2024-01-19-23-43-28.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..10162e349b97e1cfec1dd27b1f4ed1bdedde5c36 --- /dev/null +++ b/correction_data/insert/2024-01-19-23-43-28.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80e699a166fda5e191b9ce27b3da954fe47df6c315db6c94462f0da915aef84 +size 1209980 diff --git a/correction_data/insert/2024-01-19-23-46-27.hdf5 b/correction_data/insert/2024-01-19-23-46-27.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..16376ead021f402d13291d21f9d9137c88232606 --- /dev/null +++ b/correction_data/insert/2024-01-19-23-46-27.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d6e65603f0f5d3ebef913fd6d36aa56a011055d5329edcb4b8db2ac9c0a2a0 +size 1239192 diff --git a/correction_data/insert/2024-01-19-23-49-25.hdf5 b/correction_data/insert/2024-01-19-23-49-25.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4d5d5f463d74e477fb264888f7b89fddac1c8244 --- /dev/null +++ b/correction_data/insert/2024-01-19-23-49-25.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4e6eefe2e9d87beed8c3f5b91f8f23325560a7b5110f4c78da188a4ad14317 +size 888648 diff --git a/correction_data/insert/2024-01-19-23-51-56.hdf5 b/correction_data/insert/2024-01-19-23-51-56.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..3c442375ad116d645e12bf1155706ac62780bfe3 --- /dev/null +++ b/correction_data/insert/2024-01-19-23-51-56.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af7c7e8a885e7af5024f2d00a9a2a3797b062b02a88d9693f8341cc01198eba +size 917860 diff --git a/correction_data/insert/2024-01-19-23-56-45.hdf5 b/correction_data/insert/2024-01-19-23-56-45.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..302dd12987274449683a5e333ae2014c09fc8c6b --- /dev/null +++ b/correction_data/insert/2024-01-19-23-56-45.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbf9ee3360a0eacd5db4809e595380e7d15840b6acc76a83a9d78e02611ad2c +size 1151556 diff --git a/correction_data/insert/2024-01-19-23-59-55.hdf5 b/correction_data/insert/2024-01-19-23-59-55.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..5193fc9027a046b05dfb259460136a56de192d9a --- /dev/null +++ b/correction_data/insert/2024-01-19-23-59-55.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d27fc78e42ecbb98e8619047b77dff53b00ad165228e5418fa75538c309203 +size 1151556 diff --git a/correction_data/insert/2024-01-20-00-02-57.hdf5 b/correction_data/insert/2024-01-20-00-02-57.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..0244164a4c8b419286d3c7c92fd20ffd7061e288 --- /dev/null +++ b/correction_data/insert/2024-01-20-00-02-57.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602e63b1e69846c10da6d3d4e8b28d88cc1e04011c963176a04631caf46ca599 +size 830224 diff --git a/correction_data/insert/2024-01-20-00-05-05.hdf5 b/correction_data/insert/2024-01-20-00-05-05.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..d39e209b1a335dc084a542f2552d62620a4c5c69 --- /dev/null +++ b/correction_data/insert/2024-01-20-00-05-05.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048690aabcd6b95893d65590bd461f00cf4fdb0b5e88bb28fa9a35ca61833ba1 +size 1122344 diff --git a/correction_data/insert/2024-01-20-00-07-37.hdf5 b/correction_data/insert/2024-01-20-00-07-37.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..11e9b2d33bcb51ab8406e032662de829c85560e1 --- /dev/null +++ b/correction_data/insert/2024-01-20-00-07-37.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192989195661c37cbe6dcbc3251e46523b7f3841a55c8c61968e7382751d74ae +size 1122344 diff --git a/correction_data/insert/2024-01-20-00-10-17.hdf5 b/correction_data/insert/2024-01-20-00-10-17.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..0099d1c88fb11ec45add1178ddfde2c6089616bd --- /dev/null +++ b/correction_data/insert/2024-01-20-00-10-17.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53d4a6f37282c06b28025f66503811bc4a9fbadc1599f80573f667d03b70af7 +size 1034708 diff --git a/correction_data/insert/2024-01-20-00-13-32.hdf5 b/correction_data/insert/2024-01-20-00-13-32.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..204bde728731170b3011ebbe010cf3e8f95cd57f --- /dev/null +++ b/correction_data/insert/2024-01-20-00-13-32.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b02a202de05b7835d167e63f5533cf9400214e3bbdeb270b805ee17fea1ee5d +size 1209980 diff --git a/correction_data/insert/2024-01-20-00-16-18.hdf5 b/correction_data/insert/2024-01-20-00-16-18.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..6d50baab94868a4ecde8447fbd21da8a90882d9c --- /dev/null +++ b/correction_data/insert/2024-01-20-00-16-18.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d9f706ad16cd1d954eb8bd6778d70fe38832ddb5b9953a8d5a811351f41360 +size 1297616 diff --git a/correction_data/insert/2024-01-20-00-19-09.hdf5 b/correction_data/insert/2024-01-20-00-19-09.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..d871226a9d1e07d5b4c127eb2ba2820cd327cdea --- /dev/null +++ b/correction_data/insert/2024-01-20-00-19-09.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd548a2f3181cc532954e5eb62f65adcd7cd0024d1f2e59efccc398e28a14313 +size 1034708 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-26-04.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-26-04.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..198f46e00afd69ae423e18882c0a5ce162cf9900 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-26-04.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4efa1f910ddb19bdbd5fa9c124e24fc1723f5baddcaddaad9f5437cb567f12c0 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-30-39.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-30-39.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4166b7b1917362593094594be3da34d1711cca4b --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-30-39.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1669000f27e32ad2658d29439dcbc998c94c367387e2f6dfc3e94e69a470117d +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-32-25.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-32-25.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..0f4a78676b02d81bfe47aacb6f28f707d3bc62c2 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-32-25.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf986eb2acf75cceabad8170ae859b9618353de50e336bca4492f56c26ebff2 +size 129208 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-34-30.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-34-30.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..d56d73363259ae0cc044d05293ec42f88ea3d1a8 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-34-30.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e578284e15564e603d130da4446465bfacad71739a0ae5e190a9b7956072c9b +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-36-52.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-36-52.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..ad6bc6abfc8bc5e6e9a629dda9cdff06cac7cdbb --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-36-52.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983fa5abfdb60741467426aa177fbc3489b15048287e773057f5395c75806cc4 +size 129208 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-38-40.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-38-40.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..55d0b566ddd1e6c0566d925d4a4a525a37674d86 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-38-40.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74fe0eda7f092ef96bb3153b044e9af3bb93231dfd11b05c465cf0d20b38305 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-40-13.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-40-13.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..a9517c8759459fd0001ee3932851de9ecc62d7d3 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-40-13.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42148472ca5cbac978e936406091843fbcd4f695c40c015dda643aff9a85cde1 +size 71632 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-41-48.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-41-48.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..2f7962451067ab321780101913ac08e5b0a99955 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-41-48.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472dbbeadcda3d0b3b657a176b76b0d854f0150f91065bf3a1bfc9f073dfdc8e +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-43-29.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-43-29.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4eb4f164a980dd292b491a68dae3cf04dd3572be --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-43-29.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fc1f3529357cbf8c0661649f72b9a1ec9cd1572a350b29bd70c134e34501bd +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-45-03.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-45-03.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..5525b1839af72e9ebe93e23bc43a9c12ec40c3d5 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-45-03.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda6ed1d23e1548b0f13065ddda4bcff846333e5b78f070a48563673495a4926 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-46-38.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-46-38.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4a617e4fee87e53da78d057d1c228567c0658a5c --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-46-38.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c992e61bb178164d4668448602ba5e96b9a1b2a7b7fe919a4fee6e3f10c965 +size 71632 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-49-21.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-49-21.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4d28b6a116ccbb7172fdad8638963b676bf5b4c7 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-49-21.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2755111a3ac55398a5abbe07c114918580da8e5428e117fd62298554f4511a7 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-50-53.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-50-53.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..3664d24df656471384e9faa46a94ffb19ff8cd29 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-50-53.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ef9d6331f9075af2608a4205b8d13a45d7efe3acbe787e1b6a3002291d22a4 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-52-23.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-52-23.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..f12250487f15d757cfc36d2b2917836c26d4a02e --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-52-23.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b195bb96a11af1a20718c2422ee5ff8b251c3dede0c7e0d60b27d058180f2c +size 71632 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-53-50.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-53-50.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..e8a7ef0d2d14976702abe9820de73964c6ffbfd9 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-53-50.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa94442215e7cea60cfa506f9e353b72403166e18b245d08eb0c7e576fd2234 +size 158356 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-55-40.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-55-40.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..805be8944fc21d3945073e6c2676b8b1c7d98583 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-55-40.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23dbce7395017ecb9ea8e2d9000b81d7fe7e634b52206a705cdec18e308a4393 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-57-38.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-57-38.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..a7475fb1fc5de7c8abd46d2f3a70603bf53f2c3e --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-57-38.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d51046a7668ccbb961f9b6da70f56e8a2b7588b531bf7435f1ca868fb70fd56 +size 71632 diff --git a/correction_data/lift_leaned_leg/2024-03-24-13-58-42.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-13-58-42.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..27e489df81baacfd0aae790f379e05ea92a21ac0 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-13-58-42.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3b81c29d46f761a69382ee39f771573b0bcf93da9a69b8798df47a1d4c7da7 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-00-29.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-00-29.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..747f798eed2852eb990cdebf7246eda50195d185 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-00-29.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb59984889f0b3a29abbc647cb9ea56959105563f0d4eb5c05b188dfe4c92dd +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-04-22.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-04-22.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..6c95ee6e7097f6024153160d31591c2ede5d0544 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-04-22.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf5743ab2267ad9df79e954fa14adcab605757c38147544ed8ae0e5686a893e0 +size 71632 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-05-50.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-05-50.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..155167e1513706136ed7d995625354ebb70eb3c2 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-05-50.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63c1d6eadab2e3670abccd1ba9e96f6319efe4a51c09dba06f98ee13eb9e03b +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-07-25.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-07-25.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..670152a52260976e5947921215b7e085cafd3511 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-07-25.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5489172997c1a0551f2ff4aead66cad96808cc8a74f03201a575d2cf558de05 +size 129208 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-10-35.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-10-35.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..b77ad9103efeeb224ae084447efae286d4d83263 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-10-35.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7592206317f6030af159f5f7a63c1f5ff6460ba44ac08235e45ab102ade59d1 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-12-37.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-12-37.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..84ead219a0b3d9f7ef2a73ebf498d32464d6d680 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-12-37.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3292a1ebde19433f4131ceb2cd0d2739ee9eaa6f6ddc1c28b3fb566eed20e1cd +size 71632 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-13-29.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-13-29.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..caa26b3f91be149fba87fba86bcd0f95ac728c12 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-13-29.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc4b10fdd0ebd043728d84b3f8d6b19f0999dbcbb334b0a7467dd76b938bab0 +size 129208 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-15-29.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-15-29.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..e7914fca6e8adf24250f2f7e1c75beca08cea2cd --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-15-29.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e4cc0cab7365cf752ca84035d9e7c83f67a7fe0405fcd49e42b5c2b950cd13 +size 71632 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-17-12.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-17-12.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..3d0be8f569aa9009562c9869ebd200c89506226c --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-17-12.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a3cf08a87ee23d3765f972f5973233634dff37b749f8be70febd2683af8ba9 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-18-48.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-18-48.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..b60644eeaa49995bf76b368d318c91ea9b3b0b63 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-18-48.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f020c82a5afabdd66c15a80489f261bed68208c96df0e6ef79b7ee5f83ca5317 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-20-20.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-20-20.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..ab6fad7f894135fb93a3d3b03e78d3ae4e6e5f2f --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-20-20.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5a51cfe9271bfc1275fc22a3b2b23acc44a85205367b5df70847fa2f7af794 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-21-54.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-21-54.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..c319bef2e0fd9daf53c0ca3ae0ef8049cfc9c966 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-21-54.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df03335ea43aad78927c244dbde8f5352da8dee9c22123b1a742abc0abc026d +size 71632 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-23-23.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-23-23.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..2e56fab38635111b05ccf92d0e3e6de72d7c21c7 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-23-23.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec590816c9581d234f1c5b48534f627cd2417253e4a32adb0e2eab72d8e7d914 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-24-39.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-24-39.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..9fe47cfe5e5b3bafc6bb0a5d91cd9bb8ff8f8fff --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-24-39.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4132f4286e3765b5a392a47312782eccfeea4f7b75e3b902edf1b82f25f5e648 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-25-57.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-25-57.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..5eb51061eea61e761a35b06fa3f65ca38a97507d --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-25-57.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217c85603a09801a7027e4fdd3cf68a84daac5160eeff23af979b1912375b328 +size 158356 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-30-52.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-30-52.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..8ca9cb47e138f39a42181e6b8a5666b426f3837d --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-30-52.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ec46dd0155775c2afbc30ad1d903f3e5c664420f2de8559dd4b5966f3ea07a +size 129208 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-32-14.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-32-14.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..a09a2fa730aa41607b05009aea60e40af69f75c0 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-32-14.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374a6aa8f829a367bcf92c77d447e80f9f4a24384e06c848fe485f04550a9e98 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-33-38.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-33-38.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..b60785bf361540ae8925c3190f481d6be0bad7f8 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-33-38.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9c72b87625fda171107859bb1065b2feed7b8610fcc4eb0791191e3d20b54c +size 129208 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-35-13.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-35-13.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..a483dd8caa2f7e310ca4f7c7f286c5487fa80ad8 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-35-13.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d54c5566b1e9112362a9a5db125203e55ad7bd5f2da5e0f61dc98242f733225 +size 71632 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-35-58.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-35-58.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..0d104f77b47186abe408290c08155bfe66af5775 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-35-58.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d4b5fff792ae6476369776f4c17a08dee3265c66001fb8acf15bb54c4ca460 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-37-26.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-37-26.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..63c6b910d05f722bf816e10b3b08d966659e4f72 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-37-26.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8247124d4fa604606f56ab7b91157a382283db9dbd53b37e7d603f4af60a8c9 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-38-31.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-38-31.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..d8a37c19169503e94aab9f4b91c9ee6beb63fabf --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-38-31.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055a2384559ea21f0c21305c7a8058136b9b1d32f7cad0009442d06be4af6639 +size 158356 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-39-55.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-39-55.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..9de8363bb544097926258dc1a55c0ab3e01ac835 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-39-55.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160cff32a3b45f25f5bf0244bb9a9863f29255b9e53dcfa00f7dda10f3cff5ec +size 158356 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-41-42.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-41-42.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..e560a691ea29ebe0c021586ad03d60bfd31bf9f6 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-41-42.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f6a9946ae9306f4f72e7cf2a653f345e4f8451bec4f5d3b0a6ab50a4892020 +size 158356 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-43-32.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-43-32.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..aed049d6927ae18567aa4aa3a19e5360e274d333 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-43-32.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b32a80229d1a8e62dcbf78a5cf8704448a8c4dc0ea89f317a37c23ae1f45c4f +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-45-02.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-45-02.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..754878c35fbcabdb1f4febea14614b6f6de8e0a7 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-45-02.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079b7d9d21830e2596805424d43ea4c33d9c103fb02155f406d9cda4b92e9e7f +size 158356 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-46-30.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-46-30.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..189626b1d37c3524a26751c14cd1b412c5c37aeb --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-46-30.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8b0ff2c2f75dcfa611cdb0f4f39357eb92b741615833dd7bb3ffd9df5d347e +size 129208 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-47-56.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-47-56.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..3c9ffdf7df5e7bb8adc7e66adb29f6ee266a8e96 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-47-56.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19e2d373a59bb96c02b27e1a9936993b054cdf60e17b6af6f62218d296d974b +size 158356 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-49-33.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-49-33.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..cc63908b7b052e1dd66820fd6c547ef357b46128 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-49-33.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda06e4af931e60c8725e0cab0383fe96bcba57ebf58ee61d06a5718dae31459 +size 158356 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-51-12.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-51-12.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..9380a45dc5abf5b3f9d9cad96118d8eb0754faa7 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-51-12.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba15b94b89912260db7e10db8c128c9ff8ff1f62e05a4e7797953665604f1c4 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-52-25.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-52-25.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..6f46324658b03275253654c1da7be8436fce7637 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-52-25.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08924a761db9270c3ac7b148aa83cdc338e7845479bd5f64687286c1472b11f3 +size 71632 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-53-41.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-53-41.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..1e235efab0198c6f0c33e9e1268d2f317e9e4fe1 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-53-41.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b6412c71ade1e5ff515cc0719f2775a963ea04797d91a0192fcec0d05da9b8 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-55-12.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-55-12.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..83031987a0e16113b86f429f2b22c78be0f225ec --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-55-12.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dbac166002bc6de2b181ec8f275ee5544a80d4522e906ada73b11a3bbd0e572 +size 71632 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-56-10.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-56-10.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..e87d748d0d0980c5f395c7f80c6569e40474c322 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-56-10.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b22a538a21f413051f0e97c78f26448b3d2d3f7b6e4e466a451c6531d3382ce +size 129208 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-57-42.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-57-42.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..7b0ab20abdd964e89468fde264cd7f782f29fa53 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-57-42.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731ec0e2054c733df47474fb99d8d8473b38b919d8dd655e272259595f70e8c7 +size 100420 diff --git a/correction_data/lift_leaned_leg/2024-03-24-14-58-42.hdf5 b/correction_data/lift_leaned_leg/2024-03-24-14-58-42.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..cc836ec551f3bf38b47a9f4fc93bce4bea7acb99 --- /dev/null +++ b/correction_data/lift_leaned_leg/2024-03-24-14-58-42.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ab0aa922fe729aa3a67403e1f85a719b49ffef54e6e124ed075b8dff73e93f +size 100420 diff --git a/correction_data/reach_and_grasp/2024-01-12-16-27-03.hdf5 b/correction_data/reach_and_grasp/2024-01-12-16-27-03.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..eaa5608afc32bba89f40954ddff776856fcf5de8 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-16-27-03.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce83b9c99302fa8c95f97073519c5e9ca6788c0c4c4ce0bb9ff87d4220eb5c41 +size 192960 diff --git a/correction_data/reach_and_grasp/2024-01-12-16-28-51.hdf5 b/correction_data/reach_and_grasp/2024-01-12-16-28-51.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..976cb05ece37d8cef48da4daadf88254e8fa06e8 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-16-28-51.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778338118f2c9f1cc55f2cac055148dfb2d169b2653dee5605c5a876436f9303 +size 215544 diff --git a/correction_data/reach_and_grasp/2024-01-12-16-30-58.hdf5 b/correction_data/reach_and_grasp/2024-01-12-16-30-58.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..7c2033cc86cdff3cae5c2df46ec966431ea5233a --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-16-30-58.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5692d254de87b5aa2c55bced50f2c4e237afb7de237bdeec7187f8e66f67ec27 +size 294588 diff --git a/correction_data/reach_and_grasp/2024-01-12-16-33-46.hdf5 b/correction_data/reach_and_grasp/2024-01-12-16-33-46.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..00027bd0e3322d6041b14a72ea6f6a3fc3f6da3b --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-16-33-46.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6903e5779a0d8c3c23dab83b28e7ba815352b67d92cac29fe4c32c77f546560 +size 170376 diff --git a/correction_data/reach_and_grasp/2024-01-12-16-35-22.hdf5 b/correction_data/reach_and_grasp/2024-01-12-16-35-22.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..86706936c8f776ab81fc4cce37f37b331508a2ea --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-16-35-22.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b9dec86c3439ee921076bb7663917e820b6dc79c3f3ac01b91977b9142e54c +size 294588 diff --git a/correction_data/reach_and_grasp/2024-01-12-16-38-32.hdf5 b/correction_data/reach_and_grasp/2024-01-12-16-38-32.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..6778b15591408d793a6060b40ee4ffbb74224d24 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-16-38-32.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3748fe1fa910c3172af725901cd73e6531b71722051bde03e90e0f7b45cff59 +size 226836 diff --git a/correction_data/reach_and_grasp/2024-01-12-16-40-14.hdf5 b/correction_data/reach_and_grasp/2024-01-12-16-40-14.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..f80008266a343680aa3a5c1c597b3387e9146c5b --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-16-40-14.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6e99a0133d8f2dffa7f58c5d5bc2f2221e6c64bfe421e6fe696cbcad5e6b6e +size 226836 diff --git a/correction_data/reach_and_grasp/2024-01-12-16-42-13.hdf5 b/correction_data/reach_and_grasp/2024-01-12-16-42-13.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..9fc8bd2a19cd54c3ed344750d92975f19103c044 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-16-42-13.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc35e4646dcb0fa71d23fb0bfc86fafb2d1bbf3b717f95e1c96e00f886a263b +size 204252 diff --git a/correction_data/reach_and_grasp/2024-01-12-16-44-22.hdf5 b/correction_data/reach_and_grasp/2024-01-12-16-44-22.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4fe364c50b565cc9cfa7dc7473bd53210d4b58af --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-16-44-22.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df350ba651ff7664e8c627d302942429ca312e4c5bd4d57045ea51cd574773c1 +size 238128 diff --git a/correction_data/reach_and_grasp/2024-01-12-16-46-42.hdf5 b/correction_data/reach_and_grasp/2024-01-12-16-46-42.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..8f858c8114b183417971562f3044733659a8ee9e --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-16-46-42.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d121fc182f26595700fc49c23e4a1102aceedb7f09afa04ce836fd088e5119 +size 192960 diff --git a/correction_data/reach_and_grasp/2024-01-12-16-48-49.hdf5 b/correction_data/reach_and_grasp/2024-01-12-16-48-49.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..904d1e0d0a79accef161990173311150db5ddb5a --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-16-48-49.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b45c8d12e68077f38953782b46e2bf346757db879024c868752821d80fb10e3 +size 238128 diff --git a/correction_data/reach_and_grasp/2024-01-12-16-51-23.hdf5 b/correction_data/reach_and_grasp/2024-01-12-16-51-23.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..18f7ddc13aaa37dd51c4a653d1bc9fd15aba770d --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-16-51-23.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8041a885672ce2615e8bb19a20fcb565f734c0c98271caacbfaca51a8ad0c9c +size 249420 diff --git a/correction_data/reach_and_grasp/2024-01-12-16-53-53.hdf5 b/correction_data/reach_and_grasp/2024-01-12-16-53-53.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..a850a8527368b7fe8e31561c0d6b0f3e218423d7 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-16-53-53.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dfd97cbc3cf15d1e2fe10db40e81e958660125ea547fda99542baf4df747163 +size 204252 diff --git a/correction_data/reach_and_grasp/2024-01-12-17-00-01.hdf5 b/correction_data/reach_and_grasp/2024-01-12-17-00-01.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..b0627e1ad506eab3802c883ed42ba078032c991b --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-17-00-01.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611ad7932e1f74bd732f1dd4939497b5bb63339dff8a5a77967b8a5639d4a85e +size 159084 diff --git a/correction_data/reach_and_grasp/2024-01-12-17-02-10.hdf5 b/correction_data/reach_and_grasp/2024-01-12-17-02-10.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..e4bb801c536c95c3e81b85fc3cef96f50498a73f --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-17-02-10.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4d4b6fa82b59ea3463e2432e14c1838621986d04dba1e510f259111bc1828d +size 204252 diff --git a/correction_data/reach_and_grasp/2024-01-12-17-04-44.hdf5 b/correction_data/reach_and_grasp/2024-01-12-17-04-44.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..47c7bcd6ae3c72271ebe89de361550851703b6da --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-17-04-44.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a671d0a2b2546fcce4f5e9a74f1b92dc4c5afa4dc28fd5667d1271b6bf6f8c +size 204252 diff --git a/correction_data/reach_and_grasp/2024-01-12-17-06-37.hdf5 b/correction_data/reach_and_grasp/2024-01-12-17-06-37.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..eb2e7ba694c95f549b221b3a4d148d158e5ff3ee --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-17-06-37.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca6a2c442f37eb9bfadaeccbd986b53c2da2d63a08fa252a523c70e87fbe3c5 +size 170376 diff --git a/correction_data/reach_and_grasp/2024-01-12-17-08-23.hdf5 b/correction_data/reach_and_grasp/2024-01-12-17-08-23.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..cf8e6f2ff1aa260d9c87be44a5debea23a73fd51 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-17-08-23.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84896117178a5f991b1bd84ef277d75ab016053dfd02e862613270899cee2189 +size 159084 diff --git a/correction_data/reach_and_grasp/2024-01-12-17-10-38.hdf5 b/correction_data/reach_and_grasp/2024-01-12-17-10-38.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..6bcf31ed78a83d03ee51fda3409fd6942efc2fb2 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-17-10-38.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780473da7be8c2b5a3a74f21b60b223a2ae1d2d492fb67f4b34b8c45769d7c5a +size 192960 diff --git a/correction_data/reach_and_grasp/2024-01-12-17-12-51.hdf5 b/correction_data/reach_and_grasp/2024-01-12-17-12-51.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..7c5af4847adcfb6877cddc05bea0e344c5eb7be1 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-17-12-51.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84a12e66313d5667c0937fa53bd5d545aa3650f56970260c1f6f074d937a67c +size 181668 diff --git a/correction_data/reach_and_grasp/2024-01-12-17-14-54.hdf5 b/correction_data/reach_and_grasp/2024-01-12-17-14-54.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..b624d6b473942c1dda442371eae43aad399280a7 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-17-14-54.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972bf94a74c1e9f61f5fd6c05d29482d30ca57fd444b8d3f880327d39fdde11e +size 192960 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-03-55.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-03-55.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4ee410ad6fbd6ab3814bf788dc3a4fce9e4cc22d --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-03-55.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637e1bf88ed8f48b51287fd3055a2e2bd9cb5dcb285f2877d6636d5557d76f68 +size 192960 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-05-23.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-05-23.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..8a531a4f9daf8216ee08ec6ea0f852b302325ca4 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-05-23.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96faa8efc7840853435d9c01390cf4e127339d3e75cfd8e1a59d491a45ed6ff6 +size 204252 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-07-51.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-07-51.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4388bdbf12945cdbcccaf63823abcdded2521701 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-07-51.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91fe36db7d3178adf01496e447c57220a4b68743ec9b30c1ad6e0105924a6ae +size 238128 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-09-41.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-09-41.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..112f8afd1f4e72f77a947354a29372fdee8ed7a0 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-09-41.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53baec3804ca9b62907875f500803f0c0443387404fe7a73c0a4169f73dcba92 +size 238128 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-12-05.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-12-05.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..ac41ec373aad589ae5989ea7c634122552267bbc --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-12-05.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d56bf77f21b2fcdac2ad04ff38f780b4bb45b8d3cf38335725bfeb514668e6 +size 260712 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-14-18.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-14-18.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..396ca9ad307cd5db4ce05ed8f715d112857e73be --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-14-18.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afd8ed8ddca75ebaa8e94e9d0876aeaccb1708b41bf22a29b68ebce6b0836a8 +size 204252 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-16-30.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-16-30.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..62a04a39223e373dbf8d7cb378ac4f3e172909c9 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-16-30.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f30bb0be3443e55fa416e4d89c5b22a2214ff6a9b328260d5e84105ccd958a9 +size 215544 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-18-45.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-18-45.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4eaab976d47ba32e25e8b5f2b8515674cec09e12 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-18-45.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf9ef701eb7f3684d60b1d27beded4befc23d08834296ad0768d0a8dd9eef56 +size 226836 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-20-51.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-20-51.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..8fc8ec71bdb0a0f7384df712a80e8cd063b2ed31 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-20-51.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39ac8f4bcc068649c6135de4ac2c0d43196a4cd66fa39698e5982892acc6f87 +size 215544 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-22-51.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-22-51.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..c9a46f9b38c0f0522d68f6d4e38e9b54639426e3 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-22-51.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3428948c4a2542dcf2c87f7d6cf4ffa71f130cfd19e26f508a2ffea7d2840602 +size 147792 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-24-43.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-24-43.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..e4ec5cdd540331ea2fc39bd497bfa80ce643afbd --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-24-43.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72370ef336da18458c70b341a0e9b88eb636dac961e58586d474d2a19280bd3d +size 136500 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-26-52.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-26-52.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..837ec67038df47ed4b565808dc23b420ed4c7238 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-26-52.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a159b31fb0c52e47527410299a96b844d094e1c3a9d80d16e1fb0b638847067d +size 215544 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-29-20.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-29-20.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..50221bcc304d2e83c36f7ab4eec5bae8e7d18ca6 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-29-20.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448aa1785aae5a150408ac89903fadd41330c8615e8bd5f33c6aa7d312c14b4a +size 238128 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-31-54.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-31-54.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..832d6508a53319707036ab0506a9377391851d9e --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-31-54.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00f47ede717b69177253a75b0f2c32768665357e53806b18760cbf052cd955e +size 226836 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-34-08.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-34-08.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..7f10b4c20ac9878807095fa306abe49ff785b01e --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-34-08.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e28e63dca5e4889d54d9233a853f0228b278c22c9632fb7f40f1aeafacc8d70 +size 136500 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-36-04.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-36-04.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..1f83d72c91b68e311baff0364f55f22f93059062 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-36-04.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06242ca5f4841b87457def32483cdf892a20bef5b3de432e05ffb5632e460888 +size 192960 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-38-38.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-38-38.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..dae29f3ed2496ae5890c3c5a5d8eff392cd868c2 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-38-38.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5a9f0f276285774f833d43a8dcd1d781b35086ab9a16758b3d1956b7aaca47 +size 170376 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-40-57.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-40-57.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..25c2a39f0507c99a63c0f9b55be19d9120aa6135 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-40-57.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1d28220d04c975f41bba5b3c6b5ca8afef61dea18aaec79832fa3e3d8d15c8 +size 155808 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-43-06.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-43-06.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..dbab3420722cd163c2018dd5ae5f59bfa9916230 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-43-06.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec36c2231855ccc0de8c16eab40c0c3c250f1f727fbd740319fc54b6dea1333 +size 204252 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-45-43.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-45-43.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..29f4edc1a2d10d2c6c5bd77a69240d518d0d512b --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-45-43.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73eb69b102de4c7ae88bdb99688cc005d3792d0cba5fa05558ba24e9b7d8518a +size 204252 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-50-25.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-50-25.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..9849c1049a4f50eedba33270733a2339a2927ae7 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-50-25.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8e487b3d74f9a95dd85e203e7c72934af4e1fba7e28aef20b845a28a1acee8 +size 260712 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-54-38.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-54-38.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4757e99d219b6cc6761f7adbe0f5ee5df23498f1 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-54-38.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899b44b74463591d439d212400275ff17b7fabecc24dfbc16e5c1a2764d9f811 +size 249420 diff --git a/correction_data/reach_and_grasp/2024-01-12-19-58-46.hdf5 b/correction_data/reach_and_grasp/2024-01-12-19-58-46.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..0d622d188c7700c79ef94a958ac5858139a949a2 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-19-58-46.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6207ea2a54eb57e037d3d9f7a7a6e9a70216ea9ceb8a6f3385d12801a415efd +size 215544 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-00-40.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-00-40.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..cbf940ed4ab9d1958e4f26fc111c2b3b9e03b62f --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-00-40.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba3a211432e0bd001678f75653c04c5b216f3217f165d4cc34c73b55c866b9e +size 283296 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-02-47.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-02-47.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..672825d5cc19843a8d677642452022a396689398 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-02-47.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beab6578dc33f19e207b623f103181d473da450597b1a537fa525dbe029b5860 +size 260712 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-04-51.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-04-51.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..d45cf5d5bc01af5cfd2831b4a9bdc17554204626 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-04-51.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c85ae83954e53911e06834b5a60d85b870c1f190e17f10b9aa0934290b9fcfc +size 226836 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-07-19.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-07-19.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..515411456b953d747b7b5399e568e1c9d260d226 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-07-19.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c4ff474dc44b317438c004633a06e93b529c844e2606a48044ebb073c798f8 +size 272004 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-10-32.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-10-32.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..c1af6cfdfdfc8e83f7c068b406d86c5a90ef2f0b --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-10-32.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9b180d7dea5d1b8845f69549293dc2cf89f026a9f03abdf8df8f016a89261f +size 249420 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-12-32.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-12-32.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..d5ad227a1dedf848e06b17847b9b36442702d184 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-12-32.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a84e017de62fe07dcc7b00e2f9c80793394f145c3587b3b1cab2d4acadd3819 +size 226836 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-15-15.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-15-15.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..74de79b30e20c36613760095d3158ffef3113b66 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-15-15.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce603dd8d443b6a3b5206f73f9e1ec58ae4a1439793c560ea2d791cd121a4b9 +size 246774 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-17-53.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-17-53.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..b25d8f8fd3ebf07d99c66a4581a7403fa0ca4f75 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-17-53.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82f45aa190966fd1f56fa38de76f35bbbf3a9c473f6db0600edce07f18f2cfb +size 238128 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-19-53.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-19-53.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..aff80a35d470e6ed67912509dcc563e0a43e68d2 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-19-53.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47b873780a721eac10a76af98ad5422b04626321c22b05e97eff140b202d62c +size 215544 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-23-01.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-23-01.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4346f6744c1821eeb035fa8c2d3f0829673526b0 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-23-01.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df102502335c560a1da87410e70da532e98e3171683b4a4ed6328e466dd01d4c +size 192960 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-25-20.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-25-20.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..99e48871f02748f5f0c0eab311ba4e308edb61f9 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-25-20.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbb62eb061f1f4051a413a653821ff258923c3b7b2edcbfcc77600c20b9a682 +size 226836 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-27-17.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-27-17.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..3e712decc1731f15addeef5366f94c790e7b3f0f --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-27-17.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b100a525da5a103d92667398f3a2aa46d3cdace223b13e496b93020280b6c97 +size 260712 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-29-17.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-29-17.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..e75067cdb024857fbbac76e618ffc93ca71bc73a --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-29-17.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5980cd083008963dccf0184fb49c237a9bf642e81f5432b81757fefad35c42d +size 181668 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-31-16.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-31-16.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..2c9acee110256fb90f0fa9a63b38bd8f0b99f84c --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-31-16.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a3ce27fb3f1b105d477bb5cf0dd5562419e112c455a004576cb46963789f53 +size 192960 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-35-05.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-35-05.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..6ad94845898b91b630a62321a5d380fe6adf79ca --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-35-05.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf3b6a9ad66d0b32ae0bad816ad74aae354d2189ad5ba2ef0a11fd6557979c6 +size 249420 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-37-27.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-37-27.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..c56065c22109b94eb86e1daabe723704539f8189 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-37-27.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f9cc87ca6645e7209277fe7f9b313a97a47bdb76474516c3415335799b74c2 +size 181668 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-39-10.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-39-10.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..8bf83fe8f9d51873e656522d403851f5d3cf26db --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-39-10.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b26b232c796935a8c6e847b0b681fe4412096018ff2601e26fcfdbda7c7e58f +size 226836 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-41-45.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-41-45.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..16f7c9d04835f77de82603987a8427dddf389a29 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-41-45.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8675ffe26960670721a959f784f7190abb7c418baecae31be035902d9e6102b1 +size 181668 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-44-12.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-44-12.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..925e1fba9d218fb299be57226ab6d4103f469dab --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-44-12.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de8fbd9f27dec50c83ded4f80a67e55bb2e6b980a3b0f9b569dc3db44cfcea1 +size 215544 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-46-35.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-46-35.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..6352842c4cbb24a85bd22c3aae1fd5df36e48078 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-46-35.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e4f654e3a2cdf44097e05027a408c3a7170ee9eeb5c49c9aeda4118b02a36e +size 170376 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-49-14.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-49-14.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..156f3ee729ee74b79df1ebb91f332183ab3278ca --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-49-14.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5a3c9540cda4096e934850c49d52ef77ee9d82edb247248067e52af0758040 +size 204252 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-51-49.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-51-49.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..f46405d6b8deee63c2a6923c98a11875b0900b69 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-51-49.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe12cb301d9b4ca5f7a61aef2ad38f0781af37e11092efcc02c327971c779f30 +size 159084 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-56-37.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-56-37.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..aa7173a87103b1016d078e3cf88c5ec039b8ee6b --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-56-37.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d111c832a2fa7747d2fadee1da76185bb12e1df056ba612ea1682eb7a9ea7a4b +size 226836 diff --git a/correction_data/reach_and_grasp/2024-01-12-20-58-39.hdf5 b/correction_data/reach_and_grasp/2024-01-12-20-58-39.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..85d1eafe823e9d062c962703b8d70d6ae3f769f2 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-20-58-39.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22046037ba66437c029e55a05d220a9b3b4414f63331e1f3d923985f959643f +size 215544 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-01-38.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-01-38.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..38b2c83c6767472fde8307aa447dc080d1df8db0 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-01-38.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f1195d9ebff2e9cf95d71ce828d4bbb30928fb06d27a0236b78016d25d0f12 +size 234426 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-04-04.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-04-04.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..3288d90c14ba5bc21144e636012d2f0829efb1bf --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-04-04.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d46af131adab790fee89dcdfdeada151d98f7f7a1835218a5fb13ed629b25c +size 238128 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-06-12.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-06-12.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..316d23a3df01b824111cbe0da051b13d38b04d10 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-06-12.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967253de7f430a39ab2abd86cf11cf70166b805cc484357b189cb31c524150a3 +size 159084 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-08-29.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-08-29.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..68e57e4aec68241a7b64dc391c179eb5e4aad695 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-08-29.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fecb83b69230c9fc51adff8f239c66d44db2406a8b1a96b433511dd3e46863 +size 204252 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-11-59.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-11-59.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..3b7f54e6eb896c0ee2a4fe3cf43a1a4855b5186f --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-11-59.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1627c74368672b88b86b09bedf3ca40e36777a22f45375ba6f9032ae6dce8d35 +size 192960 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-13-58.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-13-58.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..ba40a62e1e3f75536082b45e56c8c1f1ed2437e8 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-13-58.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8febf399cb8de6a8e8ed164e07d06ee3115c20794ba503723725a9af052d27 +size 181668 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-16-15.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-16-15.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..5d8a179aa085b1c76625df625077d1f3880c26b7 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-16-15.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2321b0f483f981fa27e3475616a34ffddcae6afe9615bc5027ad72f482e764e +size 215544 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-19-26.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-19-26.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..af9d117db95f2b11c986c747af12beb48e38da36 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-19-26.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d548483baffd7dd5aafb9a301c647460c65a6bc93fed2764fb10c0e8395b243 +size 170376 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-22-34.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-22-34.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..5b575708acba5a68e0e0253b1edfdce51769380a --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-22-34.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeecd9cbac8fe0f401f12e8889f346d3e9d0f1d23d142dbe3766d4c2ecdfa167 +size 192960 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-25-16.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-25-16.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..493febad3d2365e3eeaa2910fe8dc9e9079252f2 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-25-16.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8a053c6b9c8b5f66e7e07031af6d8490f00b4cb08c624553a73efb1b254330 +size 226836 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-29-53.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-29-53.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..327d706baf1f7605d1cb4d801c0d816c322b859a --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-29-53.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf216949c312688c6422f70f060fdf9eadc49d483e2097564952f3e0c63952d +size 192960 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-32-56.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-32-56.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..66ca71f46d7ecd5fb91e0b897773329f211cbd90 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-32-56.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef887cd5a033b5b2fab9a9a94042c3ca87d10b202248a03db889a000bbc4cb0f +size 226836 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-35-06.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-35-06.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..feee87afb6c450ce3347e59c4c512e7454c4cff9 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-35-06.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5377ff7e2b7543adfbbf67dea0951685e07469ad070121aca9cabd21f70c90f4 +size 238128 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-37-21.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-37-21.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..9d28c28f3ad1f34e216236a72e28905ae04e66cc --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-37-21.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd96a49885a2f2be79503cc5be5bb968463f3fe6c0283c81f0ab1b235e939b39 +size 204252 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-39-55.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-39-55.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..51ca8b5dcfa6f00245a34e40ec1c2233e289d266 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-39-55.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb52e77eb58f5db5955946d373621b4c99d3ecbfeca599128fa719ee5991330 +size 238128 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-43-21.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-43-21.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..cd565644bb265c4acab0552e2cae1ea22be43d00 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-43-21.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404ee5e1eadb6837403c9a2d9c59b704a75594b38c0b30c3cbcc059b4282811b +size 170376 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-45-32.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-45-32.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..aa3c8c71e7f10bb29600345224241091f2920d9e --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-45-32.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc766d1cce34e46d73f1b7e4fb0d6c01c3d7c86d0af111fa5b117323d0aeb10a +size 283296 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-49-59.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-49-59.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..89cc856f4b31c5064ca83a83e06466c7794808d8 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-49-59.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1fcd8814b90376c004a9480bc4d123840091865bf05704d790b4333d1e9229 +size 181668 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-52-08.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-52-08.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..ab296199011802a4fcdef54fa44d5919ec0be7c7 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-52-08.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf539537ff0fd13d173e53d1691256424f3f4caebd9f4c55757181bf3a50106 +size 226836 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-53-58.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-53-58.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..aaeff6d1416be7a6e0d57edff8c1c4b29c740aa4 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-53-58.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e79cc0dc6363d429a697ab8e12abe1b402e7d790a7cce7015aaa0cbdde8a94 +size 181668 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-56-20.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-56-20.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..e0587bfbb4fe263a45fdc0c7ced7b8c1de86db03 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-56-20.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5508c5bee252891a6bf2b26e3e17e21c1bc71a07ab546baa4d4a3259310f253 +size 238128 diff --git a/correction_data/reach_and_grasp/2024-01-12-21-58-41.hdf5 b/correction_data/reach_and_grasp/2024-01-12-21-58-41.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..a3575a574fd3b4a1d6c3473178ba271eaf953e3e --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-21-58-41.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39d69cae6d613f4d83860d5fdc632faf908c4f4eb78a76c387a9b7831645e7e +size 226836 diff --git a/correction_data/reach_and_grasp/2024-01-12-22-00-55.hdf5 b/correction_data/reach_and_grasp/2024-01-12-22-00-55.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..0f300f05a09f9ccbe4af308c7a3ba5b28446b0a0 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-22-00-55.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16636576eb8fc926039d0fb8ddf5198bbcd5227399b5889a6606560dfb3cd656 +size 204252 diff --git a/correction_data/reach_and_grasp/2024-01-12-22-03-31.hdf5 b/correction_data/reach_and_grasp/2024-01-12-22-03-31.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..5593a54968e1e9b91f89157d3edc1f9673a50b58 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-22-03-31.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4fc55bed30c55bfa280afc3473332f4727303f9513fa3f4d85c0b46eea614d +size 260712 diff --git a/correction_data/reach_and_grasp/2024-01-12-22-06-30.hdf5 b/correction_data/reach_and_grasp/2024-01-12-22-06-30.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..b6a2d29748e93e6e3c9057a66fbcd0c15fc9d0ad --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-22-06-30.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79b30ab2277ccb8857becda2c60206513278843a9f17b38d8f05df5cfc17540 +size 226836 diff --git a/correction_data/reach_and_grasp/2024-01-12-22-08-56.hdf5 b/correction_data/reach_and_grasp/2024-01-12-22-08-56.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..23b5bd5b8fff0b3e3d9079180c109b5488dce9b1 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-22-08-56.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb4cd854934a4aa7d1afd3710c7fcf7254acef39cb738a45caa46501cbbc0dc +size 147792 diff --git a/correction_data/reach_and_grasp/2024-01-12-22-11-13.hdf5 b/correction_data/reach_and_grasp/2024-01-12-22-11-13.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..ecff95bce143af8f446c52445b5f3eed71a19732 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-22-11-13.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773bd1bd25075669aa00d96152f98649b79c7b10648d273262eddefb0ea2aa21 +size 226836 diff --git a/correction_data/reach_and_grasp/2024-01-12-22-14-05.hdf5 b/correction_data/reach_and_grasp/2024-01-12-22-14-05.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..0296d78979805979372861963cca5ca9d4715ce0 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-22-14-05.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753f0f426a3e76fcfacf14df92da1ea8c67fabb267d743851cf8be28c17ebd24 +size 181668 diff --git a/correction_data/reach_and_grasp/2024-01-12-22-17-09.hdf5 b/correction_data/reach_and_grasp/2024-01-12-22-17-09.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..c8009c1d03c092fae786b61327e6ea32cdd2adaa --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-22-17-09.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be4741544beaa870f4692b8d8f4f48f3a7f79b48906689c419cb29b9ef388d9 +size 226836 diff --git a/correction_data/reach_and_grasp/2024-01-12-22-19-11.hdf5 b/correction_data/reach_and_grasp/2024-01-12-22-19-11.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..76bf9516d308468d6cffbecb829572d8432e0a0c --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-22-19-11.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978c24f446375fa43db8f448f4a0ace1bd9002b1dfe84e6affa6afbe4dc5100c +size 170376 diff --git a/correction_data/reach_and_grasp/2024-01-12-22-21-53.hdf5 b/correction_data/reach_and_grasp/2024-01-12-22-21-53.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..125603d69ea9c7394e0143fa749471f2e2f71a9a --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-22-21-53.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b84d7501f21b3146e1a7bbcd922735bb7d7ec0240b5733a67e61d226682859 +size 181668 diff --git a/correction_data/reach_and_grasp/2024-01-12-22-24-04.hdf5 b/correction_data/reach_and_grasp/2024-01-12-22-24-04.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..d5bdb6b2f465014ec6fc4d6572daba2913158be7 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-22-24-04.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041b04000f7041a3d47d72c3daa6e1483687176d5f95db2d583aff9009391ddf +size 226836 diff --git a/correction_data/reach_and_grasp/2024-01-12-22-26-28.hdf5 b/correction_data/reach_and_grasp/2024-01-12-22-26-28.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..9a5dc7df893154881f419ebc017eaff80e4f6dea --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-22-26-28.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea483b66ec4e1d505fc9be731947bab68375c40f802497c828eb593989495db1 +size 260712 diff --git a/correction_data/reach_and_grasp/2024-01-12-22-29-33.hdf5 b/correction_data/reach_and_grasp/2024-01-12-22-29-33.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..d6df0048c3a73da992564f0587beaab652151842 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-12-22-29-33.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b9707136cfe72564fb9ce4a35b74366cb0fc26b09955372c751c2329333149 +size 192960 diff --git a/correction_data/reach_and_grasp/2024-01-14-19-54-24.hdf5 b/correction_data/reach_and_grasp/2024-01-14-19-54-24.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..a7159b24ef0cc40a76b65c2378b16c63c2b25f05 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-19-54-24.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7daa3ff329e93d620b2483a0ede7d8363d450cecf8514dd9feb38b71374c27b +size 305880 diff --git a/correction_data/reach_and_grasp/2024-01-14-19-57-41.hdf5 b/correction_data/reach_and_grasp/2024-01-14-19-57-41.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..a480f3100a6268e30203a184a2ac337d180c22c4 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-19-57-41.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f9b8bc0dc688cb28d14f3e515bac370bda8934720ddb785a60135c1ec93e6e +size 283296 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-01-05.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-01-05.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..ebc14a7a02439f17ce487a527caa16355312db1e --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-01-05.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e11f8cf699515053de82d38854bac4ade146cbb0632ceab6d0241a5baf4a44 +size 396216 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-04-37.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-04-37.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..1247e406495ef6df270315b3b427fb3bf1309828 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-04-37.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e6f65d0f03955ece255b8975133b496ac6003ef1c1ba7283a9ad3aedc5c859 +size 238128 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-07-58.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-07-58.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..c2e21c415094ef1617c9592148244ec5688c8a8b --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-07-58.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d50a2c3fa2171f957ded50285a0afe165435472d850ddaf1ac3cf2a7fbcc468 +size 192960 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-10-05.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-10-05.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..ae521a9cbd6ecc703f6effbf5d41887506919e95 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-10-05.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0716d79f366157aa6d30fe7e3f08e99093c25f1c9cfc017986dfa262cf2e026e +size 238128 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-12-48.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-12-48.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..722604e710471905020df967c738ed5c8e89fd8f --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-12-48.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83773d7e663f8db806d4f956d12c2d12ee18cfe05742fe66d5c71f867efd65e +size 305880 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-15-26.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-15-26.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..2cec528894ca9a7a58541f68abe7980da9cdc7c6 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-15-26.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b247a4a377fb41e85976d657cd6b5b1f75bb9f2605834214ff2bdfd4e3a852c7 +size 181668 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-17-42.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-17-42.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..fc2f64bb690909b7a83faa9bb98a7e32bb5173fa --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-17-42.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067fde2e02838cc66bb142c134f40c1f30d789d27a22e9bc00679707c6dce0c5 +size 294588 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-20-55.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-20-55.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4260bd7df08d00f3b671f16dc395f0cab745db27 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-20-55.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c1cc478513b750eac2c26da467777dfde8cded6a8ea580c56724b754c0428f +size 204252 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-23-24.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-23-24.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..79a3bd6a9f2b9e0be021e06746a12d27e9637b20 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-23-24.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754b28e102cff365eebc28427ca66ffa064966ebbf14b4911ea23a7d8773d4ba +size 215544 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-25-16.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-25-16.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4ae212f8d7b609a033a7ab2eac16f2648ad85a76 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-25-16.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07cbeabdbab720dd62727f9df1d7ce93890169b24ac70449e2134c3c93fd468a +size 215544 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-28-17.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-28-17.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..51b860e91b82f65beaf534dfc8d8a322a4301736 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-28-17.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b696f04b3bad2551f73d6adb14b86b9cd8dd352f86a69435a1523244631a6100 +size 204252 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-30-41.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-30-41.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..2868bf331957548fdaa419a7775a445edbe6fdbb --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-30-41.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4eaca336c38c6cfaae625fadfc8272a7c104c18f1c1fe2e7db4cce5b23d051 +size 204252 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-33-04.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-33-04.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..104815f5e6b311f23dcf4321e12f581563ead437 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-33-04.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9502215cdd6eca9958d7bf622dfbdf4add3f9a80844521b2241aac487e0a241 +size 192960 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-36-09.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-36-09.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..eaab304bd4f9118595f44dc1daa8dc0006919842 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-36-09.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4fab501a71c2c71641fde5bfc7989b57c8f55fa0b154ff2172a2ec8609002b +size 170376 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-41-21.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-41-21.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..9beaad717a30d288515976b5e1117a9ba92a84a0 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-41-21.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e26118b76fd4b70116ecb14fb8d3236a75903257a26a87121c5173bb7e2085a +size 147792 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-43-37.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-43-37.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..a82825cfb1e80aeb555d5cabe9de69d4fe0f44a3 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-43-37.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a1f0df9f0a5cfa25296b42af0e060d23e839cd04a3d200ab9049f170710386 +size 192960 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-48-17.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-48-17.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..98100242e8d164b0d3d4d95820376bab243ff002 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-48-17.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef5a42eab84b11d89d0c1bd07c00b73bbd9a3fe0bdf943027b9ee101c1c0416 +size 328464 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-52-07.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-52-07.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..60bef06995a802fe2067466c54b5d3e42df90cd5 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-52-07.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bcc18d4ccb9c415a05b187b015a4548d65f3e2eb58fee1d2ee9b97b182dec9b +size 204252 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-54-15.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-54-15.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..77be8dfd33fbecebe54192ca2d9a92837ac1e4d6 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-54-15.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf95915decc62bd91a0ebe27f63b2e8ed0ec3f14c3f92c313b720a16859c06d3 +size 136500 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-56-29.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-56-29.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..737c4e48cb341d86e9128f1cda35f82ed72353e3 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-56-29.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dec9b16e21cc40a14955ae9036ea9a4bd19e717ed99f0ade6238ce5b473d15f +size 181668 diff --git a/correction_data/reach_and_grasp/2024-01-14-20-58-22.hdf5 b/correction_data/reach_and_grasp/2024-01-14-20-58-22.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..17024c963875fce6bad25481770ab1419d095770 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-20-58-22.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6d5c3fb5e0cd9026b18b0f285dfa1fd0c09b0df1311a4766ef9449e4eebb56 +size 215544 diff --git a/correction_data/reach_and_grasp/2024-01-14-21-00-39.hdf5 b/correction_data/reach_and_grasp/2024-01-14-21-00-39.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..0c4fd2eca3bbd8cc3c6baf526942b24b3cab0b14 --- /dev/null +++ b/correction_data/reach_and_grasp/2024-01-14-21-00-39.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e1b3c9783d648369287175c27a94b319383fed9332c0aa88e50586d3421be2 +size 249420 diff --git a/correction_data/screw/2024-01-23-15-07-07.hdf5 b/correction_data/screw/2024-01-23-15-07-07.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..439ab0b7626a83517ca242bd1790a1eba77c2d13 --- /dev/null +++ b/correction_data/screw/2024-01-23-15-07-07.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29a8a3f127075c95f152e021edf6768f050491e54511e7e8f89ce9b750e73e3 +size 187736 diff --git a/correction_data/screw/2024-01-23-15-10-32.hdf5 b/correction_data/screw/2024-01-23-15-10-32.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..7e1290edffd1815e945c872e6295eb28fa5a5599 --- /dev/null +++ b/correction_data/screw/2024-01-23-15-10-32.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031ea35b176c3331fa104e569b990456631a8342f502adff618356c0d8ac3d02 +size 158356 diff --git a/correction_data/screw/2024-01-23-15-12-59.hdf5 b/correction_data/screw/2024-01-23-15-12-59.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..093c34fe8071c7e5a718927d0e36b8b55da31bf3 --- /dev/null +++ b/correction_data/screw/2024-01-23-15-12-59.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eeaa010bd192f1cec7a549efe9ea710fb62dcdd65fe397e9ef231983e469f8e +size 216772 diff --git a/correction_data/screw/2024-01-23-15-19-23.hdf5 b/correction_data/screw/2024-01-23-15-19-23.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..6d4789589ac2fb055a423a8cb5f36c51c92b80b2 --- /dev/null +++ b/correction_data/screw/2024-01-23-15-19-23.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d5fa3fb6f0cea3eca6cdcd63df19a32ee24026288f4aba57b95ee9958c9515 +size 421256 diff --git a/correction_data/screw/2024-01-23-15-22-28.hdf5 b/correction_data/screw/2024-01-23-15-22-28.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..7ecad8521bdbe396b244739da3c456ceb32b18cf --- /dev/null +++ b/correction_data/screw/2024-01-23-15-22-28.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e045b4d7c457385c383c54079c13a58f5f6d406b45e614ca6d456d3e6a3e5a3f +size 392044 diff --git a/correction_data/screw/2024-01-23-15-26-54.hdf5 b/correction_data/screw/2024-01-23-15-26-54.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..140d3ee2ee50465366e677f81feec2935bbc9953 --- /dev/null +++ b/correction_data/screw/2024-01-23-15-26-54.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fbcdce62a2e452165f0e86f00f788d682fb423c0b1694a1b0caaae36c10ffdb +size 187736 diff --git a/correction_data/screw/2024-01-23-15-29-35.hdf5 b/correction_data/screw/2024-01-23-15-29-35.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..a987e6f15112c6715d9ce54d71c6ee7797153115 --- /dev/null +++ b/correction_data/screw/2024-01-23-15-29-35.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd378f5b1b2eb95ebade23d5ac65c9411ccf5de62a6aa54dee4f698054364050 +size 333620 diff --git a/correction_data/screw/2024-01-23-15-34-03.hdf5 b/correction_data/screw/2024-01-23-15-34-03.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..edf2416574bcc49fcfa438c39179c08bbd6711d4 --- /dev/null +++ b/correction_data/screw/2024-01-23-15-34-03.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a579c1b6e33eb223178f459036bd43c788d15d374b8a95e8c8d307827f4e279 +size 333620 diff --git a/correction_data/screw/2024-01-23-15-38-31.hdf5 b/correction_data/screw/2024-01-23-15-38-31.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..30aa80557b8f20459845c41aa72e97bae8c7a214 --- /dev/null +++ b/correction_data/screw/2024-01-23-15-38-31.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ada98def65a558eb3271242f6bcdbc379f2c8b9d0b9e89f425defbc56654ed +size 392044 diff --git a/correction_data/screw/2024-01-23-15-42-58.hdf5 b/correction_data/screw/2024-01-23-15-42-58.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4cc5de6c9a65f713684221d46ba650880cbb898a --- /dev/null +++ b/correction_data/screw/2024-01-23-15-42-58.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34e7b34553d1e826da53bc17f83c7777dbab84c9d4353ec5c1d5fecee8e5347 +size 333620 diff --git a/correction_data/screw/2024-01-23-15-47-04.hdf5 b/correction_data/screw/2024-01-23-15-47-04.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..a8c1e8b914ed15b4fbdb23d5a6249b55a1428ffd --- /dev/null +++ b/correction_data/screw/2024-01-23-15-47-04.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ecf0f752482a927e082bf53a826b14d385f353fc86eeeaffa7a9eb5ea2c1e0 +size 216772 diff --git a/correction_data/screw/2024-01-23-15-49-53.hdf5 b/correction_data/screw/2024-01-23-15-49-53.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..f19ca2dc52077655c2b49394ccff521f7f21d3a2 --- /dev/null +++ b/correction_data/screw/2024-01-23-15-49-53.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29274ad935e9a9f70cb811bdba8a1271f71f7208d46704a18eb851339d36f7c1 +size 187736 diff --git a/correction_data/screw/2024-01-23-15-52-41.hdf5 b/correction_data/screw/2024-01-23-15-52-41.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..21fe9ec838b03609e786eaf2777b5c9b2caa8957 --- /dev/null +++ b/correction_data/screw/2024-01-23-15-52-41.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee66a8c0e4df77a42f6089167ca3579dc62a515185f8172b960ffa58544334da +size 450468 diff --git a/correction_data/screw/2024-01-23-15-58-51.hdf5 b/correction_data/screw/2024-01-23-15-58-51.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..ce1e924c1d0ade66d924bcf622a54da0afdd6653 --- /dev/null +++ b/correction_data/screw/2024-01-23-15-58-51.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923101bfcef005791b7884b59876b8976798f5806560a1a3c2d4a6a10c899e7c +size 304408 diff --git a/correction_data/screw/2024-01-23-16-02-53.hdf5 b/correction_data/screw/2024-01-23-16-02-53.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..8528ac5f2a7d96b50a7656ffcb55adddf39b961f --- /dev/null +++ b/correction_data/screw/2024-01-23-16-02-53.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634fedba11c619e307056ffa1a462c9c690cbecbf3df3d618b8d073450885634 +size 362832 diff --git a/correction_data/screw/2024-01-23-16-07-20.hdf5 b/correction_data/screw/2024-01-23-16-07-20.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..7a302403e4efdd458e7ca62b18fe957e759a24d0 --- /dev/null +++ b/correction_data/screw/2024-01-23-16-07-20.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da10a4d123c28732dc8997424a223389ed6f81289fa483e9fb010461c6197936 +size 245984 diff --git a/correction_data/screw/2024-01-23-16-10-00.hdf5 b/correction_data/screw/2024-01-23-16-10-00.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..63229d470a41d2add462a850b4c9688f10de6a1c --- /dev/null +++ b/correction_data/screw/2024-01-23-16-10-00.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce972ef6236c89c73533d5f9d1d40586805fab9344a7a60201046a022241145 +size 245984 diff --git a/correction_data/screw/2024-01-23-16-13-38.hdf5 b/correction_data/screw/2024-01-23-16-13-38.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..4d97966b8486985848cda553a5e6abc9b8ef758a --- /dev/null +++ b/correction_data/screw/2024-01-23-16-13-38.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f4b2fc7ade56d380f2836f615c46d0f6a689066009d77e80a56f9528cac809 +size 304408 diff --git a/correction_data/screw/2024-01-23-16-17-02.hdf5 b/correction_data/screw/2024-01-23-16-17-02.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..fc16aff09836d383b4ef403192ea966854191caa --- /dev/null +++ b/correction_data/screw/2024-01-23-16-17-02.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687fe54f162c37b7119fd0b41e4501e94d4ad33db811da7fd56145031e85cb92 +size 362832 diff --git a/correction_data/screw/2024-01-23-16-21-55.hdf5 b/correction_data/screw/2024-01-23-16-21-55.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..ef4424b8838dd525c8d33e2b9c01f4f3892a8ffd --- /dev/null +++ b/correction_data/screw/2024-01-23-16-21-55.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06086476d88e1fe5549bf6c56957326956bce648d55b6ec6d1d4b24cbeddeca0 +size 304408 diff --git a/correction_data/stabilize/2024-01-24-19-48-42.hdf5 b/correction_data/stabilize/2024-01-24-19-48-42.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..0fb15b606163683f00069e3bfcfc36b7329e0767 --- /dev/null +++ b/correction_data/stabilize/2024-01-24-19-48-42.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22969feb5cc931ddf3e5277da4b6b866bd277b19d49ba492a79902a3d0ad34f1 +size 771800 diff --git a/correction_data/stabilize/2024-01-24-19-55-59.hdf5 b/correction_data/stabilize/2024-01-24-19-55-59.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..1d6192fe56191caaeb8d794fb4eed46f2ea5540a --- /dev/null +++ b/correction_data/stabilize/2024-01-24-19-55-59.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392bbb02f5b6fe30621dddc9db08677db5f0b26074919a6fc467c37a5980e213 +size 1005496 diff --git a/correction_data/stabilize/2024-01-24-19-58-25.hdf5 b/correction_data/stabilize/2024-01-24-19-58-25.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..c9d0ca79d3f66ec0ae2558169dc544522fd67a30 --- /dev/null +++ b/correction_data/stabilize/2024-01-24-19-58-25.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57975b00215085bfeb6b206bf4114475113836b16282b5f360b43524e839a32a +size 1122344 diff --git a/correction_data/stabilize/2024-01-24-20-00-44.hdf5 b/correction_data/stabilize/2024-01-24-20-00-44.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..be6a2e757a4dfc8154e676d0c314fb4efb075e27 --- /dev/null +++ b/correction_data/stabilize/2024-01-24-20-00-44.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a5dba921fb52e45884fc1c9fdac3424296cb0cf1634ed515e0e7bac288a359 +size 801012 diff --git a/correction_data/stabilize/2024-01-24-20-02-07.hdf5 b/correction_data/stabilize/2024-01-24-20-02-07.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..178e925669205fda457ee1ef53363714518d27b6 --- /dev/null +++ b/correction_data/stabilize/2024-01-24-20-02-07.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd55dae3d95d05fb96279e8e4914c17ae6b5903e6774a84e3dae509a62af11f9 +size 1151556 diff --git a/correction_data/stabilize/2024-01-24-20-04-26.hdf5 b/correction_data/stabilize/2024-01-24-20-04-26.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..de407acea259d37a893666fd60b1145fa02568f7 --- /dev/null +++ b/correction_data/stabilize/2024-01-24-20-04-26.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78bd26f114bbdb548ae11bac022857a26278293752b6f61755e4fed920bec08 +size 1268404 diff --git a/correction_data/stabilize/2024-01-24-20-06-29.hdf5 b/correction_data/stabilize/2024-01-24-20-06-29.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..179c2bef002aaeab31557bce776fd9b781364559 --- /dev/null +++ b/correction_data/stabilize/2024-01-24-20-06-29.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254f9fa15ec0b5375b5d3e8e0434d8643068ca167474ba491480cb795318473d +size 654952 diff --git a/correction_data/stabilize/2024-01-24-20-08-08.hdf5 b/correction_data/stabilize/2024-01-24-20-08-08.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..1fd6c64f3c8b87e7c88afcafc4b8327a8dfc429e --- /dev/null +++ b/correction_data/stabilize/2024-01-24-20-08-08.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63eab3a09f5094f10968535802afe3840b66f30486a7ebc84d5cd5745c0dbaf1 +size 859436 diff --git a/correction_data/stabilize/2024-01-24-20-10-06.hdf5 b/correction_data/stabilize/2024-01-24-20-10-06.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..0393d6095304888ddca0a8b8978a761c54a1c38d --- /dev/null +++ b/correction_data/stabilize/2024-01-24-20-10-06.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6648dc04edbeb9ad359f903cdb3fab34788050c1cb5aa055b4d1a146056292 +size 567316 diff --git a/correction_data/stabilize/2024-01-24-20-11-56.hdf5 b/correction_data/stabilize/2024-01-24-20-11-56.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..6b48872c59b416fdeec57de618f13bc48c46bc9a --- /dev/null +++ b/correction_data/stabilize/2024-01-24-20-11-56.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c49847c4fe72e3cff35a736df9e7d94dce73670a05bd068ed76186af750989 +size 1122344 diff --git a/correction_data/stabilize/2024-01-24-20-14-22.hdf5 b/correction_data/stabilize/2024-01-24-20-14-22.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..de0dbbd0d4f09c778466c13ae86aed8deb649461 --- /dev/null +++ b/correction_data/stabilize/2024-01-24-20-14-22.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad8b42245cae290af5814938ce2d4cde559b1eddecdd701dc822e075434ea63 +size 654952 diff --git a/correction_data/stabilize/2024-01-24-20-16-11.hdf5 b/correction_data/stabilize/2024-01-24-20-16-11.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..f67065b8cddbca92ec65cd14acc08e810e9c42a3 --- /dev/null +++ b/correction_data/stabilize/2024-01-24-20-16-11.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40487422688974ff0a8f6d4a62631519b800654bae75baacd6099e9d05eb16f9 +size 713376 diff --git a/correction_data/stabilize/2024-01-24-20-18-28.hdf5 b/correction_data/stabilize/2024-01-24-20-18-28.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..6debc8e26d63235104d554511438a8cb3aadfe23 --- /dev/null +++ b/correction_data/stabilize/2024-01-24-20-18-28.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ade01d73aad1faaef0bedf21589dcfffd454734d0a5dd4ad9b9dcc8ba0f9ec1 +size 1268404 diff --git a/correction_data/stabilize/2024-01-24-20-20-53.hdf5 b/correction_data/stabilize/2024-01-24-20-20-53.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..3181c437fc82330b59fb9624f70de7641059a9ea --- /dev/null +++ b/correction_data/stabilize/2024-01-24-20-20-53.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d7b05467d38eb38e2562fe2b57f5ce6c9db6babe035f5f73a25ce8387b1a92 +size 713376 diff --git a/correction_data/stabilize/2024-01-24-20-23-02.hdf5 b/correction_data/stabilize/2024-01-24-20-23-02.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..96aaed358cdd4786bd92a5a7f3b4bc0ef3d5445e --- /dev/null +++ b/correction_data/stabilize/2024-01-24-20-23-02.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17d3ddf3c29cfa19ce26b404810a15c8a9f4601060258761aada8924c8734bc +size 1063920 diff --git a/correction_data/stabilize/2024-01-24-20-27-22.hdf5 b/correction_data/stabilize/2024-01-24-20-27-22.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..3dbfb4c181e34107bac95c083d7be793d359b726 --- /dev/null +++ b/correction_data/stabilize/2024-01-24-20-27-22.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903383d866514e82c47386513e73815e98aea12e1c2ebddbd67edcf37da9c3e5 +size 1034708 diff --git a/correction_data/stabilize/2024-01-24-20-29-18.hdf5 b/correction_data/stabilize/2024-01-24-20-29-18.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..51db1c36c9547600a7e58af486de76cdf70b7993 --- /dev/null +++ b/correction_data/stabilize/2024-01-24-20-29-18.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdb90b9a13b832cd9ba5b84eaa89423c4525c1a4960ea5888f2b38125f54745 +size 1005496 diff --git a/correction_data/stabilize/2024-01-24-20-31-03.hdf5 b/correction_data/stabilize/2024-01-24-20-31-03.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..8425fc41840f102878d7915f1a1773339d7791a5 --- /dev/null +++ b/correction_data/stabilize/2024-01-24-20-31-03.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166cefc18cbfabe8d09b7f7cea7998acb4e6021b64a0805aff4f3be5ccdbc169 +size 917860 diff --git a/correction_data/stabilize/2024-01-24-20-32-55.hdf5 b/correction_data/stabilize/2024-01-24-20-32-55.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..9972ec3f05a7033b721b6687d800f8bdc18bdb9e --- /dev/null +++ b/correction_data/stabilize/2024-01-24-20-32-55.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521cbee8675f506cae4cb68c3b065fb54476deeec5ffddd3ee3343ce5fcb1655 +size 1385252 diff --git a/correction_data/stabilize/2024-01-24-20-35-38.hdf5 b/correction_data/stabilize/2024-01-24-20-35-38.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..a3802630b215ea0279181c3a323378cd481eaf27 --- /dev/null +++ b/correction_data/stabilize/2024-01-24-20-35-38.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e164bc302b8a300a679a3fa234e5feffd7ae1425802044f24b029debff14d7 +size 654952 diff --git a/distillation/.gitattributes b/distillation/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..1bccc1fa88e2220dd67a7d9c94e7cc6711b853ef --- /dev/null +++ b/distillation/.gitattributes @@ -0,0 +1 @@ +*.h5 filter=lfs diff=lfs merge=lfs -text diff --git a/distillation/matched_point_cloud_scenes.h5 b/distillation/matched_point_cloud_scenes.h5 new file mode 100644 index 0000000000000000000000000000000000000000..56d2b735468d441e9b226c5d96cc4169c3fe1c11 --- /dev/null +++ b/distillation/matched_point_cloud_scenes.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c0fcdaf0b3c6d51860b1676e9e12ea595dc2ac8b9f42d47b06d263140250eb +size 10142366390 diff --git a/distillation/tasks/.gitattributes b/distillation/tasks/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..0820b3d5eb31ae1c8c38c08b53abe8b5a27048be --- /dev/null +++ b/distillation/tasks/.gitattributes @@ -0,0 +1 @@ +*.hdf5 filter=lfs diff=lfs merge=lfs -text diff --git a/distillation/tasks/insert.hdf5 b/distillation/tasks/insert.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..ac537119e7c58cd1ee5eff25c25adfdfdb3edb6d --- /dev/null +++ b/distillation/tasks/insert.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48a5d6527af79bc1f23409b1633b56772e547acc79f333fc04d5cfcc34116ca +size 104289092 diff --git a/distillation/tasks/lift_leaned_leg.hdf5 b/distillation/tasks/lift_leaned_leg.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..5d486c0cb193ee97b552e339710ac80bd178b26c --- /dev/null +++ b/distillation/tasks/lift_leaned_leg.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06637d6dd7a5009e5009dff9feb7f550763a72dabeac7ac9ddbad410802b6edf +size 283737396 diff --git a/distillation/tasks/reach_and_grasp.hdf5 b/distillation/tasks/reach_and_grasp.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..39ce15f2675558e5fcdf24ef69a3f65e85ec6d6a --- /dev/null +++ b/distillation/tasks/reach_and_grasp.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4bfd36fe0084f31b9437c429e92cf57d23b83cec7ec946db25403030117697 +size 152465740 diff --git a/distillation/tasks/screw.hdf5 b/distillation/tasks/screw.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..5725171a5cabcb2a421ef3fdd43756d3bda6dfe4 --- /dev/null +++ b/distillation/tasks/screw.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59c345f553f82a5c1675043f43698d7bc44d9f0fbb7c4d7074c99cedb28b5c5 +size 119367808 diff --git a/distillation/tasks/stabilize.hdf5 b/distillation/tasks/stabilize.hdf5 new file mode 100644 index 0000000000000000000000000000000000000000..e1ca2916b39318f949072dc33d5202899bf7c725 --- /dev/null +++ b/distillation/tasks/stabilize.hdf5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc594e6590024ebdbb266cef035420a69645c128d76593b074f79700d2c01370 +size 151571928