Accessing NHingedRigidBodyStateEffector parameters for Monte Carlo Simulations #153
radgordon97
started this conversation in
General
Replies: 1 comment 1 reply
-
I have the same problem. I know it's been a long time, but did you ever find a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been looking to setup some Monte Carlo simulations and wish to add some dispersions to the properties of the NHingedRigidBodyStateEffector module that I have included. However the spring, damper and mass properties are defined in the
HingedPanel()
structs that are then added to the state effector using.addHingePanel()
function. I am therefore struggling to find a way to access those parameters similarly to how it done in thescenarioMonteCarloAttRW.py
example so that I can add dispersions.Is there any easy way to do this that I am not thinking of?
Beta Was this translation helpful? Give feedback.
All reactions