PointConstraint in IAA tool
Posted: Wed Feb 29, 2012 4:50 am
Hi,
I am tring other PointConstraint in IAA tool, but there are some erros loading setup file.
Thank you,
I am tring other PointConstraint in IAA tool, but there are some erros loading setup file.
I suspected there are something different than RollingOnSurfaceConstraint to specify contact body, which is not described in the Guidebook. Anyone know how to amend it?Exception:
Invalid point constraint body1 (Unassigned) specified in Constraint
right_foot_contact
Thank you,
<PointConstraint name="right_foot_contact">
<!--Specify to disable constraint by default-->
<isDisabled> true </isDisabled>
<rolling_body> calcn_r </rolling_body>
<!--Specify the body containing the surface (plane) that the rolling body rolls on.-->
<surface_body> ground </surface_body>
<!--surface's normal dirction defined in the surface body-->
<surface_normal> 0.00000000 1.00000000 0.00000000 </surface_normal>
<!--surface's height in the direction of the normal in the surface body-->
<surface_height> 0 </surface_height>
<friction_coefficient> 0.75000000 </friction_coefficient>
<!--A guess at the area of contact approximated by a circle-->
<contact_radius> 0.01000000 </contact_radius>
</PointConstraint>