GithubHelp home page GithubHelp logo

Comments (4)

gavanderhoorn avatar gavanderhoorn commented on June 14, 2024

Looking at this:

Starting ==> tf2_bullet                                                                                                                          
Starting ==> tf2_py                                                                                                                              

[tf2_bullet] ==> '/home/ille/catkin_ws/build/tf2_bullet/build_env.sh /usr/bin/cmake /home/ille/catkin_ws/src/geometry_experimental/tf2_bullet -DCATKIN_DEVEL_PREFIX=/home/ille/catkin_ws/devel -DCMAKE_INSTALL_PREFIX=/home/ille/catkin_ws/install' in '/home/ille/catkin_ws/build/tf2_bullet'
-- checking for module 'bullet'
--   package 'bullet' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:283 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:337 (_pkg_check_modules_internal)
  CMakeLists.txt:7 (pkg_check_modules)

I'd say this is actually an issue with tf2_bullet, and not with this package. If I'm correct it would be this line in CMakeLists.txt of tf2_bullet that is what runs into that error.

How have you setup your build environment? Can you list the steps you took before running catkin build?

from industrial_calibration.

gavanderhoorn avatar gavanderhoorn commented on June 14, 2024

As for the bullet dependency itself, that actually maps onto libbullet-dev on Ubuntu Trusty (from here):

bullet:
  [..]
  trusty:
    apt:
      packages: [libbullet-dev]

Running rosdep should have resolved that for you.

from industrial_calibration.

ille-s avatar ille-s commented on June 14, 2024

found this one here http://packages.ros.org/ros-shadow-fixed/ubuntu/pool/main/r/ros-indigo-tf2-bullet/
Installed the package with command

sudo apt-get install ros-indigo-tf2-bullet

After that

catkin build tf2_bullet

was successful.

from industrial_calibration.

gavanderhoorn avatar gavanderhoorn commented on June 14, 2024

found this one here Installed the package with command

sudo apt-get install ros-indigo-tf2-bullet

Yes, that is what rosdep should have done for you. Did you run rosdep {check,install} --from-paths /path/to/your/ind_cal_ws/src --ignore-src before running catkin build?

After that

catkin build tf2_bullet

was successful.

Unless I'm misunderstanding something, you don't need to build binary pkgs using catkin. That's the whole point: they've already been compiled. If you have a source checkout of tf2 in your workspace, that's a different (dependency) problem, but that is what rosdep should've sorted out for you.

from industrial_calibration.

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.