kzampog / cilantro

A lean C++ library for working with point cloud data
MIT License
1.01k stars 206 forks source link

Doesn't build with current Pangolin #46

Closed timhutton closed 4 years ago

timhutton commented 4 years ago

I see the .travis.yml downloads a snapshot of an older Pangolin. Trying to build with the current version of Pangolin gives errors, as some files have moved, etc.

kzampog commented 4 years ago

Hi,

That should not be the case: it pulls the latest commit from master (using the same URL as the "Download ZIP" repo link).

There's two possibilities that I can think of: 1) Pangolin was not built with Eigen enabled (just recompile having Eigen installed) 2) You have a different version of Pangolin installed (e.g. via make install)

Please note that you may encounter errors compiling the ICP examples on Ubuntu 16.04 if you use the Eigen version from the distribution repos. Ubuntu 18.04 should work fine :)

Let me know if you still have trouble building!

timhutton commented 4 years ago

OK, my bad. Thanks.