GithubHelp home page GithubHelp logo

personalrobotics / comps Goto Github PK

View Code? Open in Web Editor NEW
4.0 64.0 7.0 271 KB

Fork of the Constrained Manipulation Planning Suite (CoMPS) by Dmitry Berenson

C++ 96.31% Python 0.57% CMake 3.05% Makefile 0.08%

comps's People

Contributors

cdellin avatar es92 avatar mkoval avatar

Stargazers

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

comps's Issues

CBiRRT succeed on impossible TSR when invalid flag passed

When running the latest prpy and table_clearing but without the recent commits implementing bdofresl2norm an impossible tsr returns a trajectory. I set the tray to be 1m away, but when running CBiRRT on, e.g., MoveBowlOverTrayAction, it returns a trajectory that doesn't move anywhere instead of failing. This causes the whole demo to improperly succeed by picking up objects and dropping them in the same spot.

comps commit 09f5621
prpy commit 269cb87 (master at the time of writing this)
table_clearing commit 40624cd (master at the time of writing this)

Possible memory leak | multiple plans

Here's how to replicate the problem:

    1. initialize an environment with robot
    1. instantiate CBiRRT planner and request plan
  • < repeat 2 >
    It eventually gobbles up all my RAM.

A second issue I've noticed is that if CBiRRT gets stuck in a weird state and fails to find a solution, subsequent plans with different parameters can also fail to find a solution.

The weird state is seen with this output:

Attached Solver Found a Solution!
Constrained IK solution(s) found!

< repeats forever until 25 sec timeout >

If you make a new request in the same environment, it will also fail in the same way. However if I create a new environment it will find a solution.

So unfortunately the most reliable way to test CBiRRT is to create a new environment for every, single planning request.

This ticket is just a placeholder. More debugging is required.

Tests can't find OpenRAVE headers

I got this error in pr-cleanroom:

/src/comps/cbirrt2/test/test_params.cpp:7:31: fatal error: openrave/openrave.h: No such file or directory
 #include <openrave/openrave.h>
                               ^
compilation terminated.
/src/comps/cbirrt2/test/test_wam7_unconstrained.cpp:7:31: fatal error: openrave/openrave.h: No such file or directory
 #include <openrave/openrave.h>
                               ^
compilation terminated.
/src/comps/cbirrt2/test/test_wam7_constrained.cpp:7:31: fatal error: openrave/openrave.h: No such file or directory
 #include <openrave/openrave.h>
                               ^
compilation terminated.

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.