You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.
When I used command "catkin_make" to build the project, it displayed following bug:
In file included from /home/.../src/RoboND-Perception-Project/pr2_robot/src/pr2_motion.cpp:12:0:
/home/.../src/RoboND-Perception-Project/pr2_robot/include/pr2_robot/pr2_motion.h:20:62: fatal error: moveit/move_group_interface/move_group_interface.h: No such file or directory
#include <moveit/move_group_interface/move_group_interface.h>
^
How could I get the header file?
The text was updated successfully, but these errors were encountered:
Actually I have the moveit package installed, and it seems like complete the compilation except finding the header file.
So I was wondering whether the header file is automatically generated by other files?
By the way, I use Ubuntu14.04+indigo, is there anything should be modified?
When I used command "catkin_make" to build the project, it displayed following bug:
How could I get the header file?
The text was updated successfully, but these errors were encountered: