Skip to content

Commit 0df83dd

Browse files
committed
V1.0: 22nd December 2021
1 parent 578500b commit 0df83dd

File tree

577 files changed

+7827442
-13433
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

577 files changed

+7827442
-13433
lines changed

.gitignore

+44
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,44 @@
1+
# Ignore all
2+
*
3+
4+
# Unignore all with extensions
5+
!*.*
6+
7+
# Unignore all dirs
8+
!*/
9+
110
CMakeLists.txt.user
211
CMakeLists_modified.txt
312

413
Examples/RGB-D/rgbd_tum
14+
Examples/RGB-D/rgbd_realsense_D435i
515

16+
Examples/RGB-D-Inertial/rgbd_inertial_realsense_D435i
17+
18+
Examples/Monocular/mono_realsense_D435i
619
Examples/Monocular/mono_euroc
720
Examples/Monocular/mono_kitti
821
Examples/Monocular/mono_tum
922
Examples/Monocular/mono_tum_vi
23+
Examples/Monocular/mono_realsense_t265
1024

1125
Examples/Stereo/stereo_euroc
1226
Examples/Stereo/stereo_kitti
1327
Examples/Stereo/stereo_tum_vi
28+
Examples/Stereo/stereo_realsense_t265
29+
Examples/Stereo/stereo_realsense_D435i
1430

1531
Examples/Monocular-Inertial/mono_inertial_euroc
1632
Examples/Monocular-Inertial/mono_inertial_tum_vi
33+
Examples/Monocular-Inertial/mono_inertial_realsense_t265
34+
Examples/Monocular-Inertial/mono_inertial_realsense_D435i
35+
Examples/Monocular-Inertial/mono_inertial_realsense_D435i_2
1736

1837
Examples/Stereo-Inertial/stereo_inertial_euroc
1938
Examples/Stereo-Inertial/stereo_inertial_tum_vi
39+
Examples/Stereo-Inertial/stereo_inertial_realsense_t265
40+
Examples/Stereo-Inertial/stereo_inertial_realsense_D435i
41+
2042

2143
Examples/ROS/ORB_SLAM3/Mono
2244
Examples/ROS/ORB_SLAM3/Mono_Inertial
@@ -25,6 +47,11 @@ Examples/ROS/ORB_SLAM3/RGBD
2547
Examples/ROS/ORB_SLAM3/Stereo
2648
Examples/ROS/ORB_SLAM3/Stereo_Inertial
2749

50+
Examples/Calibration/recorder_realsense_D435i
51+
52+
Examples/Tests/viewer_dataset
53+
Examples/Tests/sophus_test
54+
2855
Examples/ROS/ORB_SLAM3/CMakeLists.txt.user
2956
Examples/ROS/ORB_SLAM3/build/
3057

@@ -45,5 +72,22 @@ lib/
4572
cmake_modules/
4673
cmake-build-debug/
4774

75+
ExecMean.txt
76+
SessionInfo.txt
77+
Results_Euroc.txt
78+
LBA_Stats.txt
79+
LocalMapTimeStats.txt
80+
TrackLocalMapStats.txt
81+
TrackingTimeStats.txt
82+
time*
83+
Time*
84+
Table_Euroc
85+
Table_TUMVI_rooms/
4886
*.pyc
4987
*.osa
88+
.idea/
89+
my_settings.txt
90+
91+
borrar/*
92+
93+
*/ExecMean.txt

0 commit comments

Comments
 (0)