Datasets:

Modalities:
Image
Libraries:
Datasets
License:
Mohit505Git commited on
Commit
0be9561
·
verified ·
1 Parent(s): b7d3c3d

add exp_collision

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. exp_collision/CSVs/alphasense_driver_ros_imu.csv +0 -0
  3. exp_collision/CSVs/baro_depth.csv +0 -0
  4. exp_collision/CSVs/bnio_imu_biases.csv +0 -0
  5. exp_collision/CSVs/bnnn_vel_cov.csv +0 -0
  6. exp_collision/CSVs/ground_truth_vel.csv +0 -0
  7. exp_collision/README.md +13 -0
  8. exp_collision/bnio_odometry.tum +0 -0
  9. exp_collision/exp_collision.bag +3 -0
  10. exp_collision/groundtruth_odometry.tum +0 -0
  11. exp_collision/images/neuromast_image_roi/frame_0.png +3 -0
  12. exp_collision/images/neuromast_image_roi/frame_1.png +3 -0
  13. exp_collision/images/neuromast_image_roi/frame_10.png +3 -0
  14. exp_collision/images/neuromast_image_roi/frame_100.png +3 -0
  15. exp_collision/images/neuromast_image_roi/frame_1000.png +3 -0
  16. exp_collision/images/neuromast_image_roi/frame_1001.png +3 -0
  17. exp_collision/images/neuromast_image_roi/frame_1002.png +3 -0
  18. exp_collision/images/neuromast_image_roi/frame_1003.png +3 -0
  19. exp_collision/images/neuromast_image_roi/frame_1004.png +3 -0
  20. exp_collision/images/neuromast_image_roi/frame_1005.png +3 -0
  21. exp_collision/images/neuromast_image_roi/frame_1006.png +3 -0
  22. exp_collision/images/neuromast_image_roi/frame_1007.png +3 -0
  23. exp_collision/images/neuromast_image_roi/frame_1008.png +3 -0
  24. exp_collision/images/neuromast_image_roi/frame_1009.png +3 -0
  25. exp_collision/images/neuromast_image_roi/frame_101.png +3 -0
  26. exp_collision/images/neuromast_image_roi/frame_1010.png +3 -0
  27. exp_collision/images/neuromast_image_roi/frame_1011.png +3 -0
  28. exp_collision/images/neuromast_image_roi/frame_1012.png +3 -0
  29. exp_collision/images/neuromast_image_roi/frame_1013.png +3 -0
  30. exp_collision/images/neuromast_image_roi/frame_1014.png +3 -0
  31. exp_collision/images/neuromast_image_roi/frame_1015.png +3 -0
  32. exp_collision/images/neuromast_image_roi/frame_1016.png +3 -0
  33. exp_collision/images/neuromast_image_roi/frame_1017.png +3 -0
  34. exp_collision/images/neuromast_image_roi/frame_1018.png +3 -0
  35. exp_collision/images/neuromast_image_roi/frame_1019.png +3 -0
  36. exp_collision/images/neuromast_image_roi/frame_102.png +3 -0
  37. exp_collision/images/neuromast_image_roi/frame_1020.png +3 -0
  38. exp_collision/images/neuromast_image_roi/frame_1021.png +3 -0
  39. exp_collision/images/neuromast_image_roi/frame_1022.png +3 -0
  40. exp_collision/images/neuromast_image_roi/frame_1023.png +3 -0
  41. exp_collision/images/neuromast_image_roi/frame_1024.png +3 -0
  42. exp_collision/images/neuromast_image_roi/frame_1025.png +3 -0
  43. exp_collision/images/neuromast_image_roi/frame_1026.png +3 -0
  44. exp_collision/images/neuromast_image_roi/frame_1027.png +3 -0
  45. exp_collision/images/neuromast_image_roi/frame_1028.png +3 -0
  46. exp_collision/images/neuromast_image_roi/frame_1029.png +3 -0
  47. exp_collision/images/neuromast_image_roi/frame_103.png +3 -0
  48. exp_collision/images/neuromast_image_roi/frame_1030.png +3 -0
  49. exp_collision/images/neuromast_image_roi/frame_1031.png +3 -0
  50. exp_collision/images/neuromast_image_roi/frame_1032.png +3 -0
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ exp_collision/exp_collision.bag filter=lfs diff=lfs merge=lfs -text
exp_collision/CSVs/alphasense_driver_ros_imu.csv ADDED
The diff for this file is too large to render. See raw diff
 
exp_collision/CSVs/baro_depth.csv ADDED
The diff for this file is too large to render. See raw diff
 
exp_collision/CSVs/bnio_imu_biases.csv ADDED
The diff for this file is too large to render. See raw diff
 
exp_collision/CSVs/bnnn_vel_cov.csv ADDED
The diff for this file is too large to render. See raw diff
 
exp_collision/CSVs/ground_truth_vel.csv ADDED
The diff for this file is too large to render. See raw diff
 
exp_collision/README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This directory contains the file corresponding to the experiment validating the robustness of bnio against collisions.
2
+
3
+ bnio_odometry.tum is the ".tum" file containing the 6DoF pose estimates from BNIO.
4
+
5
+ groundtruth_odometry.tum is a ".tum" file containing the 6DoF groundtruth pose.
6
+
7
+ All ".tum" files can be processed using the "EVO:Python package for the evaluation of odometry and SLAM" (https://github.com/MichaelGrupp/evo)
8
+
9
+ The "images" directory contains the full sequence of images of the multi-resolution cilia (input to the BNNN) and a ".txt" file containing the image name and the corresponding timestamp.
10
+
11
+ The "CSVs" directory contains the contents of the ".bag" to seperate ".csv" files corresponding to each ROS topic, alongside the barometric depth measurements and ground truth linear velocity.
12
+
13
+ Note: Due to a constant time offset in the robot computer’s real-time clock, the UTC timestamps in the data correspond to November 2023, although the experiments were conducted between April and June 2025.
exp_collision/bnio_odometry.tum ADDED
The diff for this file is too large to render. See raw diff
 
exp_collision/exp_collision.bag ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de0801b0b1977cc04276dec7b43bab90d0fb42296ed68ba6d070a11a5e8d29c8
3
+ size 16460409
exp_collision/groundtruth_odometry.tum ADDED
The diff for this file is too large to render. See raw diff
 
exp_collision/images/neuromast_image_roi/frame_0.png ADDED

Git LFS Details

  • SHA256: 1a6c82403d35718993fe3d49a7c4930f9235cda681fd48a90aa963e60274343d
  • Pointer size: 129 Bytes
  • Size of remote file: 2.83 kB
exp_collision/images/neuromast_image_roi/frame_1.png ADDED

Git LFS Details

  • SHA256: 1d01466cc83d421327c73280ca728d747a231c840605461ba89d21a6681d26c3
  • Pointer size: 129 Bytes
  • Size of remote file: 2.84 kB
exp_collision/images/neuromast_image_roi/frame_10.png ADDED

Git LFS Details

  • SHA256: ec0d00b0cd71ff45ba9b10c2fdd9c24589a9866aec830b62a7253842045df66a
  • Pointer size: 129 Bytes
  • Size of remote file: 2.82 kB
exp_collision/images/neuromast_image_roi/frame_100.png ADDED

Git LFS Details

  • SHA256: 29b0c984a03b42dd912b973cc810323055f3f8de1cf3cfd64fc864d7e0054b2c
  • Pointer size: 129 Bytes
  • Size of remote file: 2.78 kB
exp_collision/images/neuromast_image_roi/frame_1000.png ADDED

Git LFS Details

  • SHA256: 588c2ab15067658058989d469de5638f09ec2375dbf06200aac3849125b15963
  • Pointer size: 129 Bytes
  • Size of remote file: 2.74 kB
exp_collision/images/neuromast_image_roi/frame_1001.png ADDED

Git LFS Details

  • SHA256: c518133792c1030bb5bd2df76acd1d24cd3edcbb2447b3bb082d311df5dea5bb
  • Pointer size: 129 Bytes
  • Size of remote file: 2.75 kB
exp_collision/images/neuromast_image_roi/frame_1002.png ADDED

Git LFS Details

  • SHA256: 7ff0a99f96234f4840e9e67925f0b2e039abe716020249b36b5cd9c7a5a94a07
  • Pointer size: 129 Bytes
  • Size of remote file: 2.73 kB
exp_collision/images/neuromast_image_roi/frame_1003.png ADDED

Git LFS Details

  • SHA256: fe501f44985dfd4012108326eada8e14212c393fe441a7ac67794dbeb1ce8400
  • Pointer size: 129 Bytes
  • Size of remote file: 2.76 kB
exp_collision/images/neuromast_image_roi/frame_1004.png ADDED

Git LFS Details

  • SHA256: 3070b74152fb6dc87113eaaf835cf99b830ba16e44233eb33a3b3be7e019995e
  • Pointer size: 129 Bytes
  • Size of remote file: 2.72 kB
exp_collision/images/neuromast_image_roi/frame_1005.png ADDED

Git LFS Details

  • SHA256: d3e174ae10f68e9460388dc8ecd21b4cef6b44ee3b963e0f76ed02c32f637d29
  • Pointer size: 129 Bytes
  • Size of remote file: 2.72 kB
exp_collision/images/neuromast_image_roi/frame_1006.png ADDED

Git LFS Details

  • SHA256: 63a205034955f84b92ff7c192fceb09152f3e5b90b3ce442e6d5b752a0631d95
  • Pointer size: 129 Bytes
  • Size of remote file: 2.73 kB
exp_collision/images/neuromast_image_roi/frame_1007.png ADDED

Git LFS Details

  • SHA256: c6512cd03b1924cf1cd63c684c9f7104f39124ff7636c37b5215b1ee3b96064d
  • Pointer size: 129 Bytes
  • Size of remote file: 2.71 kB
exp_collision/images/neuromast_image_roi/frame_1008.png ADDED

Git LFS Details

  • SHA256: 7cb70d7f3d6c86de1c934b133ca4175a38934c2be0a9931ec96e852764759da4
  • Pointer size: 129 Bytes
  • Size of remote file: 2.73 kB
exp_collision/images/neuromast_image_roi/frame_1009.png ADDED

Git LFS Details

  • SHA256: d16690319f6d7796a94953d922781be6485691aa46ad58faae853fd282ff7a60
  • Pointer size: 129 Bytes
  • Size of remote file: 2.73 kB
exp_collision/images/neuromast_image_roi/frame_101.png ADDED

Git LFS Details

  • SHA256: 00a8f2390c9e2c88331e900be1e0dde3823e283cf07883d0a0363f944c5894a1
  • Pointer size: 129 Bytes
  • Size of remote file: 2.79 kB
exp_collision/images/neuromast_image_roi/frame_1010.png ADDED

Git LFS Details

  • SHA256: 4a22e5b5917c1fc51333b2b17a6633b2d1c9b494f6751a45002bd3a8cbe5c4e2
  • Pointer size: 129 Bytes
  • Size of remote file: 2.73 kB
exp_collision/images/neuromast_image_roi/frame_1011.png ADDED

Git LFS Details

  • SHA256: 65bbf7889acd61340bd7470256f68b18bb5d9b565c5fe069fbc9c361dde3da7b
  • Pointer size: 129 Bytes
  • Size of remote file: 2.72 kB
exp_collision/images/neuromast_image_roi/frame_1012.png ADDED

Git LFS Details

  • SHA256: 8945cbfaabfd5d7eccc83bb13414936ee8784dcb6497c1d1da41ee7a78876869
  • Pointer size: 129 Bytes
  • Size of remote file: 2.73 kB
exp_collision/images/neuromast_image_roi/frame_1013.png ADDED

Git LFS Details

  • SHA256: c56fca8cab5f1dd2c020a7caf792904f06e101a0cf7a9cd77ab451fa211d40c4
  • Pointer size: 129 Bytes
  • Size of remote file: 2.73 kB
exp_collision/images/neuromast_image_roi/frame_1014.png ADDED

Git LFS Details

  • SHA256: 9c3b130590a4ae174cf0fa74111d12f66bba7d59fe6e1f469da721e69c29cadb
  • Pointer size: 129 Bytes
  • Size of remote file: 2.75 kB
exp_collision/images/neuromast_image_roi/frame_1015.png ADDED

Git LFS Details

  • SHA256: 0c3b9196ed2bd7080047078f2669b0d82029b38e9129e51d75c9746193381827
  • Pointer size: 129 Bytes
  • Size of remote file: 2.73 kB
exp_collision/images/neuromast_image_roi/frame_1016.png ADDED

Git LFS Details

  • SHA256: 3f46bcdc08cffefbb6d07ac57817543bf3aaa24b3024a7f72c9837c853fbd858
  • Pointer size: 129 Bytes
  • Size of remote file: 2.73 kB
exp_collision/images/neuromast_image_roi/frame_1017.png ADDED

Git LFS Details

  • SHA256: 349ffc680b3d5a073ce0a50909f75e0a7e399e368c2a9fba11f1fa827db25fff
  • Pointer size: 129 Bytes
  • Size of remote file: 2.73 kB
exp_collision/images/neuromast_image_roi/frame_1018.png ADDED

Git LFS Details

  • SHA256: be04fb8c80527afefa187d80c5a4f153165ffe9d6efd5fb955a80094410b4d12
  • Pointer size: 129 Bytes
  • Size of remote file: 2.73 kB
exp_collision/images/neuromast_image_roi/frame_1019.png ADDED

Git LFS Details

  • SHA256: c1df6c20f85d9b0864d1ca9f15c5fb0654f8da07853e254c35f46c16a9b8bc8c
  • Pointer size: 129 Bytes
  • Size of remote file: 2.75 kB
exp_collision/images/neuromast_image_roi/frame_102.png ADDED

Git LFS Details

  • SHA256: fcbe3ff7f302c1b04a1be5ed15a1b8fdddc2466f72761fa08c19fdb310694056
  • Pointer size: 129 Bytes
  • Size of remote file: 2.8 kB
exp_collision/images/neuromast_image_roi/frame_1020.png ADDED

Git LFS Details

  • SHA256: 9c9cde476ff789c9569c8a3505f2772f578025c677adcc37de9ecf8f9206d8b5
  • Pointer size: 129 Bytes
  • Size of remote file: 2.74 kB
exp_collision/images/neuromast_image_roi/frame_1021.png ADDED

Git LFS Details

  • SHA256: 94ca375de5d59975afc52859d2e654c24c5b4a7dba681d063c1a2f0811493be1
  • Pointer size: 129 Bytes
  • Size of remote file: 2.74 kB
exp_collision/images/neuromast_image_roi/frame_1022.png ADDED

Git LFS Details

  • SHA256: ebe33a20af655a2d81ad97a80e91feefefa158a0341775985d6673ee9f34fc0a
  • Pointer size: 129 Bytes
  • Size of remote file: 2.73 kB
exp_collision/images/neuromast_image_roi/frame_1023.png ADDED

Git LFS Details

  • SHA256: d414f859cfb491a34a1e2a5e02556c2510fe2534d1fe68a5eca748f1a836fd0c
  • Pointer size: 129 Bytes
  • Size of remote file: 2.75 kB
exp_collision/images/neuromast_image_roi/frame_1024.png ADDED

Git LFS Details

  • SHA256: 0e55231a1e6cdf18fc6854a939536ae0ad38d42fd159860042369d32d395bc06
  • Pointer size: 129 Bytes
  • Size of remote file: 2.73 kB
exp_collision/images/neuromast_image_roi/frame_1025.png ADDED

Git LFS Details

  • SHA256: 2768162fb85e149a0eb6e2c34b4255d103d8e9129161ca5d70d817d1c9391292
  • Pointer size: 129 Bytes
  • Size of remote file: 2.74 kB
exp_collision/images/neuromast_image_roi/frame_1026.png ADDED

Git LFS Details

  • SHA256: 56ade557e0d6ef5c7a24370204738f9620e23519d25ae731bc9782dbc1574ceb
  • Pointer size: 129 Bytes
  • Size of remote file: 2.74 kB
exp_collision/images/neuromast_image_roi/frame_1027.png ADDED

Git LFS Details

  • SHA256: 688dbb58de48db68dac05114b0f50a910b96864d5e58873e27e8f1f3d749aef1
  • Pointer size: 129 Bytes
  • Size of remote file: 2.74 kB
exp_collision/images/neuromast_image_roi/frame_1028.png ADDED

Git LFS Details

  • SHA256: 42aa5789fe472c6cf052f1062d29d582fd6a5aea3d43699bd816bbb69ad4d33b
  • Pointer size: 129 Bytes
  • Size of remote file: 2.74 kB
exp_collision/images/neuromast_image_roi/frame_1029.png ADDED

Git LFS Details

  • SHA256: 608e6218ba355d465e53b02aab83782c633aac093ecc43afdacb6813f788b8e9
  • Pointer size: 129 Bytes
  • Size of remote file: 2.75 kB
exp_collision/images/neuromast_image_roi/frame_103.png ADDED

Git LFS Details

  • SHA256: d06e4015ca560f893a13e27738918bb29ee78476d4ec3e2624b7bbe423332610
  • Pointer size: 129 Bytes
  • Size of remote file: 2.79 kB
exp_collision/images/neuromast_image_roi/frame_1030.png ADDED

Git LFS Details

  • SHA256: 29030b1f22f1752da5e58ff11555294118aa00576ac08d52f7dbfdbf2bd815d7
  • Pointer size: 129 Bytes
  • Size of remote file: 2.74 kB
exp_collision/images/neuromast_image_roi/frame_1031.png ADDED

Git LFS Details

  • SHA256: 84462cc7ee4ee395272a2ad24565165a723c686b2053a2ef111bcbc69a4b371f
  • Pointer size: 129 Bytes
  • Size of remote file: 2.74 kB
exp_collision/images/neuromast_image_roi/frame_1032.png ADDED

Git LFS Details

  • SHA256: e181f14c845c5b424384d0d872a7517748bb951ff173864cd96e4c0aa63ebf69
  • Pointer size: 129 Bytes
  • Size of remote file: 2.76 kB