Search found 6 matches
- Wed May 06, 2015 10:37 pm
- Forum: OpenSim
- Topic: Problem in using OpenSim with Simulink
- Replies: 2
- Views: 537
Re: Problem in using OpenSim with Simulink
Thanks for your reply, Is there any examples or tutorials for build s-function for OpenSim? I found only the conceptual explanation of OpenSim s-function block like link below. http://simtk-confluence.stanford.edu:8080/download/attachments/3376260/IntermediateWorkshopHandout.pdf?version=1&modificati...
- Mon May 04, 2015 3:21 am
- Forum: OpenSim
- Topic: Problem in using OpenSim with Simulink
- Replies: 2
- Views: 537
Problem in using OpenSim with Simulink
Hi, I used OpenSim-MATLAB for FD/ID simulations. Now, I'm trying to use it with Simulink, but I got a problem. I tried to use OpenSim-MATLAB functions as Embbeded MATLAB Function block of Simulink. at first, I used import OpenSim like import org.opensim.modeling.*; as used in Matlab. But I got a cod...
- Mon Dec 29, 2014 12:07 am
- Forum: OpenSim
- Topic: Using APIs with MFC
- Replies: 4
- Views: 459
Re: Using APIs with MFC
Thanks, Sherman~!
I solve the problem by using your suggested method.
(Actually there are some problems remains using with MFC,
but with win32 dialog, using #define NOMINMAX solve the problem.)
best regards,
Yeonghun Kim
I solve the problem by using your suggested method.
(Actually there are some problems remains using with MFC,
but with win32 dialog, using #define NOMINMAX solve the problem.)
best regards,
Yeonghun Kim
- Sun Dec 28, 2014 10:48 pm
- Forum: OpenSim
- Topic: Using APIs with MFC
- Replies: 4
- Views: 459
Re: Using APIs with MFC
Thanks for your reply. The message that [error c2589 '(' : illegal token on right side of ':: '] is occured when I trying to use OpenSim headers with MFC. Detail messages are like this. 1>c:\simbody\build\include\SimTKcommon/internal/NTraits.h(323): error C2589: '(' : '::' 오른쪽에 잘못된 토큰이 있습니다. 1>c:\si...
- Sun Dec 28, 2014 10:25 pm
- Forum: OpenSim
- Topic: Using APIs with MFC
- Replies: 4
- Views: 459
Using APIs with MFC
Hi, I'm trying to use OpenSim & Simbody APIs with MFC (developing in VS 2010) But there are some errors when using OpenSim APIs. When I include OpenSim.h in my project file, error C2589 is occured. It does not occured when I use win32 console application project. So I also trying to build SimBody an...
- Tue Apr 15, 2014 8:45 am
- Forum: OpenSim
- Topic: Externalforce problem using IDtool on MATLAB
- Replies: 1
- Views: 353
Externalforce problem using IDtool on MATLAB
Hi, I'm trying to use IDTool on MATLAB with MATLAB optimization tool.(fmincon) (To solve some kinds of trajectory optimization problem.) When I use IDTool and Analyzer tool w/o externalforce, there are no error on solving problems. But When I apply external load by using setExternalloadsFileName('~'...