Ayman Habib
Ayman Habib
Downloading and testng artifact on ubuntu 20.04 I can run opensim-cmd and opensense executables from arbitrary folders. Since these require loading the whole stack of libraries at runtime will declare...
Unless @GraceEMc reports otherwise and can reproduce I'd agree to close .
@carmichaelong Just wanted to make sure I'm following your steps exactly: 1. I merged your branch onto 4.4 2. on dependencies build turn-off superbuild_ipopt, turn on use_ipopt_install based on the...
This boils down to a function 'setFunction()' taking ownership of a passed in function pointer without the runtime knowing about it, causing stale pointer and crash after the function goes...
@adamkewley Unfortunately this commit broke the GUI build on ci because the copy constructor was not generated. I understand why you'd think this should work except for the fact that...
No problem at all @adamkewley and thanks for the prompt response 👍
For conda type of installation we updated the documentation page, please do the one line install described there and on anaconda.org. make sure you either manually pick the correct python...
Here you go https://simtk-confluence.stanford.edu/display/OpenSim/Scripting+in+Python there's a notice on top regarding conda
There were issues migrating regular expressions to 4.2, sent to swig user forum detailing the error messages, waiting for feedback.
Although we may support pip in the future, we currently support anaconda which is slightly different but less python centric. Please check this page for the differences https://www.anaconda.com/blog/understanding-conda-and-pip and here's...