physics
Here are 3,656 public repositories matching this topic...
-
Updated
Jan 21, 2022 - JavaScript
-
Updated
Nov 25, 2021
-
Updated
Feb 26, 2022 - PureScript
-
Updated
Jan 3, 2022 - Jupyter Notebook
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-
Updated
May 22, 2021 - JavaScript
If one uses the VisualizeError and FillColor options of RooAbsReal::plotOn(), for example like this:
using namespace RooFit;
model.plotOn(frame, VisualizeError(*r, 1), FillColor(kOrange));You get a false warning:
WARNING:Plotting -- Fill color or style was set for plotting "model",
-
Updated
Nov 20, 2021
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
-
Updated
Feb 26, 2022 - C++
-
Updated
Feb 25, 2022 - C++
-
Updated
Feb 28, 2022 - TypeScript
Good evening, I am currently struggling with compiling SU2 from source code. After I have built the program I try to compile it using ninja.exe, but during the process I get the following error:
[443/454] Linking target SU2_DEF/src/SU2_DEF.exe
FAILED: SU2_DEF/src/SU2_DEF.exe
c++ @SU2_DEF/src/SU2_DEF.exe.rsp
C:/Program Files/mingw-w64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../..
Hi all,
I have looked into the marker example and according to the description in line 47, the commands from line 47-63 should modify the existing marker. However in reality, new markers are created.
Reason is the id 0 that is being set for the first marker: [this line](https://github.com/osrf/gaze
-
Updated
Jan 24, 2022 - Python
-
Updated
Feb 21, 2022 - Python
-
Updated
Sep 13, 2021 - C
-
Updated
Feb 27, 2022 - C++
-
Updated
Jan 20, 2022 - Python
-
Updated
Dec 18, 2021 - C#
Improve this page
Add a description, image, and links to the physics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the physics topic, visit your repo's landing page and select "manage topics."


Links to all modules are broken because of renaming
Version:
Issue type: