Giter Site home page Giter Site logo

Comments (3)

at669 avatar at669 commented on May 25, 2024 1

Hi @marcoojer, the answer above should be what you're looking for--thanks again, @A-Ivan!

A couple additional comments about getting more accurate physics in your simulation--here are some of the Physics Settings you'll want to look into:

  • Changing your Physics Solver Type to Temporal Gauss Seidel will reduce erratic behaviors that might be seen with the default solver.
  • You may want to change the Friction Type to Two Directional Friction Type for applying friction in both tangent directions.
    • In doing so, you'll need to increase the Default Solver Iterations, for example to a value like 12.

Hope this helps!

from urdf-importer.

A-Ivan avatar A-Ivan commented on May 25, 2024

Hi @marcoojer ,

I haven't tested this out for grasping purposes, but you could look into something in Unity called Physic Material, with this you can adjust the static and dynamic friction for individual game objects (in this case the grippers/fingers) by setting this Physic material to the desired object's collider component.

Here is Unity's documentation and a video on how to set this up.

If you don't want to use physics, during the collision of the gripper with the object (grasping) you could parent the object to the gripper, this would then have the object move with the gripper (its new parent) until you remove it as the parent later on

I hope this helps. I'm curious if the physic material will help, I assume it will take some time to tinker with and adjust as there are multiple properties that can be set on the physic material.

from urdf-importer.

at669 avatar at669 commented on May 25, 2024

I'll close out this issue as the answer has been provided, but feel free to open it again if you have further follow-up. Thanks!

from urdf-importer.

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.