Search found 2244 matches

by Ayman Habib
Tue Mar 05, 2024 10:16 am
Forum: OpenSim
Topic: C3DFileAdapter is Undefined
Replies: 7
Views: 1823

Re: C3DFileAdapter is Undefined

Hi Davide, I'm not sure why you're trying to build from source rather than use an existing distribution if new to programming, there could be an easier pathway to proceed but what you need to do is: 1. When building the dependencies project, enable the checkbox to SUPERBUILD_ezc3d in CMake. 2. When ...
by Ayman Habib
Thu Feb 29, 2024 2:14 pm
Forum: OpenSim
Topic: Errors in building Opensim core 4.4.1 from source (C++) code
Replies: 5
Views: 1030

Re: Errors in building Opensim core 4.4.1 from source (C++) code

Hi Milan, If you plan to use the Java bindings then you need to rerun CMake so that these bindings are recreated and then build the whole project, at that point the java test cases should build and pass. If however you have no intention to use the bindings then you should turn these off at CMake and...
by Ayman Habib
Thu Feb 29, 2024 2:09 pm
Forum: OpenSim
Topic: OpenSim Tutorial 1 error
Replies: 1
Views: 573

Re: OpenSim Tutorial 1 error

Hi Jason, Considering that we literally have hundreds of students using the tutorial without an issue, I suspect that the problem lies with the instructions you received to run the tutorial rather than with the tutorial itself. If you can provide more context as to what version of the software you'r...
by Ayman Habib
Thu Feb 29, 2024 2:02 pm
Forum: OpenSim
Topic: Configuration MATLAB/OpenSim - Error Java
Replies: 2
Views: 542

Re: Configuration MATLAB/OpenSim - Error Java

Hello, While the steps to hookup Matlab with OpenSim are a bit error prone, once you have it working it should continue to work. There are a couple issues though that you have to keep an eye on: 1. What version of OpenSim you used to perform the hookup? you generally can't change the version or the ...
by Ayman Habib
Thu Feb 29, 2024 1:48 pm
Forum: OpenSim
Topic: Erroe: Failed to load OpenSim Libraries
Replies: 1
Views: 573

Re: Erroe: Failed to load OpenSim Libraries

Hi Deepak, While a little bit surprising, it's not totally unexpected because of the way Windows resolves libraries/DLLs based on one single common PATH environment variable. What likely happened is that 3.3 added the path to the 3.3 distribution to the front of the common PATH environment variable ...
by Ayman Habib
Thu Feb 29, 2024 1:39 pm
Forum: OpenSim
Topic: C3DFileAdapter is Undefined
Replies: 7
Views: 1823

Re: C3DFileAdapter is Undefined

Hi Davide, Within C++, there're some settings and files/directories that need to be included at the top of the source file e.g. OpenSim/OpenSim.h if working with a distribution or the full path OpenSim/Common/C3DFileAdapter.h, and the paths need to be searched by your project build files etc. If you...
by Ayman Habib
Tue Feb 20, 2024 1:05 pm
Forum: OpenSim
Topic: Import cad model
Replies: 3
Views: 1064

Re: Import cad model

Hello, CAD models as much as OpenSim models contain not just the geometry/meshes that you see visually, they also contain other info: Joint definitions, Constraints, possibly forces, controllers, .... As such there's no universal format to transfer arbitrary CAD models into OpenSim or into any other...
by Ayman Habib
Thu Feb 01, 2024 12:37 pm
Forum: OpenSim
Topic: Scale Model error(step 3: Placing markers on model)
Replies: 1
Views: 734

Re: Scale Model error(step 3: Placing markers on model)

Hi Lee, Can you do the scaling without placing markers? At least this will help us identify the problem area. From there it's an IK problem utilizing some fixed/anatomical markers followed by moving the non-fixed markers. Note that to solve the IK problem the model needs to be able to move/adjust co...
by Ayman Habib
Mon Jan 29, 2024 2:36 pm
Forum: OpenSim
Topic: OpenSim Scale Issue
Replies: 2
Views: 707

Re: OpenSim Scale Issue

Hello, My recollection is that this was an issue with visualization rather than scaling due to the fact that the model uses custom geometry/mesh files that the scaled model can't find. If you save the scaled model in the same folder as the original/pre-scale model and reopen it, it will display corr...
by Ayman Habib
Tue Jan 23, 2024 12:50 pm
Forum: OpenSim
Topic: OpenSim in Unity
Replies: 2
Views: 877

Re: OpenSim in Unity

Hello, 1. Can you explain specifically what does not work and how? Generally when mixing or loading libraries/dlls from one system into another you need to know the specific compiler version/settings/runtime. Do you need to run OpenSim live in the loop or can you interact with it through command lin...