Giter Club home page Giter Club logo

comps's People

Contributors

beiju avatar cdellin avatar dmcconachie avatar es92 avatar linyuchi avatar mkoval avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

comps's Issues

RunCBiRRT and DoGeneralIK can hang with no output

Example commands:

rospy.loginfo("Starting planning...")
msg, traj = self.mev.cbirrt.RunCBiRRT(jointgoals=target_config, outputtrajobj=True, exportfulltraj=False)
rospy.loginfo("CBiRRT output message: " + msg)

Gets

[rosout]:Starting planning...
print "Planning whole body to target"
maniptm_list = [("right_arm", right_gripper_tm), ("left_arm", left_gripper_tm)]
config = self.mev.cbirrt.DoGeneralIK(maniptm=maniptm_list, execute=False)

Gets

Planning whole body to target

Both can hang in the comps call with no further output (but not all the time, roughly 1/3rd of the time). I don't have a minimum working example or anything at this point, but if anyone knows what could be happening, that'd be great.

Enable compiler optimizations

As far as I can tell, there are no optimization settings passed to the compiler, so this is compiling at -O0. We may want to consider changing this depending on the use case; if it's fast enough for everyone as is, we should probably leave it alone.

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.