Search found 14 matches

by Akhil Bheemreddy
Fri Feb 09, 2018 9:35 am
Forum: OpenSim
Topic: Set Environmental Variables on Mac OpenSim for Header Files
Replies: 5
Views: 184

Re: Set Environmental Variables on Mac OpenSim for Header Files

Thank you for the help! I am still trying to figure out the problem, but I believe that you may be right that it is an issue with CMakeLists.txt. I believe that one of the stored directories ($ENV{OPENSIM_HOME}) is incorrect. How can I access what these directories are and possibly change them? I ha...
by Akhil Bheemreddy
Wed Feb 07, 2018 9:02 am
Forum: OpenSim
Topic: Set Environmental Variables on Mac OpenSim for Header Files
Replies: 5
Views: 184

Set Environmental Variables on Mac OpenSim for Header Files

Hello, I have installed OpenSim on my Mac by using the source code and following the steps outlined in the documentation. However, I have run into an issue with my C++ program: it is unable to find the locations of the include header files. All other users here are on Windows and have been able to r...
by Akhil Bheemreddy
Sun Feb 04, 2018 11:14 pm
Forum: OpenSim
Topic: Permissions error while building from source code on Mac OSX
Replies: 1
Views: 82

Permissions error while building from source code on Mac OSX

Hello, I am attempting to use the source code to build open sim on Mac OSX Sierra with Xcode 9.2 installed. I have been following the documentation for building using source code on mac, and I am on the final step, the install. I have managed to build the ALL_BUILD and the RUN_TESTS_PARALLEL schemes...
by Akhil Bheemreddy
Thu Jul 27, 2017 12:21 pm
Forum: OpenSim
Topic: Forward Dynamics using Joint Moments
Replies: 1
Views: 124

Forward Dynamics using Joint Moments

Hi everyone, I am attempting to use the forward dynamics tool in Opensim to calculate the kinematics of a model of a leg being raised with 2 DOF. I was able to calculate the moments at the hip and the knee using the inverse dynamics tool, and I would like to use this information as an input into the...