Git Product home page Git Product logo

Comments (3)

isucan avatar isucan commented on July 17, 2024

I can confirm the issues you mention. I believe they are now fixed (patches in moveit_ros and moveit_pr2). The error reporting was a forgotten status update on trajectory_execution_manager.
The setting of use_controller_manager=false actually works for you, but the controllers are reported as unloaded and inactive. So the trajectory execution attempts to load them, but there is no manager loaded, so it fails. This leads to the lack of commands to the controller itself.
The correct thing to do is to report the state of the controller used as active. I have changed the default moveit_pr2 controller plugin to be more optimistic, so it will assume unknown / unmanaged controllers are active, and it will send commands to them (if the controller is indeed missing, failure will happen a bit later). Let me know if this works (you would need to compile from source)

from moveit_pr2.

JeremyZoss avatar JeremyZoss commented on July 17, 2024

Thanks for the quick response & explanation. I'll probably wait for the updates to work their way into the official binary release to verify the fix on my side, but I'll mark this closed for now. I'll re-open if things don't work right in a week or two.

from moveit_pr2.

JeremyZoss avatar JeremyZoss commented on July 17, 2024

I checked today, and the fixes have been released into the public repository. I was able to verify that this issue is fixed. Thanks!

For reference, I'm now using the following versions:

  • ros-groovy-moveit-ros-move-group v0.3.25 (20130319-1813)
  • ros-groovy-pr2-moveit-plugins v0.3.9 (20130315-2034)

from moveit_pr2.

Related Issues (20)

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.