chrono icon indicating copy to clipboard operation
chrono copied to clipboard

High-performance C++ library for multiphysics and multibody dynamics simulations

Results 124 chrono issues
Sort by recently updated
recently updated
newest added

Hello, when trying to run the aforementioned demo, I just see a black screen with the Pychrono logo, could anybody please help? Thanks in advance!

I've read the FAQ and it says that Chrono can be built using MinGW32. I've been following this tutorial -> http://api.projectchrono.org/development/tutorial_install_chrono.html I've configured cmake for MinGW. When I build I...

I encounter the problem that chrono can not successfully installed in linux server The command I use is: ` conda install -c projectchrono pychrono`. I also tried `conda install -c...

I have noticed segfault on the final cleanup for every single `demo_IRR*` that I tried. None seem to have a clean exit. For instance this is the gdb backtrace for...

Hi there! When I use chrono to build a basic interface to control vehicle, I found that I can't use keyboard to control the simulator. All my input are passed...

Example: demo_IRR_collision_2d If using a high rotation speed in combination with a small time step you can see a huge difference between the reported contact position and the real position...

Hi, Is there some way to compile chronoengine and its modules as static libraries? So far I have manually edited the src/chrono/cmakelists.txt with add_library(ChronoEngineStatic STATIC ${ChronoEngine_FILES}) Is there some support...

I am running a piece of code in which I want to manually move an OCC object, and check if it collides with another object. The function SetPos() updates position...

I have setup a script in which an OCC generated tool moves relative to a box. The box is either generated with ChBodyEasyBox(), or an OCC box converted with ChBodyEasyCascade()....

Hello, I followed the instructions for C++ API install with PyChrono. The install went fine. Now trying to import pychrono I get the error below. I am on MacOS 10.15.4,...