Closed Zyonia closed 1 year ago
Hi @Zyonia,
You forgot to follow step number 7 in the instructions.
move_group_interface_improved.h is a slightly modified version of move_group_interface.h that allows to include individual move_group executions into a ROS2 Action Server. It has to be included in the ~/opt/ros/humble/include/moveit/move_group_interface folder for the custom Robot Triggers (ROS2 Actions) to work.
Regards, Mikel
i see, thank you~
I'm using UBUNTU 22.04 Humble I was following the steps in README, after i clone the code and execute colcon build, ros2_actions package failed.
Do you know any solution to this? Thanks a lot.