Search found 5 matches
- Fri Jul 31, 2020 10:53 am
- Forum: OpenSim
- Topic: Build a C++ example using XCode
- Replies: 6
- Views: 1438
Re: Build a C++ example using XCode
I had the same issue and spent a very frustrating weekend trying to solve it, so putting this here for others. My problem was that I had an older standard install of OpenSim in the usual place (Applications/OpenSim...), which I had installed a while ago, and I had updated the OS in the meantime. Whe...
- Mon Jul 23, 2018 5:40 am
- Forum: OpenSim
- Topic: Matlab integration
- Replies: 2
- Views: 318
Re: Matlab integration
I don't think I was asked this. Don't remember about the "first time", but I installed the newest 4.0 a few days ago and it didn't ask me that. Maybe that's different on Windows vs. Mac?
- Fri Jul 20, 2018 1:38 pm
- Forum: OpenSim
- Topic: Matlab integration
- Replies: 2
- Views: 318
Matlab integration
I tried to get the Matlab integration running following the instructions [1]. At some point I'm asked to run a script in Matlab found in OPENSIM_INSTALL_DIR/sdk/Scripts/Matlab. However, the OPENSIM_INSTALL_DIR/sdk/Scripts/ folder seems to be missing in my installation. I do have a bunch of things in...
- Tue Jun 05, 2018 1:31 pm
- Forum: OpenSim
- Topic: Scale tool can't deal with .trc files where time doesn't start at 0
- Replies: 2
- Views: 970
Re: Scale tool can't deal with .trc files where time doesn't start at 0
Yeah, I figured. I just started using OpenSim, on a Mac, so 4.0 is the only option. I wasn't aware of the github option, but I'll use that in the future. Thanks for covering this one.
- Sun Jun 03, 2018 8:10 am
- Forum: OpenSim
- Topic: Scale tool can't deal with .trc files where time doesn't start at 0
- Replies: 2
- Views: 970
Scale tool can't deal with .trc files where time doesn't start at 0
I had this very frustrating problem, where the scale tool would throw an exception in the IK stage. After quite some prodding, I found that the problem came from the fact that the Time data in the .trc did not start at 0. Changing the time column in the .trc file to one that started at 0 solved the ...