Skip to content

Commit 2745aab

Browse files
1 parent 9d6be5a commit 2745aab

14 files changed

Lines changed: 67 additions & 64 deletions

bazel.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,9 @@ <h1 id="developing-drake-using-bazel">Developing Drake using Bazel</h1>
291291
prerequisite libraries are also compiled and linked in <code class="language-plaintext highlighter-rouge">dbg</code> mode.</li>
292292
</ul>
293293

294+
<p>On Linux, OpenMP is enabled by default; to disable it, use
295+
<code class="language-plaintext highlighter-rouge">--config=without_openmp</code>.</p>
296+
294297
<h2 id="running-with-flags">Running with Flags</h2>
295298

296299
<h3 id="example-programs">Example programs</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: 18 additions & 18 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: 'Wed Apr 15 2026 21:44:02';
2071+
--timestamp: 'Thu Apr 16 2026 08:01:17';
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#_deprecated000014">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#_deprecated000013">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#_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 />
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: 3 additions & 3 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#_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 />
3021+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000043">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#_deprecated000043">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>
@@ -3068,7 +3068,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ad5fd73626a6f4a64e9dad21f
30683068
</div><div class="memdoc">
30693069

30703070
<p>(Deprecated.) </p>
3071-
<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 />
3071+
<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 />
30723072
This will be removed from Drake on or after 2026-07-01. </dd></dl>
30733073

30743074
</div>

doxygen_cxx/namespacedrake_1_1symbolic.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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#_deprecated000005">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#_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 />
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 />
90149014
This will be removed from Drake on or after 2026-07-01. </dd></dl>
90159015

90169016
</div>
@@ -9035,7 +9035,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a411e51a0c60278b06088ad1f
90359035
</div><div class="memdoc">
90369036

90379037
<p>(Deprecated.) </p>
9038-
<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 />
9038+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000005">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 />
90399039
This will be removed from Drake on or after 2026-07-01. </dd></dl>
90409040

90419041
</div>
@@ -9085,7 +9085,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#af69250c699b4b8cbcbb54d32
90859085
</div><div class="memdoc">
90869086

90879087
<p>(Deprecated.) </p>
9088-
<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 />
9088+
<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 />
90899089
This will be removed from Drake on or after 2026-07-01. </dd></dl>
90909090

90919091
</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#_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 />
9113+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000013">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>
@@ -9135,7 +9135,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ad8ca491b4e798266df4f026a
91359135
</div><div class="memdoc">
91369136

91379137
<p>(Deprecated.) </p>
9138-
<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 />
9138+
<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 />
91399139
This will be removed from Drake on or after 2026-07-01. </dd></dl>
91409140

91419141
</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#_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 />
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>
@@ -9185,7 +9185,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#aebaa1c50ddcd18c8de9ba5eb
91859185
</div><div class="memdoc">
91869186

91879187
<p>(Deprecated.) </p>
9188-
<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 />
9188+
<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 />
91899189
This will be removed from Drake on or after 2026-07-01. </dd></dl>
91909190

91919191
</div>

doxygen_cxx/navtreeindex24.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ var NAVTREEINDEX24 =
162162
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a2031aa0ade3e3b3f1fc65af9da9bc96f":[5,0,0,8,28,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,29,7],
166165
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a3d96e529452cd5214d50da17cd02db0e":[3,0,0,9,28,7],
166+
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a3d96e529452cd5214d50da17cd02db0e":[3,0,0,9,29,7],
167167
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a3d96e529452cd5214d50da17cd02db0e":[5,0,0,8,27,7],
168168
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a3d96e529452cd5214d50da17cd02db0e":[5,0,0,8,28,7],
169169
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a5fd1f2cb925460060e1e83ccebf43ad7":[3,0,0,9,28,8],
@@ -176,14 +176,14 @@ var NAVTREEINDEX24 =
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,29,6],
180179
"classdrake_1_1multibody_1_1_deformable_contact_info.html#ac82dd03d7c709425b77ffe79bd4a3fa5":[3,0,0,9,28,6],
180+
"classdrake_1_1multibody_1_1_deformable_contact_info.html#ac82dd03d7c709425b77ffe79bd4a3fa5":[3,0,0,9,29,6],
181181
"classdrake_1_1multibody_1_1_deformable_contact_info.html#ac82dd03d7c709425b77ffe79bd4a3fa5":[5,0,0,8,27,6],
182182
"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,29,5],
184183
"classdrake_1_1multibody_1_1_deformable_contact_info.html#acea6d1d482569de3fdb520c42662f485":[3,0,0,9,28,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,29,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
@@ -130,14 +130,14 @@ var NAVTREEINDEX27 =
130130
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#a6229a824815243aad4f33c8fa59f2c07":[5,0,0,8,51,4],
131131
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#a73ca1c68a0346d45635ce2b5cff28e32":[3,0,0,9,52,0],
132132
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#a73ca1c68a0346d45635ce2b5cff28e32":[5,0,0,8,51,0],
133-
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#acea6d1d482569de3fdb520c42662f485":[3,0,0,9,52,5],
134133
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#acea6d1d482569de3fdb520c42662f485":[3,0,0,9,53,5],
134+
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#acea6d1d482569de3fdb520c42662f485":[3,0,0,9,52,5],
135135
"classdrake_1_1multibody_1_1_hydroelastic_contact_info.html#acea6d1d482569de3fdb520c42662f485":[5,0,0,8,52,5],
136136
"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)