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
bazel run //tools/lint:clang-format -- -i -style=file [file name]
206
210
</code></pre></div></div>
207
211
208
-
<p>Using <codeclass="language-plaintext highlighter-rouge">clang-format</code> will modify the entire file that is specified. As an
209
-
alternative, you can use <codeclass="language-plaintext highlighter-rouge">git clang-format</code> on Ubuntu to change only the
210
-
portions of a file that you have modified. To run <codeclass="language-plaintext highlighter-rouge">git clang-format</code>:</p>
211
-
212
-
<divclass="language-plaintext highlighter-rouge"><divclass="highlight"><preclass="highlight"><code># Make sure the clang-format program exists at the path we want to use.
213
-
bazel build //tools/lint/...
214
-
215
-
# For development on Ubuntu: format a file that has been staged in git
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
@@ -528,7 +528,7 @@
528
528
<tr id="row_0_9_27_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdrake_1_1multibody_1_1_deformable_model.html" target="_self">DeformableModel</a></td><td class="desc"><a class="el" href="classdrake_1_1multibody_1_1_deformable_model.html" title="DeformableModel implements the interface in PhysicalModel and provides the functionalities to specify...">DeformableModel</a> implements the interface in <a class="el" href="classdrake_1_1multibody_1_1_physical_model.html" title="(Internal) PhysicalModel provides the functionalities to extend the type of physical model of Multibo...">PhysicalModel</a> and provides the functionalities to specify deformable bodies </td></tr>
<tr id="row_0_9_30_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdrake_1_1multibody_1_1_differential_inverse_kinematics_parameters.html" target="_self">DifferentialInverseKinematicsParameters</a></td><td class="desc">Contains parameters for the family of differential inverse kinematics function overloads below, each named <a class="el" href="group__planning__kinematics.html#ga2f16257d707e2329789beaf507b75b2d" title="Computes a generalized velocity v_next, via the following MathematicalProgram:">DoDifferentialInverseKinematics()</a> </td></tr>
<tr id="row_0_9_32_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_9_32_" class="arrow" onclick="toggleFolder('0_9_32_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdrake_1_1multibody_1_1_differential_inverse_kinematics_system.html" target="_self">DifferentialInverseKinematicsSystem</a></td><td class="desc">The DifferentialInverseKinematicsSystem takes as input desired cartesian poses (or cartesian velocities) for an arbitrary number of "goal" frames on the robot, and produces a generalized velocity command as output to move the goal frames toward the desired state </td></tr>
534
534
<tr id="row_0_9_32_0_" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structdrake_1_1multibody_1_1_differential_inverse_kinematics_system_1_1_callback_details.html" target="_self">CallbackDetails</a></td><td class="desc">(Internal use only) A group of common arguments relevant to multiple different costs and constraints within the <a class="el" href="classdrake_1_1multibody_1_1_differential_inverse_kinematics_system.html" title="The DifferentialInverseKinematicsSystem takes as input desired cartesian poses (or cartesian velociti...">DifferentialInverseKinematicsSystem</a> program formulation </td></tr>
<divclass="textblock"><p>Contains parameters for differential inverse kinematics. </p>
169
+
<divclass="textblock"><p>Contains parameters for the family of differential inverse kinematics function overloads below, each named <aclass="el" href="group__planning__kinematics.html#ga2f16257d707e2329789beaf507b75b2d" title="Computes a generalized velocity v_next, via the following MathematicalProgram:">DoDifferentialInverseKinematics()</a>. </p>
<trclass="memdesc:"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Contains parameters for differential inverse kinematics. <ahref="classdrake_1_1multibody_1_1_differential_inverse_kinematics_parameters.html#details">More...</a><br/></td></tr>
204
+
<trclass="memdesc:"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Contains parameters for the family of differential inverse kinematics function overloads below, each named <aclass="el" href="group__planning__kinematics.html#ga2f16257d707e2329789beaf507b75b2d" title="Computes a generalized velocity v_next, via the following MathematicalProgram:">DoDifferentialInverseKinematics()</a>. <ahref="classdrake_1_1multibody_1_1_differential_inverse_kinematics_parameters.html#details">More...</a><br/></td></tr>
<dlclass="section return"><dt>Returns</dt><dd>If the solver successfully finds a solution, joint_velocities will be set to v, otherwise it will be nullopt. </dd></dl>
281
+
<dlclass="section return"><dt>Returns</dt><dd>If the solver successfully finds a solution, joint_velocities will be set to v, otherwise it will be nullopt.</dd></dl>
282
+
<dlclass="section note"><dt>Note</dt><dd>There is a newer framework-based formulation for differential inverse kinematics: <aclass="el" href="classdrake_1_1multibody_1_1_differential_inverse_kinematics_system.html" title="The DifferentialInverseKinematicsSystem takes as input desired cartesian poses (or cartesian velociti...">DifferentialInverseKinematicsSystem</a>. This implementation has been shown to be more effective for real-world robots. Furthermore, its architecture is more flexible, allowing for more customization of the cost and constraint functions. </dd></dl>
<dlclass="section return"><dt>Returns</dt><dd>If the solver successfully finds a solution, joint_velocities will be set to v, otherwise it will be nullopt. </dd></dl>
341
+
<dlclass="section return"><dt>Returns</dt><dd>If the solver successfully finds a solution, joint_velocities will be set to v, otherwise it will be nullopt.</dd></dl>
342
+
<dlclass="section note"><dt>Note</dt><dd>There is a newer framework-based formulation for differential inverse kinematics: <aclass="el" href="classdrake_1_1multibody_1_1_differential_inverse_kinematics_system.html" title="The DifferentialInverseKinematicsSystem takes as input desired cartesian poses (or cartesian velociti...">DifferentialInverseKinematicsSystem</a>. This implementation has been shown to be more effective for real-world robots. Furthermore, its architecture is more flexible, allowing for more customization of the cost and constraint functions. </dd></dl>
<dlclass="section return"><dt>Returns</dt><dd>If the solver successfully finds a solution, joint_velocities will be set to v, otherwise it will be nullopt. </dd></dl>
408
+
<dlclass="section return"><dt>Returns</dt><dd>If the solver successfully finds a solution, joint_velocities will be set to v, otherwise it will be nullopt.</dd></dl>
409
+
<dlclass="section note"><dt>Note</dt><dd>There is a newer framework-based formulation for differential inverse kinematics: <aclass="el" href="classdrake_1_1multibody_1_1_differential_inverse_kinematics_system.html" title="The DifferentialInverseKinematicsSystem takes as input desired cartesian poses (or cartesian velociti...">DifferentialInverseKinematicsSystem</a>. This implementation has been shown to be more effective for real-world robots. Furthermore, its architecture is more flexible, allowing for more customization of the cost and constraint functions. </dd></dl>
<dlclass="section return"><dt>Returns</dt><dd>If the solver successfully finds a solution, joint_velocities will be set to v, otherwise it will be nullopt. </dd></dl>
468
+
<dlclass="section return"><dt>Returns</dt><dd>If the solver successfully finds a solution, joint_velocities will be set to v, otherwise it will be nullopt.</dd></dl>
469
+
<dlclass="section note"><dt>Note</dt><dd>There is a newer framework-based formulation for differential inverse kinematics: <aclass="el" href="classdrake_1_1multibody_1_1_differential_inverse_kinematics_system.html" title="The DifferentialInverseKinematicsSystem takes as input desired cartesian poses (or cartesian velociti...">DifferentialInverseKinematicsSystem</a>. This implementation has been shown to be more effective for real-world robots. Furthermore, its architecture is more flexible, allowing for more customization of the cost and constraint functions. </dd></dl>
<dlclass="section return"><dt>Returns</dt><dd>If the solver successfully finds a solution, joint_velocities will be set to v, otherwise it will be nullopt. </dd></dl>
535
+
<dlclass="section return"><dt>Returns</dt><dd>If the solver successfully finds a solution, joint_velocities will be set to v, otherwise it will be nullopt.</dd></dl>
536
+
<dlclass="section note"><dt>Note</dt><dd>There is a newer framework-based formulation for differential inverse kinematics: <aclass="el" href="classdrake_1_1multibody_1_1_differential_inverse_kinematics_system.html" title="The DifferentialInverseKinematicsSystem takes as input desired cartesian poses (or cartesian velociti...">DifferentialInverseKinematicsSystem</a>. This implementation has been shown to be more effective for real-world robots. Furthermore, its architecture is more flexible, allowing for more customization of the cost and constraint functions. </dd></dl>
0 commit comments