HingedRigidBodyStateEffector parameters description not clear #393
Replies: 2 comments 2 replies
-
The module documentation points to some papers that define the frame in more details. Theta is defined as a 2nd axis rotation relative to the hinge frame. The reference angle is defined in the 2nd paper in the documentation |
Beta Was this translation helpful? Give feedback.
-
The 2nd frame was a natural selection with the original development scenario. You can always define your hinge frame such that this is the case. Note that |
Beta Was this translation helpful? Give feedback.
-
I am trying to simulate a scenario for solar panel deployment. I am using "
HingedRigidBodyStateEffector
" for this. I am not able to completely understand the meaning of the following variables:Here, what exactly is 'theta' in reference to? What is this angle in reference to? Is it about the X axis, Y axis, Z axis or some about some other vector? Also, how and where is it defined about which axis the deployment will occur?
In the example file,
scenarioDeplyingPanel.py
, what is the purpose of startTheta inHingedBodyLinearProfiler
? should it be same as thetaInit inHingedRigidBodyStateEffector
Beta Was this translation helpful? Give feedback.
All reactions