Ayman Habib

Results 279 comments of Ayman Habib

Thanks for the update @arwhalley my conjecture is that the set of paths that simbody uses to search for the the visualizer executable maynot be complete or has baked in...

A minimal non working C++ setup would be best to troubleshoot if you can describe it (which example, running from what layout (build vs install) and what FHS setting was...

Just to document the change in behavior due to the change/improvements made in https://github.com/opensim-org/opensim-core/pull/3678, As a side effect we lost the copy constructor for ArrayDouble, ArrayStr (I assume also for...

Totally fresh in my mind being about 8 yrs ago ;) I'll try to dig through the logs to reconstruct.

If I'm reading the log correctly the commented lines were removed because the results were unused. Not sure if they were ever used. Bottom line is that generateDecorations creates decoration...

@nickbianco Would like to hear your thoughts on the description of what this PR wants to do and if you foresee problems with this approach.

Considering that casadi uses a custom ipopt internally, using the latest tagged/public version seems more problematic than needed, so will stick with the version maintained by Joris at https://github.com/jgillis/Ipopt-1.git to...

Building latest casadi with its own ipopt on linux succeeds but fails one moco related test after fixing 2 compilation errors. Refactoring to use the same ipopt for both casdai...

@carmichaelong I have a conda package on linux (opensim-moco 4.5.1 opensim_admin) including the updated casadi (no tropter) here, any idea how to test this? Thank you https://anaconda.org/opensim_admin/opensim-moco/files

@nickbianco or @carmichaelong Would it be possible to take a look at the changes to the two header files in this PR and the Moco test failures to let me...