Skip to content

Commit 78106f3

Browse files
authored
Update README.md
1 parent eae5735 commit 78106f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ alt="SLAM View of MapHash vs. Baseline ORB" width="760" height="320" border="10"
1515

1616
As the central part of autonomous navigation stack developed at Georgia Tech IVALab, GF-ORB-SLAM 2 supports **additional features** as follows:
1717
- 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);
1819
- GPU accelerated FAST detection (uncomment Macro **CUDA_ACC_FAST** in **ORBextractor.h** to enable it);
1920
- 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);
2021
- 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")
2122
- 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)
2524

2625
## Build & Run
2726

0 commit comments

Comments
 (0)