Skip to content

Commit 10107ac

Browse files
1 parent b8b5836 commit 10107ac

22 files changed

Lines changed: 307 additions & 93 deletions

bazel.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ <h2 id="kcov">kcov</h2>
475475
<p>For each test program, individual coverage reports are written to per-target
476476
directories. Use the <code class="language-plaintext highlighter-rouge">kcov_tool</code> to merge coverage data into a new directory:</p>
477477

478-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>tools/dynamic_analysis/kcov_tool merge [OUTPUT-DIR]
478+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>tools/kcov/kcov_tool merge [OUTPUT-DIR]
479479
</code></pre></div></div>
480480

481481
<p>To view the merged data, browse to <code class="language-plaintext highlighter-rouge">index.html</code> in the OUTPUT-DIR.</p>
@@ -485,7 +485,7 @@ <h2 id="kcov">kcov</h2>
485485
data would be scattered within the directory tree linked as
486486
<code class="language-plaintext highlighter-rouge">bazel-testlogs</code>. To clear out old data, use <code class="language-plaintext highlighter-rouge">kcov_tool clean</code>:</p>
487487

488-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>tools/dynamic_analysis/kcov_tool clean
488+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>tools/kcov/kcov_tool clean
489489
</code></pre></div></div>
490490

491491
<h3 id="drake-bazel-rules-and-kcov">Drake bazel rules and kcov</h3>

doxygen_cxx/classdrake_1_1math_1_1_rigid_transform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a25d3e276d5e4e1fad9742148
23982398
</div><div class="memdoc">
23992399

24002400
<p>Stream insertion operator to write an instance of <a class="el" href="classdrake_1_1math_1_1_rigid_transform.html" title="This class represents a proper rigid transform between two frames which can be regarded in two ways.">RigidTransform</a> into a <span class="tt">std::ostream</span>. </p>
2401-
<p>Especially useful for debugging. (Deprecated.) </p><dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000023">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
2401+
<p>Especially useful for debugging. (Deprecated.) </p><dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000024">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
24022402
This will be removed from Drake on or after 2026-07-01. </dd></dl>
24032403

24042404
</div>

doxygen_cxx/classdrake_1_1math_1_1_roll_pitch_yaw.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#acc4f1cfde399c340eb155031
15111511
</div><div class="memdoc">
15121512

15131513
<p>Stream insertion operator to write an instance of <a class="el" href="classdrake_1_1math_1_1_roll_pitch_yaw.html" title="This class represents the orientation between two arbitrary frames A and D associated with a Space-fi...">RollPitchYaw</a> into a <span class="tt">std::ostream</span>. </p>
1514-
<p>Especially useful for debugging.(Deprecated.) </p><dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000024">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
1514+
<p>Especially useful for debugging.(Deprecated.) </p><dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000023">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
15151515
This will be removed from Drake on or after 2026-07-01. </dd></dl>
15161516

15171517
</div>

doxygen_cxx/deprecated.html

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.

doxygen_cxx/doxygen.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2068,7 +2068,7 @@ details[open]>summary::before {
20682068

20692069

20702070
html {
2071-
--timestamp: 'Mon Apr 20 2026 07:57:14';
2071+
--timestamp: 'Tue Apr 21 2026 07:55:52';
20722072
}
20732073
span.timestamp { content: ' '; }
20742074
span.timestamp:before { content: var(--timestamp); }

doxygen_cxx/namespacedrake.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3177,7 +3177,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a8db300eaec345b10d2e808b9
31773177
</div><div class="memdoc">
31783178

31793179
<p>(Deprecated.) </p>
3180-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000016">Deprecated</a></b></dt><dd>Wrap Eigen objects M with fmt_eigen() to format Eigen data into fmt strings e.g., fmt::to_string(fmt_eigen(M)), fmt::format(\M = {}\, fmt_eigen(M)). You'll need to #include \drake/common/fmt_eigen.h\ to access that function. Refer to GitHub issue #17742 for more information. <br />
3180+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000017">Deprecated</a></b></dt><dd>Wrap Eigen objects M with fmt_eigen() to format Eigen data into fmt strings e.g., fmt::to_string(fmt_eigen(M)), fmt::format(\M = {}\, fmt_eigen(M)). You'll need to #include \drake/common/fmt_eigen.h\ to access that function. Refer to GitHub issue #17742 for more information. <br />
31813181
This will be removed from Drake on or after 2026-07-01. </dd></dl>
31823182

31833183
</div>
@@ -3204,7 +3204,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a6349afb82c0796366e318e99
32043204
</div><div class="memdoc">
32053205

32063206
<p>(Deprecated.) </p>
3207-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000015">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
3207+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000016">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
32083208
This will be removed from Drake on or after 2026-07-01. </dd></dl>
32093209

32103210
</div>
@@ -3231,7 +3231,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a24d3bbc3fbb363dfb7cdc7ff
32313231
</div><div class="memdoc">
32323232

32333233
<p>(Deprecated.) </p>
3234-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000014">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
3234+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000015">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
32353235
This will be removed from Drake on or after 2026-07-01. </dd></dl>
32363236

32373237
</div>

doxygen_cxx/namespacedrake_1_1solvers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3018,7 +3018,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a7471708f3def1afd27453385
30183018
</div><div class="memdoc">
30193019

30203020
<p>(Deprecated.) </p>
3021-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000044">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
3021+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000042">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
30223022
This will be removed from Drake on or after 2026-07-01. </dd></dl>
30233023

30243024
</div>
@@ -3043,7 +3043,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ac5414006478cdb2f8d7381a7
30433043
</div><div class="memdoc">
30443044

30453045
<p>(Deprecated.) </p>
3046-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000042">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
3046+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000044">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
30473047
This will be removed from Drake on or after 2026-07-01. </dd></dl>
30483048

30493049
</div>

doxygen_cxx/namespacedrake_1_1symbolic.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8883,7 +8883,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ab0bc13bb742ac53358559066
88838883
</div><div class="memdoc">
88848884

88858885
<p>(Deprecated.) </p>
8886-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000019">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
8886+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000020">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
88878887
This will be removed from Drake on or after 2026-07-01. </dd></dl>
88888888

88898889
</div>
@@ -8958,7 +8958,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a96c90655d4fb45b63c8e1bde
89588958
</div><div class="memdoc">
89598959

89608960
<p>(Deprecated.) </p>
8961-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000006">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
8961+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000007">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
89628962
This will be removed from Drake on or after 2026-07-01. </dd></dl>
89638963

89648964
</div>
@@ -9010,7 +9010,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ad946994348eafef6d3e20ebc
90109010
</div><div class="memdoc">
90119011

90129012
<p>(Deprecated.) </p>
9013-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000020">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
9013+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000019">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
90149014
This will be removed from Drake on or after 2026-07-01. </dd></dl>
90159015

90169016
</div>
@@ -9060,7 +9060,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a1d3cd3c9ec2d77f211b4b627
90609060
</div><div class="memdoc">
90619061

90629062
<p>(Deprecated.) </p>
9063-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000007">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
9063+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000006">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
90649064
This will be removed from Drake on or after 2026-07-01. </dd></dl>
90659065

90669066
</div>
@@ -9110,7 +9110,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ad33e2289eb5f8ba9d8a286bd
91109110
</div><div class="memdoc">
91119111

91129112
<p>(Deprecated.) </p>
9113-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000017">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
9113+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000012">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
91149114
This will be removed from Drake on or after 2026-07-01. </dd></dl>
91159115

91169116
</div>
@@ -9160,7 +9160,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ada77c9969b0422090c05636a
91609160
</div><div class="memdoc">
91619161

91629162
<p>(Deprecated.) </p>
9163-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000012">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
9163+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000014">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
91649164
This will be removed from Drake on or after 2026-07-01. </dd></dl>
91659165

91669166
</div>

doxygen_cxx/navtreeindex24.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,34 +156,34 @@ var NAVTREEINDEX24 =
156156
"classdrake_1_1multibody_1_1_deformable_contact_info.html":[5,0,0,8,27],
157157
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a0c43a14eb65bb4f42f19a86bc35659c5":[3,0,0,9,28,2],
158158
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a0c43a14eb65bb4f42f19a86bc35659c5":[5,0,0,8,27,2],
159-
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a2031aa0ade3e3b3f1fc65af9da9bc96f":[3,0,0,9,28,4],
160159
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a2031aa0ade3e3b3f1fc65af9da9bc96f":[3,0,0,9,29,4],
161-
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a2031aa0ade3e3b3f1fc65af9da9bc96f":[5,0,0,8,27,4],
160+
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a2031aa0ade3e3b3f1fc65af9da9bc96f":[3,0,0,9,28,4],
162161
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a2031aa0ade3e3b3f1fc65af9da9bc96f":[5,0,0,8,28,4],
162+
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a2031aa0ade3e3b3f1fc65af9da9bc96f":[5,0,0,8,27,4],
163163
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a2694093ee9749b2f7b5ac90f8d936752":[3,0,0,9,28,9],
164164
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a2694093ee9749b2f7b5ac90f8d936752":[5,0,0,8,27,9],
165-
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a3d96e529452cd5214d50da17cd02db0e":[3,0,0,9,28,7],
166165
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a3d96e529452cd5214d50da17cd02db0e":[3,0,0,9,29,7],
167-
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a3d96e529452cd5214d50da17cd02db0e":[5,0,0,8,27,7],
166+
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a3d96e529452cd5214d50da17cd02db0e":[3,0,0,9,28,7],
168167
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a3d96e529452cd5214d50da17cd02db0e":[5,0,0,8,28,7],
168+
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a3d96e529452cd5214d50da17cd02db0e":[5,0,0,8,27,7],
169169
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a5fd1f2cb925460060e1e83ccebf43ad7":[3,0,0,9,28,8],
170170
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a5fd1f2cb925460060e1e83ccebf43ad7":[5,0,0,8,27,8],
171-
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a6698439b0d9254c7a0c7880b1e6c12da":[3,0,0,9,28,3],
172171
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a6698439b0d9254c7a0c7880b1e6c12da":[3,0,0,9,29,3],
173-
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a6698439b0d9254c7a0c7880b1e6c12da":[5,0,0,8,27,3],
172+
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a6698439b0d9254c7a0c7880b1e6c12da":[3,0,0,9,28,3],
174173
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a6698439b0d9254c7a0c7880b1e6c12da":[5,0,0,8,28,3],
174+
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a6698439b0d9254c7a0c7880b1e6c12da":[5,0,0,8,27,3],
175175
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a69d03e02820eeae5a08d9529226649a1":[3,0,0,9,28,1],
176176
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a69d03e02820eeae5a08d9529226649a1":[5,0,0,8,27,1],
177177
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a6ac05bc95e69c0667681ae90ce0ed1e2":[3,0,0,9,28,0],
178178
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a6ac05bc95e69c0667681ae90ce0ed1e2":[5,0,0,8,27,0],
179-
"classdrake_1_1multibody_1_1_deformable_contact_info.html#ac82dd03d7c709425b77ffe79bd4a3fa5":[3,0,0,9,28,6],
180179
"classdrake_1_1multibody_1_1_deformable_contact_info.html#ac82dd03d7c709425b77ffe79bd4a3fa5":[3,0,0,9,29,6],
181-
"classdrake_1_1multibody_1_1_deformable_contact_info.html#ac82dd03d7c709425b77ffe79bd4a3fa5":[5,0,0,8,27,6],
180+
"classdrake_1_1multibody_1_1_deformable_contact_info.html#ac82dd03d7c709425b77ffe79bd4a3fa5":[3,0,0,9,28,6],
182181
"classdrake_1_1multibody_1_1_deformable_contact_info.html#ac82dd03d7c709425b77ffe79bd4a3fa5":[5,0,0,8,28,6],
183-
"classdrake_1_1multibody_1_1_deformable_contact_info.html#acea6d1d482569de3fdb520c42662f485":[3,0,0,9,28,5],
182+
"classdrake_1_1multibody_1_1_deformable_contact_info.html#ac82dd03d7c709425b77ffe79bd4a3fa5":[5,0,0,8,27,6],
184183
"classdrake_1_1multibody_1_1_deformable_contact_info.html#acea6d1d482569de3fdb520c42662f485":[3,0,0,9,29,5],
185-
"classdrake_1_1multibody_1_1_deformable_contact_info.html#acea6d1d482569de3fdb520c42662f485":[5,0,0,8,27,5],
184+
"classdrake_1_1multibody_1_1_deformable_contact_info.html#acea6d1d482569de3fdb520c42662f485":[3,0,0,9,28,5],
186185
"classdrake_1_1multibody_1_1_deformable_contact_info.html#acea6d1d482569de3fdb520c42662f485":[5,0,0,8,28,5],
186+
"classdrake_1_1multibody_1_1_deformable_contact_info.html#acea6d1d482569de3fdb520c42662f485":[5,0,0,8,27,5],
187187
"classdrake_1_1multibody_1_1_deformable_contact_info_3_01symbolic_1_1_expression_01_4.html":[3,0,0,9,29],
188188
"classdrake_1_1multibody_1_1_deformable_contact_info_3_01symbolic_1_1_expression_01_4.html":[5,0,0,8,28],
189189
"classdrake_1_1multibody_1_1_deformable_contact_info_3_01symbolic_1_1_expression_01_4.html#a14451b9615bada57047a5dc70e54833e":[3,0,0,9,29,2],

doxygen_cxx/navtreeindex27.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ var NAVTREEINDEX27 =
132132
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#a73ca1c68a0346d45635ce2b5cff28e32":[5,0,0,8,51,0],
133133
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#acea6d1d482569de3fdb520c42662f485":[3,0,0,9,52,5],
134134
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#acea6d1d482569de3fdb520c42662f485":[3,0,0,9,53,5],
135-
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#acea6d1d482569de3fdb520c42662f485":[5,0,0,8,51,5],
136135
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#acea6d1d482569de3fdb520c42662f485":[5,0,0,8,52,5],
136+
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#acea6d1d482569de3fdb520c42662f485":[5,0,0,8,51,5],
137137
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#adf1319c97ef104c9645ed384cf017838":[3,0,0,9,52,3],
138138
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#adf1319c97ef104c9645ed384cf017838":[3,0,0,9,53,3],
139-
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#adf1319c97ef104c9645ed384cf017838":[5,0,0,8,51,3],
140139
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#adf1319c97ef104c9645ed384cf017838":[5,0,0,8,52,3],
140+
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#adf1319c97ef104c9645ed384cf017838":[5,0,0,8,51,3],
141141
"classdrake_1_1multibody_1_1_hydroelastic_contact_info_3_01symbolic_1_1_expression_01_4.html":[3,0,0,9,53],
142142
"classdrake_1_1multibody_1_1_hydroelastic_contact_info_3_01symbolic_1_1_expression_01_4.html":[5,0,0,8,52],
143143
"classdrake_1_1multibody_1_1_hydroelastic_contact_info_3_01symbolic_1_1_expression_01_4.html#a158a4c10cbb446de97811be1251b819a":[3,0,0,9,53,1],

0 commit comments

Comments
 (0)