Skip to content

Commit 35ae006

Browse files
1 parent ad3c0fe commit 35ae006

File tree

160 files changed

+7617
-6881
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+7617
-6881
lines changed

doxygen_cxx/annotated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@
650650
<tr id="row_0_11_7_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdrake_1_1planning_1_1_distance_and_interpolation_provider.html" target="_self">DistanceAndInterpolationProvider</a></td><td class="desc">This class represents the base interface for performing configuration distance and interpolation operations, used by <a class="el" href="classdrake_1_1planning_1_1_collision_checker.html" title="Interface for collision checkers to use.">CollisionChecker</a> </td></tr>
651651
<tr id="row_0_11_8_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdrake_1_1planning_1_1_edge_measure.html" target="_self">EdgeMeasure</a></td><td class="desc">The measure of the distance of the edge from q1 to q2 and the portion of that is collision free </td></tr>
652652
<tr id="row_0_11_9_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structdrake_1_1planning_1_1_iris_from_clique_cover_options.html" target="_self">IrisFromCliqueCoverOptions</a></td><td class="desc"></td></tr>
653-
<tr id="row_0_11_10_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structdrake_1_1planning_1_1_iris_zo_options.html" target="_self">IrisZoOptions</a></td><td class="desc"><a class="el" href="structdrake_1_1planning_1_1_iris_zo_options.html" title="IrisZoOptions collects all parameters for the IRIS-ZO algorithm.">IrisZoOptions</a> collects all parameters for the IRIS-ZO algorithm </td></tr>
653+
<tr id="row_0_11_10_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdrake_1_1planning_1_1_iris_zo_options.html" target="_self">IrisZoOptions</a></td><td class="desc"><a class="el" href="classdrake_1_1planning_1_1_iris_zo_options.html" title="IrisZoOptions collects all parameters for the IRIS-ZO algorithm.">IrisZoOptions</a> collects all parameters for the IRIS-ZO algorithm </td></tr>
654654
<tr id="row_0_11_11_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdrake_1_1planning_1_1_linear_distance_and_interpolation_provider.html" target="_self">LinearDistanceAndInterpolationProvider</a></td><td class="desc">This class represents a basic "linear" implementation of <a class="el" href="classdrake_1_1planning_1_1_distance_and_interpolation_provider.html" title="This class represents the base interface for performing configuration distance and interpolation oper...">DistanceAndInterpolationProvider</a> </td></tr>
655655
<tr id="row_0_11_12_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdrake_1_1planning_1_1_robot_clearance.html" target="_self">RobotClearance</a></td><td class="desc">A summary of the clearance &ndash; a collection of distance measurements &ndash; between the robot and everything in the world </td></tr>
656656
<tr id="row_0_11_13_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdrake_1_1planning_1_1_robot_diagram.html" target="_self">RobotDiagram</a></td><td class="desc">Storage for a combined diagram, plant, and scene graph </td></tr>

doxygen_cxx/classdrake_1_1multibody_1_1_multibody_plant.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9645,7 +9645,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#aa293696b845c071deb902d3e
96459645
<p>Sets the default positions for the plant. </p>
96469646
<p>Calls to CreateDefaultContext or SetDefaultContext/SetDefaultState will return a Context populated with these position values. They have no other effects on the dynamics of the system. </p><dl class="exception"><dt>Exceptions</dt><dd>
96479647
<table class="exception">
9648-
<tr><td class="paramname">std::exception</td><td>if the plant is not finalized or if q is not of size <a class="el" href="classdrake_1_1multibody_1_1_multibody_plant.html#aba2887f0ca1fbbdfb49cf6b0ee21e553" title="Returns the size of the generalized position vector q for this model.">num_positions()</a>. </td></tr>
9648+
<tr><td class="paramname">std::exception</td><td>if the plant is not finalized, if q is not of size <a class="el" href="classdrake_1_1multibody_1_1_multibody_plant.html#aba2887f0ca1fbbdfb49cf6b0ee21e553" title="Returns the size of the generalized position vector q for this model.">num_positions()</a>, or <code>q</code> contains non-finite values. </td></tr>
96499649
</table>
96509650
</dd>
96519651
</dl>
@@ -9681,7 +9681,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a71998d3f5e8bc65b742c0323
96819681
<p>Sets the default positions for the model instance. </p>
96829682
<p>Calls to CreateDefaultContext or SetDefaultContext/SetDefaultState will return a Context populated with these position values. They have no other effects on the dynamics of the system. </p><dl class="exception"><dt>Exceptions</dt><dd>
96839683
<table class="exception">
9684-
<tr><td class="paramname">std::exception</td><td>if the plant is not finalized, if the model_instance is invalid, or if the length of <code>q_instance</code> is not equal to <code>num_positions(model_instance)</code>. </td></tr>
9684+
<tr><td class="paramname">std::exception</td><td>if the plant is not finalized, if the model_instance is invalid, if the length of <code>q_instance</code> is not equal to <code>num_positions(model_instance)</code>, or if <code>q_instance</code> contains non-finite values. </td></tr>
96859685
</table>
96869686
</dd>
96879687
</dl>
@@ -10255,7 +10255,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a22bbb4e44e611ba49f34a3fe
1025510255
<p>Sets the generalized positions q in a given Context from a given vector. </p>
1025610256
<p>Prefer this method over GetMutablePositions(). </p><dl class="exception"><dt>Exceptions</dt><dd>
1025710257
<table class="exception">
10258-
<tr><td class="paramname">std::exception</td><td>if <code>context</code> is nullptr, if <code>context</code> does not correspond to the Context for a multibody model, or if the length of <code>q</code> is not equal to <code><a class="el" href="classdrake_1_1multibody_1_1_multibody_plant.html#aba2887f0ca1fbbdfb49cf6b0ee21e553" title="Returns the size of the generalized position vector q for this model.">num_positions()</a></code>. </td></tr>
10258+
<tr><td class="paramname">std::exception</td><td>if <code>context</code> is nullptr, if <code>context</code> does not correspond to the Context for a multibody model, if the length of <code>q</code> is not equal to <code><a class="el" href="classdrake_1_1multibody_1_1_multibody_plant.html#aba2887f0ca1fbbdfb49cf6b0ee21e553" title="Returns the size of the generalized position vector q for this model.">num_positions()</a></code>, or if <code>q</code> contains non-finite values. </td></tr>
1025910259
</table>
1026010260
</dd>
1026110261
</dl>
@@ -10297,7 +10297,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a380af7d64144bad51618f3a7
1029710297
<p>Sets the generalized positions q for a particular model instance in a given Context from a given vector. </p>
1029810298
<dl class="exception"><dt>Exceptions</dt><dd>
1029910299
<table class="exception">
10300-
<tr><td class="paramname">std::exception</td><td>if the <code>context</code> is nullptr, if <code>context</code> does not correspond to the Context for a multibody model, if the model instance index is invalid, or if the length of <code>q_instance</code> is not equal to <code>num_positions(model_instance)</code>. </td></tr>
10300+
<tr><td class="paramname">std::exception</td><td>if the <code>context</code> is nullptr, if <code>context</code> does not correspond to the Context for a multibody model, if the model instance index is invalid, if the length of <code>q_instance</code> is not equal to <code>num_positions(model_instance)</code>, or if <code>q_instance</code> contains non-finite values. </td></tr>
1030110301
</table>
1030210302
</dd>
1030310303
</dl>
@@ -10346,7 +10346,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ad80034d8fb4f8b696ff866fb
1034610346
<dl class="section note"><dt>Note</dt><dd>No cache invalidation occurs. </dd></dl>
1034710347
<dl class="exception"><dt>Exceptions</dt><dd>
1034810348
<table class="exception">
10349-
<tr><td class="paramname">std::exception</td><td>if the <code>context</code> is nullptr, if <code>context</code> does not correspond to the Context for a multibody model, if the model instance index is invalid, or if the length of <code>q_instance</code> is not equal to <code>num_positions(model_instance)</code>. </td></tr>
10349+
<tr><td class="paramname">std::exception</td><td>if the <code>context</code> is nullptr, if <code>context</code> does not correspond to the Context for a multibody model, if the model instance index is invalid, if the length of <code>q_instance</code> is not equal to <code>num_positions(model_instance)</code>, or if <code>q_instance</code> contains non-finite values. </td></tr>
1035010350
</table>
1035110351
</dd>
1035210352
</dl>
@@ -10383,7 +10383,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a59632f8b0fea85f03831920e
1038310383
<p>Sets generalized positions q and generalized velocities v in a given Context from a given vector [q; v]. </p>
1038410384
<p>Prefer this method over GetMutablePositionsAndVelocities(). </p><dl class="exception"><dt>Exceptions</dt><dd>
1038510385
<table class="exception">
10386-
<tr><td class="paramname">std::exception</td><td>if <code>context</code> is nullptr, if <code>context</code> does not correspond to the context for a multibody model, or if the length of <code>q_v</code> is not equal to <code><a class="el" href="classdrake_1_1multibody_1_1_multibody_plant.html#aba2887f0ca1fbbdfb49cf6b0ee21e553" title="Returns the size of the generalized position vector q for this model.">num_positions()</a> + <a class="el" href="classdrake_1_1multibody_1_1_multibody_plant.html#ae0163ac0976659d811e3337647ff0313" title="Returns the size of the generalized velocity vector v for this model.">num_velocities()</a></code>. </td></tr>
10386+
<tr><td class="paramname">std::exception</td><td>if <code>context</code> is nullptr, if <code>context</code> does not correspond to the context for a multibody model, if the length of <code>q_v</code> is not equal to <code><a class="el" href="classdrake_1_1multibody_1_1_multibody_plant.html#aba2887f0ca1fbbdfb49cf6b0ee21e553" title="Returns the size of the generalized position vector q for this model.">num_positions()</a> + <a class="el" href="classdrake_1_1multibody_1_1_multibody_plant.html#ae0163ac0976659d811e3337647ff0313" title="Returns the size of the generalized velocity vector v for this model.">num_velocities()</a></code>, or if <code>q_v</code> contains non-finite values. </td></tr>
1038710387
</table>
1038810388
</dd>
1038910389
</dl>
@@ -10425,7 +10425,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ae1a5ba0d4ca5ccf7d75b9871
1042510425
<p>Sets generalized positions q and generalized velocities v from a given vector [q; v] for a specified model instance in a given Context. </p>
1042610426
<dl class="exception"><dt>Exceptions</dt><dd>
1042710427
<table class="exception">
10428-
<tr><td class="paramname">std::exception</td><td>if <code>context</code> is nullptr, if <code>context</code> does not correspond to the Context for a multibody model, if the model instance index is invalid, or if the length of <code>q_v</code> is not equal to <code>num_positions(model_instance) + num_velocities(model_instance)</code>. </td></tr>
10428+
<tr><td class="paramname">std::exception</td><td>if <code>context</code> is nullptr, if <code>context</code> does not correspond to the Context for a multibody model, if the model instance index is invalid, if the length of <code>q_v</code> is not equal to <code>num_positions(model_instance) + num_velocities(model_instance)</code>, or if <code>q_v</code> contains non-finite values. </td></tr>
1042910429
</table>
1043010430
</dd>
1043110431
</dl>
@@ -10571,7 +10571,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a3738c9f371d7c4104dfdbd89
1057110571
<p>Sets the generalized velocities v in a given Context from a given vector. </p>
1057210572
<p>Prefer this method over GetMutableVelocities(). </p><dl class="exception"><dt>Exceptions</dt><dd>
1057310573
<table class="exception">
10574-
<tr><td class="paramname">std::exception</td><td>if the <code>context</code> is nullptr, if the context does not correspond to the context for a multibody model, or if the length of <code>v</code> is not equal to <code><a class="el" href="classdrake_1_1multibody_1_1_multibody_plant.html#ae0163ac0976659d811e3337647ff0313" title="Returns the size of the generalized velocity vector v for this model.">num_velocities()</a></code>. </td></tr>
10574+
<tr><td class="paramname">std::exception</td><td>if the <code>context</code> is nullptr, if the context does not correspond to the context for a multibody model, if the length of <code>v</code> is not equal to <code><a class="el" href="classdrake_1_1multibody_1_1_multibody_plant.html#ae0163ac0976659d811e3337647ff0313" title="Returns the size of the generalized velocity vector v for this model.">num_velocities()</a></code>, or if <code>v</code> contains non-finite values. </td></tr>
1057510575
</table>
1057610576
</dd>
1057710577
</dl>
@@ -10613,7 +10613,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a65766d208b7d5aee43dd7bfa
1061310613
<p>Sets the generalized velocities v for a particular model instance in a given Context from a given vector. </p>
1061410614
<dl class="exception"><dt>Exceptions</dt><dd>
1061510615
<table class="exception">
10616-
<tr><td class="paramname">std::exception</td><td>if the <code>context</code> is nullptr, if <code>context</code> does not correspond to the Context for a multibody model, if the model instance index is invalid, or if the length of <code>v_instance</code> is not equal to <code>num_velocities(model_instance)</code>. </td></tr>
10616+
<tr><td class="paramname">std::exception</td><td>if the <code>context</code> is nullptr, if <code>context</code> does not correspond to the Context for a multibody model, if the model instance index is invalid, if the length of <code>v_instance</code> is not equal to <code>num_velocities(model_instance)</code>, or if <code>v_instance</code> contains non-finite values. </td></tr>
1061710617
</table>
1061810618
</dd>
1061910619
</dl>
@@ -10662,7 +10662,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ae6b46b7aff60e342f7a9df1f
1066210662
<dl class="section note"><dt>Note</dt><dd>No cache invalidation occurs. </dd></dl>
1066310663
<dl class="exception"><dt>Exceptions</dt><dd>
1066410664
<table class="exception">
10665-
<tr><td class="paramname">std::exception</td><td>if the <code>context</code> is nullptr, if <code>context</code> does not correspond to the Context for a multibody model, if the model instance index is invalid, or if the length of <code>v_instance</code> is not equal to <code>num_velocities(model_instance)</code>. </td></tr>
10665+
<tr><td class="paramname">std::exception</td><td>if the <code>context</code> is nullptr, if <code>context</code> does not correspond to the Context for a multibody model, if the model instance index is invalid, if the length of <code>v_instance</code> is not equal to <code>num_velocities(model_instance)</code>, or if <code>v_instance</code> contains non-finite values. </td></tr>
1066610666
</table>
1066710667
</dd>
1066810668
</dl>
@@ -10703,7 +10703,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a60e9928aa7802359eaddab6e
1070310703
</div><div class="memdoc">
1070410704

1070510705
<p>Sets the vector of generalized velocities for <code>model_instance</code> in <code>v</code> using <code>v_instance</code>, leaving all other elements in the array untouched. </p>
10706-
<p>This method throws an exception if <code>v</code> is not of size <a class="el" href="classdrake_1_1multibody_1_1_multibody_plant.html#ae0163ac0976659d811e3337647ff0313" title="Returns the size of the generalized velocity vector v for this model.">MultibodyPlant::num_velocities()</a> or <code>v_instance</code> is not of size <code>MultibodyPlant::num_positions(model_instance)</code>. </p>
10706+
<p>This method throws an exception if <code>v</code> is not of size <a class="el" href="classdrake_1_1multibody_1_1_multibody_plant.html#ae0163ac0976659d811e3337647ff0313" title="Returns the size of the generalized velocity vector v for this model.">MultibodyPlant::num_velocities()</a>, <code>v_instance</code> is not of size <code>MultibodyPlant::num_positions(model_instance)</code>, or <code>v_instance</code> contains non-finite values. </p>
1070710707

1070810708
</div>
1070910709
</div>

0 commit comments

Comments
 (0)