Hi, Thanks for this package. I am trying to run it in Ubuntu 18.04 with ros melodic. I get the following error during catkin build
src/fetch_grasp_suggestion/include/fetch_grasp_suggestion/executor.h:18:10: fatal error: moveit/move_group_interface/move_group.h: No such file or directory
#include <moveit/move_group_interface/move_group.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
I did install the moveit using
sudo -E apt-get install ros-melodic-moveit
Can you let me know where I am going wrong.
Hi, Thanks for this package. I am trying to run it in Ubuntu 18.04 with ros melodic. I get the following error during catkin build
I did install the moveit using
Can you let me know where I am going wrong.