Michael Sherman

Results 400 comments of Michael Sherman

We would be delighted to accept a PR that permits Simbody to build with the Intel compiler (without breaking the other ones!). Anyone with Intel access want to submit a...

FYI -- I'm going to add a 6dof joint now using roll-pitch-yaw rather than a quaternion. Despite the discussion above, I'm going to name it `rpy_floating_joint` for consistency with the...

Looks like it couldn’t find the header file “Simbody.h”. Likely vscode just needs to be told where to look? From: Muhammad Utoro ***@***.***> Sent: Sunday, September 10, 2023 9:29 AM...

Unfortunately I'm not a vscode user so I don't know the magic incantation. Maybe someone else here can advise?

Good find! Anyone interested in tracking this down and submitting a PR to fix it? @mrrezaie you might want to post this to OpenSim as well -- not clear from...

Is the problem that some DLL the visualizer depends on isn't in a place Windows can find it?

Is this something that was working previously and stopped working? If so, any idea what broke it? (Simbody code change, build compiler change, etc?)

I'm not sure what to do with this. The problem appears to be an optimizer bug in the mips and ppc backends for the newer compiler, but I don't have...

@merkys -- sorry for the delayed response! As an experiment, please try modifying line [CMakeLists.txt:400](https://github.com/simbody/simbody/blob/master/CMakeLists.txt#L400) at the top level to read `set(GCC_OPT_DISABLE -O1)` or `-O0` if it still fails at...

Rats! That's surprising. Thanks for trying. Is the compiler you're using gcc or clang?