Search found 3 matches

by Morgane Garaudet
Mon May 09, 2022 8:13 am
Forum: OpenSim
Topic: Project Afferents09 Opensim4
Replies: 0
Views: 153

Project Afferents09 Opensim4

Hello everyone, I am currently working on the "Afferents09" project. I want to make it run on opensim 4.3. To do that, I made a few changes to the initial programm. But I still got issues concerning the architecture of the programm. That's why I am asking for your help. I have implemented three clas...
by Morgane Garaudet
Fri Apr 29, 2022 6:36 am
Forum: OpenSim
Topic: OpenSim - Combination between fatigable muscle and tugofwar controller
Replies: 1
Views: 212

Re: OpenSim - Combination between fatigable muscle and tugofwar controller

Hi, I solved the issue. It was caused by the call of the name "blockToGround_zTranslation" corresponding at blockToGround->getCoordinate(FreeJoint::Coord::TranslationZ).getName() but being now named "blockToGround_coord_5". I updated the code which can be found here : https://github.com/momo99-30/Op...
by Morgane Garaudet
Mon Apr 25, 2022 7:23 am
Forum: OpenSim
Topic: OpenSim - Combination between fatigable muscle and tugofwar controller
Replies: 1
Views: 212

OpenSim - Combination between fatigable muscle and tugofwar controller

Hello everyone, I am working on the project Afferents09 which was made on OpenSim 3.3. I am trying to make it works on OpenSim 4.3. To do that, I am currently trying to combine two different examples : - MuscleExample - ControllerExample You can find my code here : https://github.com/momo99-30/OpenS...