Code Monkey home page Code Monkey logo

Comments (5)

ChenyangRan avatar ChenyangRan commented on August 17, 2024

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.

from effective_robotics_programming_with_ros.

Le0nLyn avatar Le0nLyn commented on August 17, 2024

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.

from effective_robotics_programming_with_ros.

ChenyangRan avatar ChenyangRan commented on August 17, 2024

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.

from effective_robotics_programming_with_ros.

lixinzeng01 avatar lixinzeng01 commented on August 17, 2024

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?

from effective_robotics_programming_with_ros.

Le0nLyn avatar Le0nLyn commented on August 17, 2024

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.

from effective_robotics_programming_with_ros.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.