Search found 2248 matches

by Ayman Habib
Mon Oct 28, 2024 11:15 am
Forum: OpenSim
Topic: Exporting a Finite Element model in ANSYS to OpenSim
Replies: 2
Views: 687

Re: Exporting a Finite Element model in ANSYS to OpenSim

Hi Rahmatullah, Best of luck with your effort to integrate your finite element model with OpenSim. As it stands I'm not aware of a streamlined workflow for this process. Similar to most modeling/simulation environments, OpenSim natively supports importing (one-way) geometry from modeling packages us...
by Ayman Habib
Tue Oct 22, 2024 3:19 pm
Forum: OpenSim
Topic: Python 3.11 and OpenSim 3.3 Integration Issues
Replies: 3
Views: 812

Re: Python 3.11 and OpenSim 3.3 Integration Issues

Hi Walter, Thanks for reporting. Can you explain how you're getting the OpenSim python bindings? Basically before version 4.0 we used to build in-house bindings with a fixed version of python. Considering that OpenSim 3.3 was released in 2015 and used the python version available then, it's not surp...
by Ayman Habib
Mon Oct 21, 2024 2:18 pm
Forum: OpenSim
Topic: OpenSim support on arm64 (Snapdragon x Elite)
Replies: 2
Views: 1069

Re: OpenSim support on arm64 (Snapdragon x Elite)

Hi Sunny, The core libraries and scripting interfaces can all be compiled from source on arbitrary new platforms, if you try compiling from source and run into problems please open issues on github and we'll address. As to the GUI/application, it has extra dependencies on more third party tools and ...
by Ayman Habib
Mon Oct 21, 2024 2:00 pm
Forum: OpenSim
Topic: vtp surface files
Replies: 2
Views: 539

Re: vtp surface files

Thanks for reporting, For the record, OpenSim version 3.3 used vtk's native libraries to load .vtp files so they were able to parse more vtk based files. As of version 4.0, due to switching to a visualizer that's not based on vtk, we use the Simtk native parsers instead, which are much smaller and w...
by Ayman Habib
Thu Sep 19, 2024 11:27 am
Forum: OpenSim
Topic: Opensim on raspberry pi 5
Replies: 1
Views: 832

Re: Opensim on raspberry pi 5

Hi Arthur, Wonderful to hear from you, and thanks for reporting. If you're able to build the OpenSim API then you can enable python bindings by turning on a flag (BUILD_PYTHON_WRAPPING in CMake) and that will locate/try-to-find other needed tools (e.g. swig) and the python available on the build mac...
by Ayman Habib
Mon Sep 16, 2024 10:49 am
Forum: OpenSim
Topic: Cannot play the animation after inverse kinematics succeed ,even by loading the mot file obtained from the inversion
Replies: 4
Views: 978

Re: Cannot play the animation after inverse kinematics succeed ,even by loading the mot file obtained from the inversion

Hello, Removing the muscles form the model should be easy though it involves editing the xml file of the model (.osim). You just remove the xml blocks for the corresponding muscles (typically these have the full class names rather than just "Muscle" e.g. "Millard2012EquilibriumMuscle"). If you have ...
by Ayman Habib
Fri Sep 13, 2024 9:27 am
Forum: OpenSim
Topic: Title: Issues Reading Movella Sensor Data in OpenSim
Replies: 2
Views: 712

Re: Title: Issues Reading Movella Sensor Data in OpenSim

Hello, Thanks for reporting but it's not clear where the script you're referring to comes from. If it's published by us we'll need to fix and incorporate into our testing suite. If however this is your custom code, we'll need to find out what changed, and when and if we confirm the API has changed, ...
by Ayman Habib
Fri Sep 13, 2024 9:20 am
Forum: OpenSim
Topic: Cannot play the animation after inverse kinematics succeed ,even by loading the mot file obtained from the inversion
Replies: 4
Views: 978

Re: Cannot play the animation after inverse kinematics succeed ,even by loading the mot file obtained from the inversion

Hello, Looking at the code/line where the exception occurs, it seems to be a corner case where the wrapping algorithm reports that a wrapping has occurred but also reports no actual wrap points. It's an internal inconsistency between the core libraries and the application/GUI that we need to account...
by Ayman Habib
Fri Aug 30, 2024 9:04 am
Forum: OpenSim
Topic: OpenSim 4.5.1 - error when running consecutive Analyze
Replies: 3
Views: 1413

Re: OpenSim 4.5.1 - error when running consecutive Analyze

Hi Ekaterina, If you have the application installed, you can go to the help->Report a bug option, just make sure to describe the environment you're using and include any model/data/minimal code files necessary to reproduce. If you're on github you can open a new issue on the repository https://githu...
by Ayman Habib
Tue Aug 27, 2024 12:06 pm
Forum: OpenSim
Topic: OpenSim 4.5.1 - error when running consecutive Analyze
Replies: 3
Views: 1413

Re: OpenSim 4.5.1 - error when running consecutive Analyze

Hi Ekaterina, Thanks for reporting, looking at the change log nothing stands out as potential reason for this change of behavior other than possibly using a different python version/environment. Please open an issue and provide a description of your environment (Python distribution/version, IDE if a...