You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,12 @@ alt="SLAM View of MapHash vs. Baseline ORB" width="760" height="320" border="10"
15
15
16
16
As the central part of autonomous navigation stack developed at Georgia Tech IVALab, GF-ORB-SLAM 2 supports **additional features** as follows:
17
17
- this repo is based on ORB-SLAM2, which supports monocular, stereo and rgb-d visual input;
18
+
- catkinize (by default; for non-ros usage, check out the **master** branch instead);
18
19
- GPU accelerated FAST detection (uncomment Macro **CUDA_ACC_FAST** in **ORBextractor.h** to enable it);
19
20
- sped-up lazy stereo matching (uncomment Macro **ALTER_STEREO_MATCHING** & **DELAYED_STEREO_MATCHING** in **Frame.h** to enable it; for fisheye lens, uncomment **USE_FISHEYE_DISTORTION** as well);
20
21
- budget awared local BA with Good Graph selection (uncomment Macro **ENABLE_GOOD_GRAPH** in **Optimizer.h** & **ENABLE_ANTICIPATION_IN_GRAPH** in **Frame.h** to enable it; by default the desired path from controller / planner is valid and published to rostopic "/desired_path")
21
22
- map saving & loading modules (uncomment Macro **ENABLE_MAP_IO** in **Frame.h** to enable them)
22
-
- Pose initialization with ChAruco (uncomment Macro **INIT_WITH_ARUCHO** in **Tracking.h** to enable it);
23
-
- catkinize (default; for non-ros usage, check out the master branch)
24
-
- to be included ~~visual inertial fusion~~
23
+
- Pose initialization with ChAruco (uncomment Macro **INIT_WITH_ARUCHO** in **Tracking.h** to enable it)
0 commit comments