Example of EMG based Muscle CMC

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Abdulbaset Benwali
Posts: 30
Joined: Tue Mar 29, 2022 1:04 pm

Example of EMG based Muscle CMC

Post by Abdulbaset Benwali » Tue Apr 11, 2023 12:58 pm

Good day,
Would you please let me know if there is an example of EMG based generating CMC. Thank you.

Tags:

User avatar
Mohammadreza Rezaie
Posts: 379
Joined: Fri Nov 24, 2017 12:48 am

Re: Example of EMG based Muscle CMC

Post by Mohammadreza Rezaie » Wed Apr 12, 2023 12:04 am

Hi, try including your EMG file into your CMC setting and see if this works:

Code: Select all

<ControllerSet name="Controllers">
	<objects>
		<ControlSetController>
			<controls_file>EMG_file.sto</controls_file>
		</ControlSetController>
	</objects>
	<groups />
</ControllerSet>
https://simtk.org/api_docs/opensim/api_ ... a607cdcbd5

POST REPLY