Code Monkey home page Code Monkey logo

ez_pick_and_place's People

Contributors

gstavrinos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ez_pick_and_place's Issues

ez_pnp2.py erro

hi gstavrinos! ez pnp is very helpful for me,however,when I run ez_pnp2.py,it seem to get an error!
it looks like:

[ERROR] [1586700828.583032, 51.950000]: Error processing request: 'Z'
['Traceback (most recent call last):\n', '  File "/opt/ros/kinetic/lib/python2.7/dist-packages/rospy/impl/tcpros_service.py", line 625, in _handle_request\n    response = convert_return_to_response(self.handler(request), self.response_class)\n', '  File "/home/user/pnp_ws/src/ez_pick_and_place/src/ez_tools.py", line 223, in startPlanning\n    graspit_grasps = self.graspThis(req.graspit_target_object)\n', '  File "/home/user/pnp_ws/src/ez_pick_and_place/src/ez_tools.py", line 113, in graspThis\n    target.id = str(self.ez_objects[object_name][0])\n', "KeyError: 'Z'\n"]

maybe the problem is here?

def graspThis(self, object_name):
        target = CollisionObject()
        target.id = str(self.ez_objects[object_name][0])
        target.primitive_poses = [self.ez_objects[object_name][1].pose]
        response = self.planning_srv(group_name = self.gripper_name, target = target)
        return response.grasp

and the last problem is as the gif showing,the E and Z two objects should be loading in test2_ez_pnp2.py ,but the service node just show only E was succeed,why?

 Loaded object from /home/user/pnp_ws/src/roboskel_ros_resources/graspit/objects/dinosaur_E.xml - GraspItSceneManager.cpp, 639
[ INFO] [1586700826.607526458, 51.872000000]: Added object E from file /home/user/pnp_ws/src/roboskel_ros_resources/graspit/objects/dinosaur_E.xml and got ID=1 - GraspItServices.cpp, 158
GCOL: model not foundy
[ INFO] [1586700826.683683481, 51.944000000]: Successfully loaded model 1 to the world. - GraspItServices.cpp, 211

could you help me? thank you very much!!!

Alllow for multiple modes of object placing

Currently the user specifies only x,y and the rest are calculated by the planner, assuming that the object must be placed on the same surface it was picked up from, maintaining its pitch and roll.

Other useful modes:

  • The user can also specify a z value, without caring about the object's rotation.
  • The user can specify a quaternion, which indicates the object's rotation.

Enable replanning

Allow the user to select if they want to replan if the current attempt failed.

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.