Giter Site home page Giter Site logo

Comments (4)

VictorLamoine avatar VictorLamoine commented on June 12, 2024

Can anybody give an update status on running this package with the Polyscope 3.2.* versions?

I successfully connect to the robot and the rosrun ur_modern_driver test_move.py works perfectly but when planning trajectories using MoveIt the robot stops before finishing the trajectory.

Beginning of the discussion: (+ log)
https://groups.google.com/forum/#!topic/swri-ros-pkg-dev/LwcFK44vmKI

My demo package is here: universal_robot_motion

from ur_modern_driver.

nick-pestell avatar nick-pestell commented on June 12, 2024

I am also running with 3.2* version and it sounds as though I was experiencing the same problem as you @VictorLamoine. In which case it is related to #43.

I am guessing you are tying to use moveit_commander or the equivalent c++ API?

Try lowering the maximum joint velocities in joint_limits.yaml. I found that setting them all to around 0.15 solved the problem, though I'm really not sure why...

I'm inclined to believe that the reason test_move.py works is because it only publishes a single goal state on the follow_joint_trajectory/goal topic, whereas when using the functions from moveit_commander a new goal state is published at a frequency of around 4hz. Perhaps the premature ending of the trajectory at higher joint speeds could be related to #36. I.e. somewhere throughout the trajectory the new goal start falls out of line with the current pose?

from ur_modern_driver.

ThomasTimm avatar ThomasTimm commented on June 12, 2024

It sounds very strange that moveit_commander is publishing a new goal state at ~4 hz. What is the purpose of continuously publishing new goals? (unless the goal keeps changing, but then it wouldn't make sense to talk about a trajectory ending prematurely)

from ur_modern_driver.

gavanderhoorn avatar gavanderhoorn commented on June 12, 2024

Closing as I believe 3.2 is already supported by the kinetic-devel refactor.

Any additional issues should be reported and tracked in a new issue.

from ur_modern_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.