Git Product home page Git Product logo

Comments (5)

JenniferBuehler avatar JenniferBuehler commented on August 29, 2024

Hi Julius,

that should not be hard to fix. First let me ensure I understood this correctly: You have a joint trajectory with two points, which are not far from each other (so a small step). So, you keep frequently re-sending 2-point trajectories at each iteration in your loop?
What is the duration specified in-between the two trajectory points, is it 0.5 seconds, or something else?

Jennifer

from jaco-arm-pkgs.

JHeinke avatar JHeinke commented on August 29, 2024

Hi Jennifer,

thanks for your help. I solved the problem.... After reading your comment it became clear and i saw that i defined the duration in-between the two points to 0.5s. I changed the value and now it works perfectly.

Sorry for wasting your time ;) This can be closed.

Julius

from jaco-arm-pkgs.

JenniferBuehler avatar JenniferBuehler commented on August 29, 2024

Hi Julius,

glad you solved it. Just wanted to add one comment: If you are sending small trajectories with only two points, it's probably better to control the arm directly with JointState messages (on topic /jaco/joint_control) from within your loop. You don't need the overhead of a joint trajectory with such small steps, as the execution should be accurate enough at 25Hz (the only exception being joint turns in the wrong direction, which is unlikely at such small steps, and this can only be prevented by using joint velocities anyway).
Let me know if I should give you more details on controlling with JointState messages, that's not detailed in the tutorials.

Regards
Jennifer

from jaco-arm-pkgs.

JHeinke avatar JHeinke commented on August 29, 2024

Hi Jennifer,

thank you for your comment. I think, i will try it later. I just tested how much compatible our program is, without changing so much code (specific topics etc.). I do not know if the driver of the UR5 supports direct control with JointStates but i will look into it.

Thank you very much!

Julius

from jaco-arm-pkgs.

JenniferBuehler avatar JenniferBuehler commented on August 29, 2024

Ah ok that makes sense. Good luck with your work!

Jennifer

from jaco-arm-pkgs.

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.