Skip to content
#

physics

Here are 2,484 public repositories matching this topic...

cmuell89
cmuell89 commented Jun 16, 2020

Hey all,

I am curious if support exists, or will in the future, for the loading of URDF, SDF and/or MJCF model files into nphysics. This functionality would make nphysics highly desirable for simulating robotics and help Rust expand into the robotics world in general. This is something I could potentially help with if there agreement to support such model files.

Perhaps the library is still

root
codynova
codynova commented Apr 5, 2020

Adding multiple ContactMaterials to the World is useful for unique contact equation properties between two specific Materials

const material1 = new CANNON.Material({ name: 'ElasticMaterial1', friction: 0, restitution: 1 })
const material2 = new CANNON.Material({ name: 'ElasticMaterial2', friction: 0.2, restitution: 0.9 })
const contactMaterial = new CANNON.ContactMaterial(material1, ma
sofa
Younesssss
Younesssss commented Sep 22, 2020

When you activated the option SOFAGUI_ENABLE_QWT in Sofa, you get compilation problem. This is maybe, due to the fact that QWT_VERSION_STR == "6.1.4" .
Adding line #include <QPainterPath> in the file extlibs/qwt-6.1.4/src/qwt_global.h makes SOFA compile. But still can't draw.


Suggested labels: <!--- see https://github.com/s

Improve this page

Add a description, image, and links to the physics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the physics topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.