GithubHelp home page GithubHelp logo

Comments (2)

fmauch avatar fmauch commented on September 18, 2024

Thanks for sharing your thought with us.

I have a couple of remarks:

  • You seem to be using a rather old version on an end-of-life ROS version.
  • There's definitively a small delay in execution, since the underlying command on the robot controller (servoj) needs some cycles to correctly compute motion commands to get to a target position. It basically needs to look ahead of the next setpoint.
  • If you need synchronous motions you should definitively combine both drivers into one controller_manager. I assume, you are already doing that, you just simplified things to demonstrate the problem here.
  • I'm not sure about MoveIt!'s role here. You are measuring trajectory execution plus the overhead of the action call. As the latter is not real-time critical this is not deterministic.
  • You might be better off using a velocity-based controller, since the expected delay is lower there. However, this currently seems not to be working correctly (see #905)

from universal_robots_ros2_driver.

kokkalisko avatar kokkalisko commented on September 18, 2024

Just an update:

  • I have tried to move the robot to an end position in URSim by publishing a setpoint to the controller topic, but the delay seems to persist.
  • According to my timing tests, the added delay due to the MoveIt action call is negligible.

At this point, I strongly think that this is not related to the UR driver (maybe related to the controllers) and I will close the issue. In case I ever come up with a solution I will update it.

from universal_robots_ros2_driver.

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.