You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doxygen_cxx/annotated.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -650,7 +650,7 @@
650
650
<trid="row_0_11_7_" style="display:none;"><tdclass="entry"><spanstyle="width:48px;display:inline-block;"> </span><spanclass="icona"><spanclass="icon">C</span></span><aclass="el" href="classdrake_1_1planning_1_1_distance_and_interpolation_provider.html" target="_self">DistanceAndInterpolationProvider</a></td><tdclass="desc">This class represents the base interface for performing configuration distance and interpolation operations, used by <aclass="el" href="classdrake_1_1planning_1_1_collision_checker.html" title="Interface for collision checkers to use.">CollisionChecker</a></td></tr>
651
651
<trid="row_0_11_8_" style="display:none;"><tdclass="entry"><spanstyle="width:48px;display:inline-block;"> </span><spanclass="icona"><spanclass="icon">C</span></span><aclass="el" href="classdrake_1_1planning_1_1_edge_measure.html" target="_self">EdgeMeasure</a></td><tdclass="desc">The measure of the distance of the edge from q1 to q2 and the portion of that is collision free </td></tr>
<trid="row_0_11_10_" style="display:none;"><tdclass="entry"><spanstyle="width:48px;display:inline-block;"> </span><spanclass="icona"><spanclass="icon">C</span></span><aclass="el" href="structdrake_1_1planning_1_1_iris_zo_options.html" target="_self">IrisZoOptions</a></td><tdclass="desc"><aclass="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
+
<trid="row_0_11_10_" style="display:none;"><tdclass="entry"><spanstyle="width:48px;display:inline-block;"> </span><spanclass="icona"><spanclass="icon">C</span></span><aclass="el" href="classdrake_1_1planning_1_1_iris_zo_options.html" target="_self">IrisZoOptions</a></td><tdclass="desc"><aclass="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>
654
654
<trid="row_0_11_11_" style="display:none;"><tdclass="entry"><spanstyle="width:48px;display:inline-block;"> </span><spanclass="icona"><spanclass="icon">C</span></span><aclass="el" href="classdrake_1_1planning_1_1_linear_distance_and_interpolation_provider.html" target="_self">LinearDistanceAndInterpolationProvider</a></td><tdclass="desc">This class represents a basic "linear" implementation of <aclass="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>
655
655
<trid="row_0_11_12_" style="display:none;"><tdclass="entry"><spanstyle="width:48px;display:inline-block;"> </span><spanclass="icona"><spanclass="icon">C</span></span><aclass="el" href="classdrake_1_1planning_1_1_robot_clearance.html" target="_self">RobotClearance</a></td><tdclass="desc">A summary of the clearance – a collection of distance measurements – between the robot and everything in the world </td></tr>
656
656
<trid="row_0_11_13_" style="display:none;"><tdclass="entry"><spanstyle="width:48px;display:inline-block;"> </span><spanclass="icona"><spanclass="icon">C</span></span><aclass="el" href="classdrake_1_1planning_1_1_robot_diagram.html" target="_self">RobotDiagram</a></td><tdclass="desc">Storage for a combined diagram, plant, and scene graph </td></tr>
<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>
9647
9647
<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>
<p>Sets the default positions for the model instance. </p>
9682
9682
<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>
9683
9683
<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>
<p>Sets the generalized positions q in a given Context from a given vector. </p>
10256
10256
<p>Prefer this method over GetMutablePositions(). </p><dl class="exception"><dt>Exceptions</dt><dd>
10257
10257
<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>
<p>Sets the generalized positions q for a particular model instance in a given Context from a given vector. </p>
10298
10298
<dl class="exception"><dt>Exceptions</dt><dd>
10299
10299
<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>
<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>
<p>Sets generalized positions q and generalized velocities v in a given Context from a given vector [q; v]. </p>
10384
10384
<p>Prefer this method over GetMutablePositionsAndVelocities(). </p><dl class="exception"><dt>Exceptions</dt><dd>
10385
10385
<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>
<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>
10426
10426
<dl class="exception"><dt>Exceptions</dt><dd>
10427
10427
<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>
<p>Sets the generalized velocities v in a given Context from a given vector. </p>
10572
10572
<p>Prefer this method over GetMutableVelocities(). </p><dl class="exception"><dt>Exceptions</dt><dd>
10573
10573
<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>
<p>Sets the generalized velocities v for a particular model instance in a given Context from a given vector. </p>
10614
10614
<dl class="exception"><dt>Exceptions</dt><dd>
10615
10615
<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>
<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>
<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>
0 commit comments