Code Monkey home page Code Monkey logo

Comments (2)

whoenig avatar whoenig commented on August 16, 2024

You shouldn't need to change anything. However, I believe that there are some wrong dependencies, which can cause the built to build targets in the wrong order. This leads to such "missing" header files not being generated before they are actually included. If you run

catkin_make -k -j1

For two or three times it should work out of the box. We tested the build in a VM with a freshly installed Ubuntu 16.04 and ROS Kinetic. Here -k stands for keep going and -j1 disables parallel builds (you can find all the options if you look in the cmake manual; catkin_make is a cmake-wrapper.)

from crazyswarm.

kgslovak avatar kgslovak commented on August 16, 2024

Thanks Wolfgang, running catkin_make -k -j1 twice did the trick. The compilation made it to 100%!

I've been keeping track of all my steps to reach this point "from scratch" on Ubuntu 14+Indigo (I switched over from Ubuntu 16+Kinetic because it felt like I was running in circles trying to resolve PCL/VTK dependencies). Would this information be useful to you for supplementing or modifying the install instructions? I plan to do the same for 16+Kin. but for now I'm going to spend a few weeks testing everything out.

from crazyswarm.

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.