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
<trclass="even"><tdclass="entry"><aclass="el" href="classdrake_1_1systems_1_1_system.html#a66e1d9af27119011a497b78df6907b1a">ke_ticket</a>()</td><tdclass="entry"><aclass="el" href="classdrake_1_1systems_1_1_system.html">System< T ></a></td><tdclass="entry"><spanclass="mlabel">static</span></td></tr>
<trclass="even"><tdclass="entry"><aclass="el" href="classdrake_1_1systems_1_1_system.html#a1291b5091aa55dbd03c9b5944dbced09">kinematics_ticket</a>()</td><tdclass="entry"><aclass="el" href="classdrake_1_1systems_1_1_system.html">System< T ></a></td><tdclass="entry"><spanclass="mlabel">static</span></td></tr>
Copy file name to clipboardExpand all lines: doxygen_cxx/classdrake_1_1multibody_1_1meshcat_1_1_joint_sliders.html
+12-13Lines changed: 12 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,6 @@
182
182
</td></tr>
183
183
</table>
184
184
<p>The output port is of size <code>plant.num_positions()</code>, and the order of its elements matches <code>plant.GetPositions()</code>.</p>
185
-
<p>Only positions associated with joints get sliders. All other positions are fixed at nominal values.</p>
186
185
<p>Beware that the output port of this system always provides the sliders' current values, even if evaluated by multiple different downstream input ports during a single computation. If you need to have a synchronized view of the slider data, place a <aclass="el" href="classdrake_1_1systems_1_1_zero_order_hold.html" title="A zero order hold block with input u, which may be vector-valued (discrete or continuous) or abstract...">systems::ZeroOrderHold</a> system between the sliders and downstream calculations.</p>
<trclass="memdesc:a86ebb1951c6fc9e753c7452c13f6dade"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Creates a meshcat slider for each joint in the given plant. <ahref="#a86ebb1951c6fc9e753c7452c13f6dade">More...</a><br/></td></tr>
<trclass="memdesc:a8d06bab24040ad6f5b74cea2cfc62817"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Creates a meshcat slider for each joint in the given plant. <ahref="#a8d06bab24040ad6f5b74cea2cfc62817">More...</a><br/></td></tr>
<trclass="memdesc:ac2e5aab0612d67400354a4fe71278a21"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Removes our sliders from the associated meshcat instance. <ahref="#ac2e5aab0612d67400354a4fe71278a21">More...</a><br/></td></tr>
<trclass="memdesc:a1039b0af2a065af9a3cd392e774e0c19"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Publishes the given Diagram (typically, to cause it to be visualized) whenever our sliders' values change. <ahref="#a1039b0af2a065af9a3cd392e774e0c19">More...</a><br/></td></tr>
<trclass="memdesc:abf0ba4dc73d12957c13ae22e2a2ef939"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Sets all robot positions (corresponding to joint positions and potentially positions not associated with any joint) to the values in <code>q</code>. <ahref="#abf0ba4dc73d12957c13ae22e2a2ef939">More...</a><br/></td></tr>
210
+
<trclass="memdesc:abf0ba4dc73d12957c13ae22e2a2ef939"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Sets our meshcat sliders to the values in <code>q</code>. <ahref="#abf0ba4dc73d12957c13ae22e2a2ef939">More...</a><br/></td></tr>
<p>Sets all robot positions (corresponding to joint positions and potentially positions not associated with any joint) to the values in <code>q</code>. </p>
1576
-
<p>The meshcat sliders associated with any joint positions described by <code>q</code> will have their value updated. Additionally, the "initial state" vector of positions tracked by this instance will be updated to the values in <code>q</code>. This "initial state" vector update will persist even if sliders are removed (e.g., via Delete).</p>
1574
+
<p>Sets our meshcat sliders to the values in <code>q</code>. </p>
1575
+
<p>Additionally, the "initial state" vector of positions tracked by this instance will be updated to the values in <code>q</code>. This "initial state" vector update will persist even if sliders are removed (e.g., via Delete).</p>
1577
1576
<dlclass="params"><dt>Parameters</dt><dd>
1578
1577
<tableclass="params">
1579
1578
<tr><tdclass="paramname">q</td><td>A vector whose length is equal to the associated <aclass="el" href="classdrake_1_1multibody_1_1_multibody_plant.html#aba2887f0ca1fbbdfb49cf6b0ee21e553" title="Returns the size of the generalized position vector q for this model.">MultibodyPlant::num_positions()</a>. </td></tr>
0 commit comments