Code Monkey home page Code Monkey logo

Comments (5)

irsyadtc avatar irsyadtc commented on August 28, 2024 1

Yes, see #1015
Pangolin is currently using a higher version c++ compiler while ORB-SLAM2 uses the older version.
Try remove Pangolin and git clone -b v0.5 https://github.com/stevenlovegrove/Pangolin.git then cmake again

from orb_slam2.

alam121 avatar alam121 commented on August 28, 2024

The same error came for me. One wayout is to delete the build folder and build again:
mkdir build
cd build
cmake ..
make

This worked for me after ./buid.sh gave error

from orb_slam2.

mgrallos avatar mgrallos commented on August 28, 2024

my error while running build.sh is

-- Configuring incomplete, errors occurred!
See also "/home/mariah/trial_ws/src/ORB_SLAM2/build/CMakeFiles/CMakeOutput.log".
make: *** No targets specified and no makefile found. Stop.

from orb_slam2.

irsyadtc avatar irsyadtc commented on August 28, 2024

I tried both ./build.sh and @alam121 approaches but both resulted to this error:

/home/irsyad2/Pangolin/components/pango_core/include/sigslot/signal.hpp:109:79: error: ‘decay_t’ is not a member of ‘std’; did you mean ‘decay’?
  109 | _weak_ptr_compatible_v = detail::is_weak_ptr_compatible<std::decay_t<P>>::value;
         |                                                              ^~~~~~~
         |                                                              decay

I built Pangolin from stevenlovegrove's repository at my home directory, master branch. Help please?

from orb_slam2.

Ashwij3 avatar Ashwij3 commented on August 28, 2024

@irsyadtc Any updates on the issue? I am facing the same error.

from orb_slam2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.