ros / geometry

Packages for common geometric calculations including the ROS transform library, "tf". Also includes ROS bindings for "bullet" physics engine and "kdl" kinematics/dynamics package.
172 stars 274 forks source link

"Boost_INCLUDE_DIR-NOTFOUND" with Boost 1.72.0 #220

Open davidfreina opened 3 years ago

davidfreina commented 3 years ago

I tried installing the package on arch from https://aur.archlinux.org/packages/ros-melodic-tf/ But compilation always failed with multiple "Boost_INCLUDE_DIR-NOTFOUND" errors. I fixed this by changing the CMakeList.txt from "${Boost_INCLUDE_DIR}" to "${Boost_INCLUDEDIR}"

I will submit a pull request later today.