Search found 11 matches
- Tue Apr 26, 2011 12:48 pm
- Forum: OpenSim
- Topic: Inverse Kinematics SDK Example
- Replies: 1
- Views: 325
Inverse Kinematics SDK Example
<t>Hi All,<br/> <br/> I have a question regarding usage of the OpenSim SDK Inverse Kinematics classes.<br/> I am interested in using the IK engine straight from cpp code. However I can't seem to be able to decipher the interactions between the different IK classes.<br/> I was wondering whether someo...
- Thu Aug 06, 2009 12:43 am
- Forum: SimTK Core Toolset
- Topic: Inverse dynamics
- Replies: 3
- Views: 883
RE: Inverse dynamics
Hi Sherm,
Thanks very much. I'll get the new sources.
Anyway, thanks very much for your quick response. You guys are doing a great job which is much appreciated.
Regards
Rob
Thanks very much. I'll get the new sources.
Anyway, thanks very much for your quick response. You guys are doing a great job which is much appreciated.
Regards
Rob
- Wed Aug 05, 2009 6:54 am
- Forum: SimTK Core Toolset
- Topic: Inverse dynamics
- Replies: 3
- Views: 883
Inverse dynamics
<t>Hello Guys,<br/> <br/> I was reading up on the inverse dynamics thread and I was wondering whether any particular solution has already been implemented?<br/> I'm interested in getting joint torques from an arm model. I have joint angle data(position,velocity,acceleration) and I would like to calc...
- Mon Mar 09, 2009 1:30 am
- Forum: SimTK Core Toolset
- Topic: debug libs on windows
- Replies: 6
- Views: 1831
RE: debug libs on windows
<t>Cheers,<br/> <br/> Worked all out of the box.<br/> I have one suggestion for the CMakeLists.txt regarding the part where SimTK_INSTALL_PREFIX and SIMTK_SDK are defined.<br/> <br/> Instead of<br/> <br/> IF(NOT SimTK_INSTALL_PREFIX)<br/> ...<br/> PATHS<br/> "C:/Program Files/SimTK"<br/> )<br/> <br/...
- Fri Mar 06, 2009 2:30 pm
- Forum: SimTK Core Toolset
- Topic: debug libs on windows
- Replies: 6
- Views: 1831
RE: debug libs on windows
Thanks for the reply.
So I suppose the only way would be to build them myself.
Regards
Robert
So I suppose the only way would be to build them myself.
Regards
Robert
- Fri Mar 06, 2009 6:08 am
- Forum: SimTK Core Toolset
- Topic: debug libs on windows
- Replies: 6
- Views: 1831
debug libs on windows
Hi Everybody,
I was just wondering what the reason was for not releasing a debug versions of SimTKcore on Windows?
I was just wondering what the reason was for not releasing a debug versions of SimTKcore on Windows?
- Wed Oct 15, 2008 11:40 pm
- Forum: OpenSim
- Topic: Source code for OpenSim
- Replies: 1
- Views: 406
Source code for OpenSim
Hello Guys,
Thanks for building such a great tool.
Are there any news on when the source code for OpenSim is going to be available to the general public?
Cheers
Rob
Thanks for building such a great tool.
Are there any news on when the source code for OpenSim is going to be available to the general public?
Cheers
Rob
- Thu Oct 02, 2008 10:30 am
- Forum: SimTK Core Toolset
- Topic: StateTest fails after compiling simtkcommon
- Replies: 5
- Views: 1301
RE: StateTest fails after compiling simtkcomm
<t>Hi Jack,<br/> <br/> Just to finish up on the thread.<br/> After more trouble than I was hoping for I've managed to compile the core libs under MinGW. However, still only the static versions which is quite annoying in terms of compile times.<br/> I updated to GCC 4.2.1 which didn't yield any impro...
- Tue Sep 30, 2008 8:06 am
- Forum: SimTK Core Toolset
- Topic: StateTest fails after compiling simtkcommon
- Replies: 5
- Views: 1301
RE: StateTest fails after compiling simtkcomm
<t>Hi Jack,<br/> <br/> Thanks for the reply.<br/> Yeah, you were right. I though that I already updated SimTKLapack.h but obviously I didn't.<br/> Simmath compiles now fine passing all tests except for those which depend on the State routines yielding the same exception being thrown like during simt...
- Thu Sep 25, 2008 12:50 am
- Forum: SimTK Core Toolset
- Topic: StateTest fails after compiling simtkcommon
- Replies: 5
- Views: 1301
StateTest fails after compiling simtkcommon
<t>Hello Guys,<br/> <br/> After a while, I tried again to compile SimTK without using Cygwin with straight MinGW. Simtkcommon compiles fine only the test for StateTest fails but only with the shared library. All other tests pass.<br/> <br/> I get the following message:<br/> <br/> $ StateTest<br/> ==...