Coder Social home page Coder Social logo

catkin build failed about rpg_svo_example HOT 2 OPEN

uzh-rpg avatar uzh-rpg commented on July 24, 2024
catkin build failed

from rpg_svo_example.

Comments (2)

mhubii avatar mhubii commented on July 24, 2024 2

Hi @dunfrey,

I have had a similar problem. It seems like the point cloud library is missing in your ros installation. Install it via:

sudo apt-get install ros-kinetic-pcl-ros
(note that you may want to replace kinetic by your ros distribution here)

Then, remove the svo_install_overlay_ws folder and follow the install instructions from scratch. This did the job for me.

Also, in your case, Eigen seems to be missing. Usually, this is caused by the way Eigen is organized in your /usr/local/include directory. Can you find /usr/local/include/eigen3? If not, install Eigen. If so, you can try an create a symlink like so:

sudo ln -s /usr/include/eigen3/Eigen /usr/local/include/

Hope it helps.

Martin

from rpg_svo_example.

bigbellmercy avatar bigbellmercy commented on July 24, 2024

In my case, while installing SVO 2.0 in Ubuntu 16.04, the error message below happened:
fatal error: pcl_ros/point_cloud.h: No such file or directory

After I installed 'ros-kinetic-pcl-ros', removed previous installation folders and then installed again from the beginning as the 'install.pdf' it succeeded in install.

Some more info for install:

  1. When the './fix_path.sh' command is executed, there happened following three warnings. But it can be ignored as written in 'install.pdf'.
    grep: install/include/opengv/test: No such file or directory
    grep: install/include/opengv/test: No such file or directory
    grep: install/include/opengv/test: No such file or directory

  2. In the 'install.pdf' there is a mistype of 'cd' as below:
    cd -r /rpg_svo_example ~/svo_install_overlay_ws/src
    The 'cd' should be changed 'cp' as below:
    cp -r /rpg_svo_example ~/svo_install_overlay_ws/src

  3. When downloading 'svo_test_short.bag' file, so many time as about 5 minutes should be waited for starting download though it appears as stopped. Such a long waiting also happened in downloading SVO 2.0 bianary file (http://rpg.ifi.uzh.ch/svo2/svo_binaries_1604_kinetic.zip).

from rpg_svo_example.

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.