Visualization of forces on multiple bodies
- Chris Zirker
- Posts: 44
- Joined: Tue Mar 03, 2009 11:09 am
Visualization of forces on multiple bodies
I'm working on modeling rock climbing, which requires that four external loads are placed on the body. At the moment, I'm trying to visualize the forces as they are applied in the GUI, much like is done when playing \examples\Gait2354_Simbody\OutputReference\subject01_walk1_ik.mot. However, I can't figure out a way to get OpenSim to show more than 2 forces at a time, and I need to visualize 4 (one for each hand and foot). Are there any tricks to doing this?
- Ayman Habib
- Posts: 2248
- Joined: Fri Apr 01, 2005 12:24 pm
RE: Visualization of forces on multiple bodies
Hi Chris,
Please attach a model and mot file to a bug report and we'll investigate. It's possible that the motion viewer does not take advantage of the new features of multiple external forces yet.
-Ayman
Please attach a model and mot file to a bug report and we'll investigate. It's possible that the motion viewer does not take advantage of the new features of multiple external forces yet.
-Ayman
- Chris Zirker
- Posts: 44
- Joined: Tue Mar 03, 2009 11:09 am
RE: Visualization of forces on multiple bodies
Has any modification been made to the coming version 2.2 release of OpenSim that would enable visualizing four forces simultaneously? I never could get it to work before.
Thanks!
Thanks!
- Ayman Habib
- Posts: 2248
- Joined: Fri Apr 01, 2005 12:24 pm
RE: Visualization of forces on multiple bodies
Hi Chris,
The functionality has been there for a while, if you explain where are you having a problem I'll try to help you out. I'll point you to the documentation specific to your context if you send more info.
It would be a good idea to try this out soon so that either the documentation or the code or both are fixed/made clear before the release.
Best,
-Ayman
The functionality has been there for a while, if you explain where are you having a problem I'll try to help you out. I'll point you to the documentation specific to your context if you send more info.
It would be a good idea to try this out soon so that either the documentation or the code or both are fixed/made clear before the release.
Best,
-Ayman
- Chris Zirker
- Posts: 44
- Joined: Tue Mar 03, 2009 11:09 am
RE: Visualization of forces on multiple bodies
Good news! I installed the beta OSim 2.2 version and forces now all show up as long as I use the ground_force and ground_torque naming scheme. Thanks!