Search found 407 matches
- Tue Feb 11, 2025 6:51 pm
- Forum: OpenSim
- Topic: Static Optimization -balancing actuator contributions
- Replies: 3
- Views: 526
Re: Static Optimization -balancing actuator contributions
Static optimization uses a least-squares approach because there are more actuators than degrees of freedom (see https://opensimconfluence.atlassian.net/wiki/spaces/OpenSim/pages/53089619/How+Static+Optimization+Works). The equations there don't quite capture what the reserve actuators are contributi...
- Tue Feb 11, 2025 6:48 pm
- Forum: OpenSim
- Topic: Model help - compatibility with opensim 4.1
- Replies: 1
- Views: 205
Re: Model help - compatibility with opensim 4.1
The citations from that GitHub page include a reference for Seth et al. and the Scapulothoracic joint, and the ScapulothoracicJoint was added in OpenSim 4.2 (https://opensimconfluence.atlassian.net ... penSim+4.2).
- Tue Feb 11, 2025 6:34 pm
- Forum: OpenCap
- Topic: Errors in OpenCap Processing - Example Kinetics.py
- Replies: 1
- Views: 89
Re: Errors in OpenCap Processing - Example Kinetics.py
Please refer to the discussion in this previous post: viewtopicPhpbb.php?f=2385&t=17594&p=49369&start=0&view=
In particular, the link to the OpenCap GitHub folder for OpenSimAD has great information in the README file.
In particular, the link to the OpenCap GitHub folder for OpenSimAD has great information in the README file.
- Mon Feb 10, 2025 12:07 pm
- Forum: OpenCap
- Topic: Pose detection timed out
- Replies: 2
- Views: 57
Re: Pose detection timed out
Thanks for notifying us. The trial has been reprocessed successfully.
- Wed Feb 05, 2025 7:17 pm
- Forum: OpenSim
- Topic: Adding exoskeleton to a current model
- Replies: 1
- Views: 490
Re: Adding exoskeleton to a current model
Please see the example Simulation-Based Design to Reduce Metabolic Cost for an example.
- Wed Feb 05, 2025 6:46 pm
- Forum: OpenSim
- Topic: Static Optimization -balancing actuator contributions
- Replies: 3
- Views: 526
Re: Static Optimization -balancing actuator contributions
It looks like the maximum force/moment that your reserve actuators can produce might be very small. The total force/moment is determined by (control value) * (reserve actuator force value). So, these actuators are generating 1 N or 1 N-m (depending on if it's a linear coordinate or a rotational coor...
- Mon Nov 18, 2024 6:04 pm
- Forum: OpenCap
- Topic: Colab Import Error
- Replies: 3
- Views: 775
Re: Colab Import Error
There was a recent PR that updated this import: https://github.com/stanfordnmbl/opencap-processing/pull/132/files The issue was that the import was deprecated and finally removed from SciPy, so we updated the import line in utils.py for the import. It should now work on current versions of SciPy (mo...
- Mon Nov 18, 2024 5:58 pm
- Forum: OpenSim
- Topic: Force direction in the bushing force element
- Replies: 1
- Views: 926
Re: Force direction in the bushing force element
Your clear and simple test case is very helpful here! If you look at the code, there are negative signs when the stiffness and damping terms are calculated (https://github.com/opensim-org/opensim-core/blob/main/OpenSim/Simulation/Model/ExpressionBasedBushingForce.cpp#L278). This is probably why you ...
- Mon Nov 18, 2024 5:40 pm
- Forum: OpenSim
- Topic: Gait2392 bodies and their marker pairs for scaling
- Replies: 1
- Views: 577
Re: Gait2392 bodies and their marker pairs for scaling
The ScaleTool is customizable so that you can place markers to represent the distances that you've measured in your own experiments. There is a tutorial, documentation pages, and a webinar that are helpful to learn more.
- Mon Nov 18, 2024 5:34 pm
- Forum: OpenSim
- Topic: The use of setUseVisualizer() function
- Replies: 1
- Views: 803
Re: The use of setUseVisualizer() function
The simple Python example from the GitHub page could help guide using model.setUseVisualizer(): https://github.com/opensim-org/opensim- ... ple#python