moveit / moveit_tutorials

A sphinx-based centralized documentation repo for MoveIt
https://moveit.github.io/moveit_tutorials/
BSD 3-Clause "New" or "Revised" License
486 stars 695 forks source link

Getting Started Tutorial: Catkin build fails with CMake Errors #783

Open hedaniel7 opened 1 year ago

hedaniel7 commented 1 year ago

Description

I followed the Getting Started Tutorial twice and produced errors when I tried catkin build. It failed twice with similar CMake Errors:

Your environment

Steps to reproduce

I followed this tutorial: https://ros-planning.github.io/moveit_tutorials/doc/getting_started/getting_started.html

Expected behaviour

It should not have any errors.

Backtrace or Console outputs

1st attempt: https://gist.github.com/hedaniel7/6c3e55b75568e4c193669beeb06ec849 2nd attempt: https://gist.github.com/hedaniel7/b2cd9a24342abc0d90bd9d11e769d17c

welcome[bot] commented 1 year ago

Thanks for reporting an issue. Because we're a volunteer community, providing a pull request with suggested changes is always welcomed.

rhaschke commented 1 year ago

Looks like you are missing a correct boost installation. Please check that!

hedaniel7 commented 1 year ago

https://gist.github.com/hedaniel7/7d4b5369a8fd8835b50a1a45535da9f8

The Boost installation seemed fine. I even reinstalled it and I still get the same errors

rhaschke commented 1 year ago

We cannot help more than pointing out possible issues. You need to check your boost installation. Verify that cmake finds the correct one. As you see from our CI build, the code works as expected.