opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
783 stars 316 forks source link

Test and update examples for 4.0 release #1697

Closed jimmyDunne closed 5 years ago

jimmyDunne commented 7 years ago

API Examples (from #1297)

API Examples (not from #1297)

API Examples (Confluence)

Application Examples (Confluence)

Introductory

Intermediate

Advanced

Wish List

tkuchida commented 7 years ago
jenhicks commented 6 years ago

Priorities: Existing examples Examples demonstrating new software capabilities

ShravanTata commented 5 years ago

Hi,

Can we construct CustomJoints using the opensim4.0 Python API? I am having a lot of troubles doing it. Any help is very much appreciated.

Thanks, Shravan

tkuchida commented 5 years ago

@ShravanTata Yes, it is possible. Please see my response in Forum topic 9738. If you are still having difficulties, please provide more details (e.g., a small example of your code) on the Forum.

ShravanTata commented 5 years ago

Hi @tkuchida , thanks for your response. I finally got the CustomJoints working. But I do have a follow up question. Is it possible to extract plots such as moment_arm vs joint_angle from the Python API? If yes, could you point me to a relevant example. Your help is really appreciated.

Thanks, Shravan

tkuchida commented 5 years ago

@ShravanTata You could investigate the MomentArmSolver (https://github.com/opensim-org/opensim-core/blob/master/OpenSim/Simulation/Test/testMomentArms.cpp). Please ask questions about using OpenSim on the User Forum (https://simtk.org/plugins/phpBB/indexPhpbb.php?group_id=91&pluginname=phpBB); GitHub is used for supporting development tasks and tracking issues.

jenhicks commented 5 years ago

Closing, as this is duplicated and more up to date here: https://github.com/opensim-org/sprints/issues/17