I am running ROS indigo,I had installed moveit from user binary.When i try to do a catkin_make I get the following error in moveit packages:-
home//catkin_ws/src/moveit_tutorials/doc/pr2_tutorials/pick_place/src/pick_place_tutorial.cpp
fatal_error: moveit/move_group_interface/move_group_interface.h : No such file or directory
#include moveit/move_group_interface/move_group_interface.h
compilation terminated!
I have made no changes to the moveit package.
move_group_interface.h seems tobe included in every example code, I dont see how it can be missing.
As a result in the custom package that i have created I am using move_group instead of move_group_interface.
CAN SOMEONE CLARIFY THE ISSUE,AND POINT ME IN THE RIGHT DIRECTION...??WHAT CAN BE A POSSIBLE SOLUTION?
↧