Skip to content
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

Open
phebot opened this issue Feb 21, 2019 · 5 comments
Open

Comments

@phebot
Copy link

phebot commented Feb 21, 2019

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.``

@phebot phebot closed this as completed Feb 21, 2019
@phebot phebot reopened this Feb 21, 2019
@ChenyangRan
Copy link

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.``

Hello, have you solved this problem? I meet the same problem as yours.

@Le0nLyn
Copy link

Le0nLyn commented Jun 24, 2019

Hey, I think the issue is that the moveit_simple_grasps repo is deprecated and it doesn't work with the latest moveit! package.
The way I fixed it is by replacing moveit_simple_grasps with the new moveit_grasps package.

@ChenyangRan
Copy link

Hey, I think the issue is that the moveit_simple_grasps repo is deprecated and it doesn't work with the latest moveit! package.
The way I fixed it is by replacing moveit_simple_grasps with the new moveit_grasps package.

Thank you. And now I have solved this problem.

@lixinzeng01
Copy link

Hey, I think the issue is that the moveit_simple_grasps repo is deprecated and it doesn't work with the latest moveit! package.
The way I fixed it is by replacing moveit_simple_grasps with the new moveit_grasps package.

Thank you. And now I have solved this problem.

Can you tell me how to solve it?

@Le0nLyn
Copy link

Le0nLyn commented Aug 15, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants