RepoPilot

raulmur/ORB_SLAM2

Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities

Concerns

Looks unmaintained — solo project with stale commits

ConcernsDependency

last commit was 2y ago; single-maintainer (no co-maintainers visible)…

MixedFork & modify

test evidence incomplete; CI evidence incomplete…

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 2y ago; CI evidence incomplete…

  • Stale — last commit 2y ago
  • Solo or near-solo (1 contributor active in recent commits)

What would improve this?

  • Use as dependency Concerns to Mixed if: 1 commit in the last 365 days
  • Deploy as-is Mixed to Healthy if: 1 commit in the last 180 days

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: raulmur/ORB_SLAM2

Generated by RepoPilot · document generated 2026-09-14 · concise human review Evidence snapshot · analyzed 2026-09-14T00:23:02.794Z · commit f2e6f51cdc8d

Verdict

Concerns — Looks unmaintained — solo project with stale commits

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

ORB-SLAM2 is a real-time SLAM (Simultaneous Localization and Mapping) library that computes camera trajectories and sparse 3D reconstructions from monocular, stereo, or RGB-D camera feeds. It uniquely handles loop detection and camera relocalization in real-time, enabling applications like autonomous navigation and AR to recover from tracking loss and close loops in previously mapped areas. Monolithic C++ library with Examples/ as entry points: Examples/Monocular/, Examples/Stereo/, and Examples/RGB-D/ contain dataset-specific runners (mono_euroc.cc, mono_kitti.cc, rgbd_tum.cc), Examples/ROS/ wraps it for ROS subscribers, and configuration lives in .yaml files (EuRoC.yaml, KITTI*.yaml,…

Start here

Open these first:

  • CMakeLists.txt — Root build configuration that orchestrates compilation of core SLAM library, third-party dependencies (DBoW2, g2o), and all…
  • Examples/Monocular/mono_tum.cc — Entry point for monocular SLAM on TUM dataset; demonstrates the primary API pattern for initializing and running the SLAM…
  • Examples/RGB-D/rgbd_tum.cc — Entry point for RGB-D SLAM showing depth sensor integration; essential reference for understanding multi-modal pipeline.
  • Examples/Stereo/stereo_kitti.cc — Stereo SLAM example on KITTI dataset; demonstrates binocular initialization and baseline-dependent scale recovery.
  • Thirdparty/DBoW2/DBoW2/TemplatedVocabulary.h — Vocabulary abstraction for loop detection and relocalization; critical dependency for global place recognition.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/raulmur/ORB_SLAM2.git
cd ORB_SLAM2
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j4
cd ..
# Download EuRoC/KITTI/TUM dataset and run:
./Examples/Monocular/mono_euroc ../Vocabulary/ORBvoc.txt ./Examples/Monocular/EuRoC.yaml PATH_TO_DATASET_FOLDER TIMES_FILE

Dependencies (from Dependencies.md): OpenCV 2.4.11+, Eigen 3.1.0+, g2o, DBoW2 (Bags of Binary Words).

Daily commands:

After build: ./Examples/Monocular/mono_euroc ../Vocabulary/ORBvoc.txt ./Examples/Monocular/EuRoC.yaml <dataset_path> <times_file> for monocular on EuRoC. ROS version: `rosrun ORB_SLAM2 Mono Vocabulary/ORBvoc.txt Examp…

…shortened for this brief.

Key cautions & unknowns

  • Stale — last commit 2y ago
  • Solo or near-solo (1 contributor active in recent commits)
  • (1) ORB vocabulary file required: Examples assume Vocabulary/ORBvoc.txt exists; this must be generated or downloaded separately—not in repo. (2) Dataset-specific format: Each dataset (EuRoC, KITTI, TUM) has…
  • License evidence is incomplete or ambiguous.
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Great to learn from" badge

Paste into your README — live-updates from the latest cached analysis.

RepoPilot: Great to learn from
[![RepoPilot: Great to learn from](https://repopilot.app/api/badge/raulmur/orb_slam2?axis=learn)](https://repopilot.app/r/raulmur/orb_slam2)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/raulmur/orb_slam2 on X, Slack, or LinkedIn.

Ask AI about raulmur/orb_slam2

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/raulmur/orb_slam2"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>