Search found 4 matches
- Wed May 01, 2024 1:48 am
- Forum: OpenSim Creator
- Topic: Import of model into Opensim
- Replies: 1
- Views: 210
Re: Import of model into Opensim
(apologies for the late reply, but this is a common question - I'll port it over to GitHub discussions etc. as part of building up OpenSim Creator's FAQ/support platform, which I haven't established yet :(). The mesh importer automatically adds offset frames between each mesh and its associated body...
- Tue May 17, 2022 12:32 am
- Forum: OpenSim
- Topic: Custom getExcitation method for a muscle
- Replies: 1
- Views: 502
Re: Custom getExcitation method for a muscle
Hi Soh, Although this doesn't answer your question directly (in terms of overriding `getExcitation` specifically), one thing you can try is to override `OpenSim::ScalarActuator::getControl` instead: Source: https://github.com/opensim-org/opensim-core/blob/master/OpenSim/Simulation/Model/Actuator.h#L...
- Mon May 16, 2022 7:24 am
- Forum: OpenSim
- Topic: Removing a body from the model
- Replies: 2
- Views: 821
Re: Removing a body from the model
Another thing you could try is OpenSim Creator, which includes basic support for deleting things from a model: https://github.com/ComputationalBiomechanicsLab/opensim-creator The support for it is super basic. It will probably encounter an issue deleting a body that other components are (indirectly)...
- Mon Sep 21, 2020 3:39 am
- Forum: OpenSim
- Topic: I need full body model which has mascle
- Replies: 3
- Views: 584
Re: I need full body model which has mascle
I've managed to convert the file for Maud into an OpenSim4 file by opening it in OpenSim4.0 (not 4.1) and re-saving it. The resulting file can then be used in OpenSim4.0 and OpenSim4.1.