Skip to content

Commit 9f0f662

Browse files
1 parent 0816237 commit 9f0f662

File tree

2 files changed

+12
-30
lines changed

2 files changed

+12
-30
lines changed

doxygen_cxx/classdrake_1_1multibody_1_1_multibody_plant.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8804,14 +8804,14 @@ <h2 class="memtitle"><span class="permalink"><a href="#a90d32a93de07ef91744b95ed
88048804
<table class="params">
88058805
<tr><td class="paramdir">[in]</td><td class="paramname">body</td><td>The body for which geometry is being registered. </td></tr>
88068806
<tr><td class="paramdir">[in]</td><td class="paramname">X_BG</td><td>The fixed pose of the geometry frame G in the body frame B. </td></tr>
8807-
<tr><td class="paramdir">[in]</td><td class="paramname">shape</td><td>The <a class="el" href="classdrake_1_1geometry_1_1_shape.html" title="The abstract base class for all shape specifications.">geometry::Shape</a> used for visualization. E.g.: <a class="el" href="classdrake_1_1geometry_1_1_sphere.html" title="Definition of sphere.">geometry::Sphere</a>, <a class="el" href="classdrake_1_1geometry_1_1_cylinder.html" title="Definition of a cylinder.">geometry::Cylinder</a>, etc. </td></tr>
8808-
<tr><td class="paramdir">[in]</td><td class="paramname">properties</td><td>The proximity properties associated with the collision geometry. They <em>must</em> include the (<code>material</code>, <code>coulomb_friction</code>) property of type CoulombFriction&lt;double&gt;. </td></tr>
8807+
<tr><td class="paramdir">[in]</td><td class="paramname">shape</td><td>The <a class="el" href="classdrake_1_1geometry_1_1_shape.html" title="The abstract base class for all shape specifications.">geometry::Shape</a> used for collision and contact. E.g.: <a class="el" href="classdrake_1_1geometry_1_1_sphere.html" title="Definition of sphere.">geometry::Sphere</a>, <a class="el" href="classdrake_1_1geometry_1_1_cylinder.html" title="Definition of a cylinder.">geometry::Cylinder</a>, etc. </td></tr>
8808+
<tr><td class="paramdir">[in]</td><td class="paramname">properties</td><td>The proximity properties associated with the collision geometry. </td></tr>
88098809
</table>
88108810
</dd>
88118811
</dl>
88128812
<dl class="exception"><dt>Exceptions</dt><dd>
88138813
<table class="exception">
8814-
<tr><td class="paramname">std::exception</td><td>if called post-finalize or if the properties are missing the coulomb friction property (or if it is of the wrong type). </td></tr>
8814+
<tr><td class="paramname">std::exception</td><td>if called post-finalize. </td></tr>
88158815
</table>
88168816
</dd>
88178817
</dl>

pydrake/pydrake.multibody.plant.html

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6848,21 +6848,15 @@
68486848
</dd>
68496849
<dt>Parameter <code class="docutils literal notranslate"><span class="pre">X_BG</span></code>:</dt><dd><p>The fixed pose of the geometry frame G in the body frame B.</p>
68506850
</dd>
6851-
<dt>Parameter <code class="docutils literal notranslate"><span class="pre">shape</span></code>:</dt><dd><p>The geometry::Shape used for visualization. E.g.:
6851+
<dt>Parameter <code class="docutils literal notranslate"><span class="pre">shape</span></code>:</dt><dd><p>The geometry::Shape used for collision and contact. E.g.:
68526852
geometry::Sphere, geometry::Cylinder, etc.</p>
68536853
</dd>
6854-
<dt>Parameter <code class="docutils literal notranslate"><span class="pre">properties</span></code>:</dt><dd><p>The proximity properties associated with the collision geometry.
6855-
They <em>must</em> include the (<code class="docutils literal notranslate"><span class="pre">material</span></code>, <cite>coulomb_friction</cite>)
6856-
property of type CoulombFriction&lt;double&gt;.</p>
6854+
<dt>Parameter <code class="docutils literal notranslate"><span class="pre">properties</span></code>:</dt><dd><p>The proximity properties associated with the collision geometry.</p>
68576855
</dd>
68586856
</dl>
68596857
<dl class="field-list simple">
68606858
<dt class="field-odd">Raises</dt>
6861-
<dd class="field-odd"><ul class="simple">
6862-
<li><p><strong>RuntimeError if called post-finalize</strong><strong> or </strong><strong>if the properties are</strong> – </p></li>
6863-
<li><p><strong>missing the coulomb friction property</strong><strong> (or </strong><strong>if it is of the wrong</strong> – </p></li>
6864-
<li><p><strong>type</strong><strong>)</strong><strong></strong> – </p></li>
6865-
</ul>
6859+
<dd class="field-odd"><p><strong>RuntimeError if called post-finalize.</strong> – </p>
68666860
</dd>
68676861
</dl>
68686862
<ol class="arabic simple" start="2">
@@ -12565,21 +12559,15 @@
1256512559
</dd>
1256612560
<dt>Parameter <code class="docutils literal notranslate"><span class="pre">X_BG</span></code>:</dt><dd><p>The fixed pose of the geometry frame G in the body frame B.</p>
1256712561
</dd>
12568-
<dt>Parameter <code class="docutils literal notranslate"><span class="pre">shape</span></code>:</dt><dd><p>The geometry::Shape used for visualization. E.g.:
12562+
<dt>Parameter <code class="docutils literal notranslate"><span class="pre">shape</span></code>:</dt><dd><p>The geometry::Shape used for collision and contact. E.g.:
1256912563
geometry::Sphere, geometry::Cylinder, etc.</p>
1257012564
</dd>
12571-
<dt>Parameter <code class="docutils literal notranslate"><span class="pre">properties</span></code>:</dt><dd><p>The proximity properties associated with the collision geometry.
12572-
They <em>must</em> include the (<code class="docutils literal notranslate"><span class="pre">material</span></code>, <cite>coulomb_friction</cite>)
12573-
property of type CoulombFriction&lt;double&gt;.</p>
12565+
<dt>Parameter <code class="docutils literal notranslate"><span class="pre">properties</span></code>:</dt><dd><p>The proximity properties associated with the collision geometry.</p>
1257412566
</dd>
1257512567
</dl>
1257612568
<dl class="field-list simple">
1257712569
<dt class="field-odd">Raises</dt>
12578-
<dd class="field-odd"><ul class="simple">
12579-
<li><p><strong>RuntimeError if called post-finalize</strong><strong> or </strong><strong>if the properties are</strong> – </p></li>
12580-
<li><p><strong>missing the coulomb friction property</strong><strong> (or </strong><strong>if it is of the wrong</strong> – </p></li>
12581-
<li><p><strong>type</strong><strong>)</strong><strong></strong> – </p></li>
12582-
</ul>
12570+
<dd class="field-odd"><p><strong>RuntimeError if called post-finalize.</strong> – </p>
1258312571
</dd>
1258412572
</dl>
1258512573
<ol class="arabic simple" start="2">
@@ -18276,21 +18264,15 @@
1827618264
</dd>
1827718265
<dt>Parameter <code class="docutils literal notranslate"><span class="pre">X_BG</span></code>:</dt><dd><p>The fixed pose of the geometry frame G in the body frame B.</p>
1827818266
</dd>
18279-
<dt>Parameter <code class="docutils literal notranslate"><span class="pre">shape</span></code>:</dt><dd><p>The geometry::Shape used for visualization. E.g.:
18267+
<dt>Parameter <code class="docutils literal notranslate"><span class="pre">shape</span></code>:</dt><dd><p>The geometry::Shape used for collision and contact. E.g.:
1828018268
geometry::Sphere, geometry::Cylinder, etc.</p>
1828118269
</dd>
18282-
<dt>Parameter <code class="docutils literal notranslate"><span class="pre">properties</span></code>:</dt><dd><p>The proximity properties associated with the collision geometry.
18283-
They <em>must</em> include the (<code class="docutils literal notranslate"><span class="pre">material</span></code>, <cite>coulomb_friction</cite>)
18284-
property of type CoulombFriction&lt;double&gt;.</p>
18270+
<dt>Parameter <code class="docutils literal notranslate"><span class="pre">properties</span></code>:</dt><dd><p>The proximity properties associated with the collision geometry.</p>
1828518271
</dd>
1828618272
</dl>
1828718273
<dl class="field-list simple">
1828818274
<dt class="field-odd">Raises</dt>
18289-
<dd class="field-odd"><ul class="simple">
18290-
<li><p><strong>RuntimeError if called post-finalize</strong><strong> or </strong><strong>if the properties are</strong> – </p></li>
18291-
<li><p><strong>missing the coulomb friction property</strong><strong> (or </strong><strong>if it is of the wrong</strong> – </p></li>
18292-
<li><p><strong>type</strong><strong>)</strong><strong></strong> – </p></li>
18293-
</ul>
18275+
<dd class="field-odd"><p><strong>RuntimeError if called post-finalize.</strong> – </p>
1829418276
</dd>
1829518277
</dl>
1829618278
<ol class="arabic simple" start="2">

0 commit comments

Comments
 (0)