Skip to content

Commit 351f28e

Browse files
1 parent d3e4557 commit 351f28e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doxygen_cxx/group__multibody__parsing.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ <h1><a class="anchor" id="multibody_parsing_drake_extensions"></a>
395395
<li><a class="el" href="group__multibody__parsing.html#tag_drake_tendon_constraint_stiffness">drake:tendon_constraint_stiffness</a></li>
396396
<li><a class="el" href="group__multibody__parsing.html#tag_drake_tendon_constraint_damping">drake:tendon_constraint_damping</a></li>
397397
<li><a class="el" href="group__multibody__parsing.html#tag_drake_visual">drake:visual</a></li>
398+
<li><a class="el" href="group__multibody__parsing.html#tag_drake_wall_boundary_condition">drake:wall_boundary_condition</a></li>
398399
<li><a class="el" href="group__multibody__parsing.html#tag_drake_youngs_modulus">drake:youngs_modulus</a></li>
399400
</ul>
400401
<h2><a class="anchor" id="tag_drake_acceleration"></a>
@@ -1193,6 +1194,22 @@ <h3><a class="anchor" id="tag_drake_visual_semantics"></a>
11931194
<dl class="section see"><dt>See also</dt><dd><a class="el" href="group__multibody__parsing.html#tag_drake_perception_properties">drake:perception_properties</a> </dd>
11941195
<dd>
11951196
<a class="el" href="group__multibody__parsing.html#tag_drake_illustration_properties">drake:illustration_properties</a></dd></dl>
1197+
<h2><a class="anchor" id="tag_drake_wall_boundary_condition"></a>
1198+
drake:wall_boundary_condition</h2>
1199+
<ul>
1200+
<li>SDFormat path: <code>//model/link/drake:wall_boundary_condition</code></li>
1201+
<li>URDF path: n/a</li>
1202+
<li>Syntax: Nested elements <code>drake:point_on_plane</code> and <code>drake:outward_normal</code>.</li>
1203+
</ul>
1204+
<h3><a class="anchor" id="tag_drake_wall_boundary_condition_semantics"></a>
1205+
Semantics</h3>
1206+
<p>If present, this element specifies a wall boundary condition for a deformable body. The wall boundary condition constrains vertices of the deformable body's mesh to have zero displacement if their reference positions are inside a prescribed open half space. The half space is defined by a plane with an outward normal vector.</p>
1207+
<p>The nested elements are:</p><ul>
1208+
<li><code>drake:point_on_plane</code>: Position of a point Q on the plane in the world frame, specified as three space-separated floating point values (x y z coordinates in meters).</li>
1209+
<li><code>drake:outward_normal</code>: Outward normal to the half space expressed in the world frame, specified as three space-separated floating point values (nx ny nz components). The normal vector is automatically normalized to unit length.</li>
1210+
</ul>
1211+
<p>Multiple <code>drake:wall_boundary_condition</code> elements can be specified for a single deformable link to define multiple boundary conditions. This element is only valid for deformable links (those containing a <code>drake:deformable_properties</code> element).</p>
1212+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="group__multibody__parsing.html#tag_deformable_link_requirements">Deformable link requirements</a>, <a class="el" href="classdrake_1_1multibody_1_1_deformable_model.html#a8e4f2d02a025433b059374ae0023881c" title="Sets wall boundary conditions for the body with the given id.">drake::multibody::DeformableModel::SetWallBoundaryCondition()</a></dd></dl>
11961213
<h2><a class="anchor" id="tag_drake_youngs_modulus"></a>
11971214
drake:youngs_modulus</h2>
11981215
<ul>

0 commit comments

Comments
 (0)