GithubHelp home page GithubHelp logo

personalrobotics / openrave Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rdiankov/openrave

3.0 3.0 4.0 447.05 MB

An environment for testing, developing, and deploying robotics motion planning algorithms.

Home Page: http://www.openrave.org

License: Other

CMake 1.30% Makefile 0.01% C++ 77.28% C 0.89% Python 18.49% MATLAB 1.41% Shell 0.07% Objective-C 0.37% C# 0.18% Batchfile 0.01%

openrave's People

Contributors

ajshort avatar alexhenning avatar atp- avatar atperez avatar caeruleusaqua avatar cdellin avatar crubertrob avatar dseredyn avatar edsterg avatar es92 avatar liuhuanjim013 avatar mkoval avatar morxa avatar ompugao avatar praman2s avatar psigen avatar puttichai avatar quangounet avatar rdiankov avatar robellenberg avatar slug avatar stoutheo avatar yn avatar ziyan avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openrave's Issues

Creating and grabbing cylinders and releasing them leads to segfault.

I am witnessing a very confusing Grab() bug:

  • The environment just contains a WAM either grabbing or not grabbing a floating cylinder.
  • We then create and grab two more cylinders, then immediately release and remove
    them from the environment.
  • Repeat the above about 20 times.
  • If the WAM is initially grabbing a cylinder, this operation will cause a
    segfault with a weak pointer. If it is not initially grabbing a cylinder, this
    will work fine indefinitely.

Script to replicate:
https://gist.github.com/psigen/35e54f1b6c4fc2fdf36581e8a0d81ef9

Notes:

  • @cdellin has reported that rdiankov/openrave master does not seem to have the issue from ~July 2015
  • @ClintLiddick has reported that personalrobotics/openrave debian 0.9.2-5 has the bug

GIL is not released in `openravepy.planningutils`.

The python bindings for openravepy.planningutils do not release the Python GIL, meaning that they completely block Python thread execution as long as they are running.

This is particularly bad in the case of long-running operations such as path retiming/smoothing, which can easily take 0.25 to 0.5 seconds.

The following lines are definitely places where one would want to release the GIL:
https://github.com/rdiankov/openrave/blob/master/python/bindings/openravepy_planningutils.cpp#L97
https://github.com/rdiankov/openrave/blob/master/python/bindings/openravepy_planningutils.cpp#L102
https://github.com/rdiankov/openrave/blob/master/python/bindings/openravepy_planningutils.cpp#L107

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.