long jump dynamic optimization
Posted: Mon Aug 03, 2020 11:38 am
Hi,
I was trying to build the long jump project from:
https://simtk.org/projects/predictive_slj/
I downloaded the files and followed the instructions from the following page to build the project:
https://simtk-confluence.stanford.edu:8 ... d=29165309
After generating the codes in Cmake and opening the solution in visual C++ 2019, I tried to build ALL_BUILD but I faced with a long list of errors mostly stating that some libraries could not be found. For example,
E1696 cannot open source file "simbody/internal/common.h" Executables - predictive_SLJ_nominal C:\opensim-core\OpenSim\Actuators\Millard2012EquilibriumMuscle.h 26
E1696 cannot open source file "SimTKcommon/internal/Xml.h" Executables - predictive_SLJ_nominal C:\opensim-core\OpenSim\Common\AbstractProperty.h 32
E1696 cannot open source file "SimTKcommon/internal/Stage.h" Executables - predictive_SLJ_nominal C:\opensim-core\OpenSim\Common\ComponentOutput.h 40
The error list was very long but these are just a few examples. I tried to regenerate the solution in Cmake and add some entries to define paths specifying the opesim source directory and simbody in the sdk sub-folder within the opensim installation directory but none of these changed anything. I even tried to build simbody from source but that did not help either and I faced with a long list of errors there too (somewhat similar to what I stated above).
For your information, I have installed opensim 4.1 on windows 10.
What can be the problem?
Best,
Aff
I was trying to build the long jump project from:
https://simtk.org/projects/predictive_slj/
I downloaded the files and followed the instructions from the following page to build the project:
https://simtk-confluence.stanford.edu:8 ... d=29165309
After generating the codes in Cmake and opening the solution in visual C++ 2019, I tried to build ALL_BUILD but I faced with a long list of errors mostly stating that some libraries could not be found. For example,
E1696 cannot open source file "simbody/internal/common.h" Executables - predictive_SLJ_nominal C:\opensim-core\OpenSim\Actuators\Millard2012EquilibriumMuscle.h 26
E1696 cannot open source file "SimTKcommon/internal/Xml.h" Executables - predictive_SLJ_nominal C:\opensim-core\OpenSim\Common\AbstractProperty.h 32
E1696 cannot open source file "SimTKcommon/internal/Stage.h" Executables - predictive_SLJ_nominal C:\opensim-core\OpenSim\Common\ComponentOutput.h 40
The error list was very long but these are just a few examples. I tried to regenerate the solution in Cmake and add some entries to define paths specifying the opesim source directory and simbody in the sdk sub-folder within the opensim installation directory but none of these changed anything. I even tried to build simbody from source but that did not help either and I faced with a long list of errors there too (somewhat similar to what I stated above).
For your information, I have installed opensim 4.1 on windows 10.
What can be the problem?
Best,
Aff