moveit2_tutorials icon indicating copy to clipboard operation
moveit2_tutorials copied to clipboard

move_group_interface.hpp: No such file or directory

Open lianghu3124 opened this issue 5 months ago • 1 comments

In the official tutorial first example "Your First C++ MoveIt Project", the include file is wrong: #include <moveit/move_group_interface/move_group_interface.hpp> It should be .h file, not .hpp file.

lianghu3124 avatar Jun 20 '25 22:06 lianghu3124

Hello, which version of ros are you using? I assume you use the humble branch of Moveit2. The changes in this PR is not backported to humble. So, i think you are running into this issue. My suggestion here is that you can continue by supposing these header includings as h instead of hpp or you can use the latest versions of ROS 2 which are jazzy and rolling. Additionaly, Moveit2's main branch was compatible with humble, however I don't know it is still compatible with

CihatAltiparmak avatar Jun 21 '25 16:06 CihatAltiparmak