Ayman Habib
Ayman Habib
@adamkewley Since you looked into this in the past and investigated on multiple machines, your suggestions as to where to insert the line to add_dll_directory to help users would be...
@nickbianco Thanks for chiming in. A couple differences with Matlab: 1. After Matlab setup, users don't need to do anything. Here they'll have to do it on each new session...
Hi @gattia, there's a docker image with python installed here https://hub.docker.com/repository/docker/stanfordnmbl/opensim-python It would be great if we can build on it using your work to make a docker container with...
My recollection is that this flag/property was not intended to be set explicitly but for internal use so that we know moment arms or moments are to be computed. This...
@cclancy8 Please let us know if this has been fixed in the latest development build. Thank you.
@jenhicks Do you know why this was made a 4.4? @tkuchida your student recently updated doxygen for StepFunction can that be reused here? Thanks
Fixed in PR #3201 Please verify in latest build artifact
Not sure what settings you used but the simbody-visualizer executable needs libSimTKcommon.so indeed, and unless they end up in the same folder you need LD_LIBRARY_PATH
For the record, this same API is exercised and tested in C++ here https://github.com/opensim-org/opensim-core/blob/2ef5732554db5671356b0d04364cbcbd4a4e5de8/OpenSim/Simulation/Test/testInverseKinematicsSolver.cpp#L171 but I'll dig into it further
It is a bit hard to see why this line `get_marker_weights(1)` have ever worked in the past considering the signature of the method `SetMarkerWeights get_marker_weights(int i)` While ideally we don't...