Search found 44 matches
- Wed Jan 05, 2011 9:39 pm
- Forum: OpenSim
- Topic: Plugin help - Debug error
- Replies: 3
- Views: 887
RE: Plugin help - Debug error
<r>Hi adila,<br/> <br/> After seeing your post, I tested the chapter 3 of the developers guide to build my own OpenSim plugin and it works very well.<br/> <br/> I guess that you replaced all the "AnalysisPlugin_Template" terms in the<br/> myAnalysisPlugin.h and myAnalysisPlugin.h files manually by y...
- Tue Aug 17, 2010 7:04 pm
- Forum: OpenSim
- Topic: Question about new beta version of OpenSim
- Replies: 2
- Views: 319
RE: Question about new beta version of OpenSim
Hi Ayman,
Thanks for your explanation. It looks very helpful to young users.
Best regards,
Moonki
Thanks for your explanation. It looks very helpful to young users.
Best regards,
Moonki
- Mon Aug 16, 2010 3:28 pm
- Forum: OpenSim
- Topic: Question about new beta version of OpenSim
- Replies: 2
- Views: 319
Question about new beta version of OpenSim
<t>Hi,<br/> <br/> Recently I found that there is a new OpenSim beta version as OpenSim-2.1.0_b6.<br/> <br/> And I could also find that this new version supports K12.<br/> <br/> So I'd like to ask of you what the K12 function is. Is it a new functionality of OpenSim?<br/> <br/> Best regards,<br/> Moo...
- Thu May 27, 2010 1:58 am
- Forum: OpenSim
- Topic: OpenSim example and library models
- Replies: 2
- Views: 494
RE: OpenSim example and library models
Hi Ayman,
Thanks for your kind explanation. It did helped me very much.
Best regards,
Moonki
Thanks for your kind explanation. It did helped me very much.
Best regards,
Moonki
- Thu May 27, 2010 1:43 am
- Forum: OpenSim
- Topic: Calculated marker position from IK
- Replies: 10
- Views: 2342
RE: Calculated marker position from IK
<r>Hi, <br/> <br/> This may not be the correct solution. But this code gets the markers' position on human model.(I didn't consider scaling..)<br/> <br/> Model osimModel("FileName");<br/> State& si = osimModel.initSystem();<br/> <br/> OpenSim::MarkerSet& refMarkerSet = pModel->updMarkerSet()...
- Tue May 25, 2010 5:01 am
- Forum: OpenSim
- Topic: OpenSim example and library models
- Replies: 2
- Views: 494
OpenSim example and library models
<r>Hi, <br/> I tried to download several OpenSim models from here: <URL url="https://simtk.org/home/nmblmodels">https://simtk.org/home/nmblmodels</URL><br/> <br/> And I found that some differences exist between OpenSim example models which are includes in the example folder of OpenSim install folder...
- Tue May 25, 2010 3:34 am
- Forum: OpenSim
- Topic: Questions regarding OpenSim Scaling. Markers
- Replies: 9
- Views: 2011
RE: Questions regarding OpenSim Scaling. Markers
Hi,
In MeshLab, there is the menu 'Transform: Move, Translate, Center'. Then you can get new geometry files that is transformed.
Best regards,
Moonki
In MeshLab, there is the menu 'Transform: Move, Translate, Center'. Then you can get new geometry files that is transformed.
Best regards,
Moonki
- Tue May 25, 2010 3:03 am
- Forum: OpenSim
- Topic: Questions regarding OpenSim Scaling. Markers
- Replies: 9
- Views: 2011
RE: Questions regarding OpenSim Scaling. Markers
<r>Hi Jan-Jurre,<br/> <br/> I saw this discussion by chance. And I understood that your problem is related to the scaling problem of geometry files of segments. If I misunderstood your problem, I’d like to say sorry.<br/> <br/> There is an open-source geometry modification software that you can use....
- Fri May 14, 2010 8:14 am
- Forum: OpenSim
- Topic: Optimal motion control using OpenSim API
- Replies: 0
- Views: 317
Optimal motion control using OpenSim API
<t>Hi,<br/> <br/> I’m interested in the optimal motion control using OpenSim API. In the OpenSim developer’s guide, chapter 4.2 ‘creating an optimization’ contains an example of the optimization-based muscle control to achieve an object. In this example, to maximize the forward velocity of the forea...
- Fri May 14, 2010 7:23 am
- Forum: OpenSim
- Topic: Modifying Model after Model::initSystem()
- Replies: 1
- Views: 424
RE: Modifying Model after Model::initSystem()
<t>Hi,<br/> <br/> I could solve this problem by virtue of Ayman’s help.<br/> <br/> Some important notifications:<br/> 1) Declaring a new reference and using it in the second call to initSystem, or using a "Copy" of the state rather than a reference (you may need to call realize explicitly since the ...