chrono
chrono copied to clipboard
High-performance C++ library for multiphysics and multibody dynamics simulations
Hi, I'm running into issues running pychrono after following the [installation guide here](https://api.projectchrono.org/pychrono_installation.html). I have a simple python file (test.py) where I'm just trying to import pychrono to start `import...
# Issue I recently installed Pychrono on Windows, following the instructions for option A) [here](https://api.projectchrono.org/pychrono_installation.html). I was able to install everything as directed, but when I try to run the...
Hello, I did fresh installation on my Windows and I've encountered with the running issue. My script failed on the line import pychrono as chrono where after run under the...
29/49 Testing: utest_FEA_ANCFCable 29/49 Test: utest_FEA_ANCFCable Command: "/home/xucaiming/workspaces/master/tpc_c_cplusplus/thirdparty/chrono/chrono-8.0.0/arm64-v8a-build/bin/utest_FEA_ANCFCable" Directory: /home/xucaiming/workspaces/master/tpc_c_cplusplus/thirdparty/chrono/chrono-8.0.0/arm64-v8a-build/bin "utest_FEA_ANCFCable" start time: Aug 05 09:04 UTC Output: ---------------------------------------------------------- Time t = 0.0001s Time t = 0.0002s Time t =...
Dear all, I am using QBlade software for aeroelastic simulation of wind turbines and I learned that QBlade uses chrono software for its structural calculation module. Until then I have...
Hi, I follow the installation guide, but when I run the demo, some textures unloaded correctly, it's caused by the jpeg and libpng used in prebuilt are different version to...
I am having trouble trying to get pychrono working. I have been following the install guide: https://api.projectchrono.org/development/pychrono_installation.html Potentially similar threads that I attempted to follow to troubleshoot my problems: https://github.com/projectchrono/chrono/issues/140...
I get the following Error Message, when i try to start any FEA demo: "ImportError: cannot import name '_pardisomkl' from 'pychrono'". I use python 3.9 and pychrono version 7.0.0-py39_2424. I...
As title, there's a bug in demo/python/ros i believe
Currently vehicles can be constructed from JSON files, but only using the predefined templates. This pull request adds the possibility to supply custom constructors when creating a vehicle from a...