orocos / orocos_kinematics_dynamics

Orocos Kinematics and Dynamics C++ library
671 stars 407 forks source link

Installing KDL with python bindings on macos when building from source #433

Open lesurJ opened 1 year ago

lesurJ commented 1 year ago

Hi,

For an academic project, I am required to use KDL on a 6-axis robot. The problem is that I am not successful at installing KDL from source. The python bindings are also not makable.

I am working on an intel-based macbook pro running macOS 10.15.7. I am not using ROS and hence have to build the KDL from source.

For this, I followed the steps described on the installation page up to the make command. When calling make, I get a lot of error as shown below.

image

I tried another way by using the brew install orocos-kdl which ended up working for the basic orocos_kdl.

After that I need to install the python bindings and once again, the make command is failing.

image

Did anyone succeed at installing both KDL and python bindings when building from source on a mac?

Thanks for any help or advices!

vineet131 commented 1 year ago

I am also having a problem generating the bindings of the latest build.

If you don't need the latest build, then just clone the repo from the v1.5.1 tag