Coder Social home page Coder Social logo

chessbox's People

Contributors

mikeferguson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

chessbox's Issues

Better handle pick or place failure.

If a pick failure, should try a different move.

If a place failure, should replace the picked part to starting place, and try a different move.

The "reach" stuff can probably be tossed.

Convert away from pcl_ros::nodelets

Many of the nodelets are missing, especially needed are:

  • NormalEstimation
  • SACSegmentationFromNormals
  • ConvexHull2D
  • ExtractPolygonalPrisimData

Add removeAttached() to object_interface.py in moveit_utils

I was trying to add a function removeAttached() to object_interface.py in moveit_utils but I'm getting stuck on syntax. This is what I am currently trying:

def removeAttached(self, link_name, name, wait = True):
    """ Remove an attached object. """
    o = AttachedCollisionObject()
    o.object.header.stamp = rospy.Time.now()
    o.object.header.frame_id = self._fixed_frame
    o.object.id = name
    o.object.operation = o.object.REMOVE
    o.link_name = link_name

    try:
        del self._attached_objects[name]
    except KeyError:
        pass

    self._attached_pub.publish(o)
    if wait:
        self.waitForSync()

When I run this near the top of my script to remove an attached object from a previous run of the script, my script generates the following error:

[INFO] [WallTime: 1391887282.006127] Waiting for get_planning_scene
[ERROR] [WallTime: 1391887284.021650] ObjectManager: sync timed out.

What am I missing?

Save board state

To handle small failures, we should save the board state to a temporary file every time we update it. Additionally, that temp file should be loaded on startup if it exists.

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.