-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colcon build Error 1 package failed: ros2_actions #19
Comments
I have the same issue with MoveL_action. |
am getting the same issue |
I have the same problems。Has anyone solved this problem? |
Issue is still there. |
this issue is still there,who solve it? |
README file in the include folder of the package says: The original move_group_interface.h header file is included in the ~/opt/ros/foxy/include/moveit/move_group_interface folder in your Ubuntu 20.04 machine (if MoveIt!2 has been installed). This folder has restricted access, thus the following steps must be followed to paste the move_group_interface_improved.h file into that path:
|
After copying the code from move_group_interface_improved.h folder to the move_group_interface.h folder, go to all the move_.action.cpp files and edit this line of code "#include <moveit/move_group_interface/move_group_interface_improved.h>" into "#include <moveit/move_group_interface/move_group_interface.h>" this. Its in line 43. Then it builds the ros2_actions successfully |
I tried to clone branch
humble
and following your introduction, but when I built my workspace, I got the following error, even I added themove_group_interface_improved.h
in/opt/ros/humble/include/moveit/move_group_interface
.Thanks for your support
The text was updated successfully, but these errors were encountered: