Search found 5 matches

by davide ferrari
Wed Mar 06, 2024 2:00 am
Forum: OpenSim
Topic: C3DFileAdapter is Undefined
Replies: 7
Views: 1739

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 davide ferrari
Tue Mar 05, 2024 7:10 am
Forum: OpenSim
Topic: C3DFileAdapter is Undefined
Replies: 7
Views: 1739

Re: C3DFileAdapter is Undefined

Hi Davide, You probably just need to include ezc3d during your build process, C3DFileAdapter will be disabled without it. Make sure to check the box for enabling the ezc3d superbuild in CMake when building the dependencies, and set the variable OPENSIM_C3D_PARSER to 'ezc3d' when building the main O...
by davide ferrari
Tue Mar 05, 2024 7:07 am
Forum: OpenSim
Topic: C3DFileAdapter is Undefined
Replies: 7
Views: 1739

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 yo...
by davide ferrari
Thu Feb 29, 2024 8:58 am
Forum: OpenSim
Topic: C3DFileAdapter is Undefined
Replies: 7
Views: 1739

C3DFileAdapter is Undefined

Hi everyone, I'm trying to use the C3DFileAdapter class in c++. However it results to be undefined. I'm trying to use the example provided by Opensim at https://simtk-confluence.stanford.edu:8443/display/OpenSim/C3D+%28.c3d%29+Files. Does anyone know if I should do something before using that class?...
by davide ferrari
Wed Jan 31, 2024 3:55 am
Forum: OpenSim plugin to estimate contact forces using static optimization
Topic: Error Loading the plugin
Replies: 1
Views: 179

Error Loading the plugin

Hi,
I'm trying to load the plugin in opensim 4.4 following the provided documentation. However I get the error "Error trying to load library contactForces. Library not loaded". Is it a versioncompatibility problem? Can I solve it?