Robotics StackExchange | Archived questions

Why is package 'bullet' not found on Mac?

Hello,

I'm using Gazebo on a Mac with macOS High Sierra. Building a plugin with cmake leads to an error as follows:

-- Checking for module 'bullet>=2.82'
--   No package 'bullet' found
-- Checking for module 'bullet2.82>=2.82'
--   No package 'bullet2.82' found
CMake Error at /usr/local/lib/cmake/gazebo/gazebo-config.cmake:102 (message):
  Error: Bullet > 2.82 not found, please install libbullet2.82-dev.
Call Stack (most recent call first):
  CMakeLists.txt:29 (find_package)

How can I install the package libbullet2.82-dev on a Mac?

The command

sudo apt-get install libbullet2.82-dev

only works for Linux.

Asked by jossberd on 2019-02-01 02:20:55 UTC

Comments

Did you solve it? I am having same problem!

Asked by Dheenu on 2020-03-29 18:07:11 UTC

Answers

I have exactly the same problem. Have you found a solution ?

Asked by Dives44 on 2021-02-09 19:16:38 UTC

Comments

This comment on a github issues solved this for me: https://github.com/khancyr/ardupilot_gazebo/issues/14#issuecomment-828152816

Asked by varunagrawal on 2021-05-18 16:39:31 UTC

Comments