-
Notifications
You must be signed in to change notification settings - Fork 154
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
chapter 7.5.5 pkg "moveit_simple_grasps" catkin_make have error info #18
Comments
Hello, have you solved this problem? I meet the same problem as yours. |
Hey, I think the issue is that the moveit_simple_grasps repo is deprecated and it doesn't work with the latest moveit! package. |
Thank you. And now I have solved this problem. |
Can you tell me how to solve it? |
In the instructions of the book, there were commands that ask you to download moveit_simple_grasp repo. Replace that part with the git repo mentioned above (moveit_grasp) and make sure you choose the kinetic-devel branch. Then, in the package.xml and CMakeList, replace moveit_simple_grasps with moveit_grasps as the newly downloaded packaged is named moveit_grasps. A global find and replace should do the job. |
Hi,All
I download source of "moveit_simple_grasps" packge(kinetic) from github, after command catkin_make,sys indicated error info :
[ 18%] Built target moveit_simple_grasps_server
[ 35%] Built target moveit_simple_grasps_generate_messages_py
[ 52%] Built target moveit_simple_grasps_generate_messages_eus
[ 67%] Built target moveit_simple_grasps_generate_messages_nodejs
[ 83%] Built target moveit_simple_grasps_generate_messages_lisp
[ 98%] Built target moveit_simple_grasps_generate_messages_cpp
[ 98%] Built target moveit_simple_grasps_generate_messages
/home/fande/catkin_ws/src/moveit_simple_grasps/src/grasp_filter_test.cpp: In constructor ‘moveit_simple_grasps::GraspGeneratorTest::GraspGeneratorTest(int)’:
/home/fande/catkin_ws/src/moveit_simple_grasps/src/grasp_filter_test.cpp:138:20:
error: ‘class moveit_visual_tools::MoveItVisualTools’ has no member named ‘setFloorToBaseHeight’
visual_tools_->setFloorToBaseHeight(-0.9);
^
when I check issue info from https://github.com/davetcoleman/moveit_simple_grasps ,some met the same problem,but no solution.``
The text was updated successfully, but these errors were encountered: