ORB_SLAM2 | Time SLAM for Monocular Stereo and RGB-D Cameras | Robotics library

 by   raulmur C++ Version: Current License: Non-SPDX

kandi X-RAY | ORB_SLAM2 Summary

kandi X-RAY | ORB_SLAM2 Summary

ORB_SLAM2 is a C++ library typically used in Automation, Robotics applications. ORB_SLAM2 has no bugs, it has no vulnerabilities and it has medium support. However ORB_SLAM2 has a Non-SPDX License. You can download it from GitHub.

Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              ORB_SLAM2 has a medium active ecosystem.
              It has 8238 star(s) with 4533 fork(s). There are 378 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 703 open issues and 241 have been closed. On average issues are closed in 119 days. There are 75 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of ORB_SLAM2 is current.

            kandi-Quality Quality

              ORB_SLAM2 has 0 bugs and 0 code smells.

            kandi-Security Security

              ORB_SLAM2 has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              ORB_SLAM2 code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              ORB_SLAM2 has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              ORB_SLAM2 releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.
              It has 12 lines of code, 0 functions and 1 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ORB_SLAM2
            Get all kandi verified functions for this library.

            ORB_SLAM2 Key Features

            No Key Features are available at this moment for ORB_SLAM2.

            ORB_SLAM2 Examples and Code Snippets

            No Code Snippets are available at this moment for ORB_SLAM2.

            Community Discussions

            QUESTION

            Operation not permitted on gitlab-runner
            Asked 2022-Jan-04 at 17:45

            I'm trying to run a gitlab ci on my own server. I registered gitlab-runner in a separated machine using privileges

            ...

            ANSWER

            Answered 2022-Jan-04 at 17:44

            I entered the container from the runner machine while the ci was running and I noticed that the repository was cloned as root but the build directories were created under a user. The cofigure_file command is trying to modify a file from the repository, so it's like user is trying to modify a file created as root (when cloned). I didn't manage to make the gitlab-runner software clone the repository as user. Instead, my workaround was to change the permissions of the folder before building. My .gitlab-ci.yml looks like this now

            Source https://stackoverflow.com/questions/70545267

            QUESTION

            CMake No rule to make target
            Asked 2021-Jun-07 at 01:45

            I'm trying to build ORB_SLAM2 on macOS 11.4 with clang 12 and OpenCV4 and have run into this error:

            make[2]: *** No rule to make target `/usr/lib/libz.dylib', needed by `../lib/libORB_SLAM2.dylib'. Stop.

            This file does not exist on my Mac and I cannot add this symlink due to macOS's SIP. The correct path should be /usr/local/opt/zlib/lib/libz.dylib

            How can I fix this /usr/lib/libz.dylib reference?

            Here is my branch with my macOS build changes.

            I've tried to fix the problem by:

            • Inspecting each of the project's direct dependencies with otool -L and rebuilt from source where necessary (such as OpenCV) to make sure /usr/lib/libz.dylib is not referenced (fix suggested here)
            • Using CMake's FindZLIB.cmake module in the ORB_SLAM2 CMakeLists.txt to ensure the correct ZLIB is found

            Below is the output showing ZLIB is found but still no luck:

            ...

            ANSWER

            Answered 2021-Jun-07 at 01:45

            Solved: I checked the CMakeFiles/Makefile.cmake and it showed me that the Pangolin library I was using was actually one from another project of mine. Building Pangolin in this project solved the issue.

            Source https://stackoverflow.com/questions/67862869

            QUESTION

            Undefined Reference While Compiling ROS ORB_SLAM2
            Asked 2021-Apr-22 at 14:53

            I am trying to compile this version of ORB SLAM2 and after fixing some library import errors, I got this:

            ...

            ANSWER

            Answered 2021-Apr-22 at 14:53

            This is an annoying compatibility error. The ORB SLAM you are trying to use only works with Ubuntu 18.04. But, on the ROS ORB SLAM page, they have a new one called orb_slam_ros (click here) that does the same thing.

            NOTE: The new one doesn't say that it outputs ROS maps but using Octomap, you can convert a PointCloud to a Map. NOTE: This is tested in Ubuntu 20.04 ROS Noetic. As of now, 20.10 doesn't work.

            Source https://stackoverflow.com/questions/66198275

            QUESTION

            ROS ORB_SLAM2 /orb_slam2_mono/debug_image is blank even if camera works
            Asked 2021-Mar-04 at 18:26

            I want to get mapping to work using a Picamera. I have a Raspberry Pi running a cv_camera_node and an Ubuntu 20.04.1 running roscore, as well as, slam and rviz. I have OpenCV 4.2.0 and installed the following version of orb-slam2: https://github.com/appliedAI-Initiative/orb_slam_2_ros. I am running ROS Noetic. I have wrote the following launch file for slam:

            ...

            ANSWER

            Answered 2021-Feb-10 at 19:02

            Maybe your camera isn't getting picked up. You are using cv_camera_node meaning that the default topic will be cv_camera but orb_slam2 requires just camera. To solve this, go into the cv_camera_node.cpp which will look like this:

            Source https://stackoverflow.com/questions/66123837

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install ORB_SLAM2

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/raulmur/ORB_SLAM2.git

          • CLI

            gh repo clone raulmur/ORB_SLAM2

          • sshUrl

            git@github.com:raulmur/ORB_SLAM2.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Robotics Libraries

            openpilot

            by commaai

            apollo

            by ApolloAuto

            PythonRobotics

            by AtsushiSakai

            carla

            by carla-simulator

            ardupilot

            by ArduPilot

            Try Top Libraries by raulmur

            ORB_SLAM

            by raulmurC++

            evaluate_ate_scale

            by raulmurPython

            BagFromImages

            by raulmurC++