Skip to content

Commit 64db57c

Browse files
1 parent a7a4586 commit 64db57c

21 files changed

Lines changed: 104 additions & 90 deletions

clion.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ <h2 id="installing-clion">Installing CLion</h2>
187187

188188
<p>The most recent versions that we have tested for compatibility are:</p>
189189
<ul>
190-
<li>Ubuntu 22.04 (Jammy)</li>
191-
<li>Bazel 8.0.0</li>
192-
<li>CLion 2024.3.2
190+
<li>Ubuntu 24.04 (Noble)</li>
191+
<li>Bazel 9.0.0</li>
192+
<li>CLion 2025.3.2
193193
<ul>
194-
<li>Bazel plugin 2025.01.07.0.1-api-version-243</li>
194+
<li>Bazel plugin 2026.01.26-api-version-253</li>
195195
</ul>
196196
</li>
197197
</ul>
@@ -231,15 +231,15 @@ <h2 id="installing-the-bazel-plugin">Installing the Bazel Plugin</h2>
231231
prompted to restart CLion.</p>
232232

233233
<p>To use Drake in CLion you <strong>must</strong> use Drake’s bazel wrapper.
234-
Open <code class="language-plaintext highlighter-rouge">Settings &gt; Other Settings &gt; Bazel Settings</code>.
234+
Open <code class="language-plaintext highlighter-rouge">Settings &gt; Bazel Settings</code>.
235235
For <code class="language-plaintext highlighter-rouge">Bazel binary location</code> select the path to
236236
<code class="language-plaintext highlighter-rouge">drake/tools/clion/bazel_wrapper</code> from any recent Drake source tree
237237
(it doesn’t have to match the current project open in CLion).</p>
238238

239239
<h2 id="setting-up-drake-in-clion">Setting up Drake in CLion</h2>
240240

241241
<p>CLion will invoke Bazel to build Drake, including the external dependencies
242-
specified in the WORKSPACE file.</p>
242+
specified in the MODULE file.</p>
243243

244244
<ol>
245245
<li><code class="language-plaintext highlighter-rouge">File &gt; Import Bazel Project</code></li>

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#_deprecated000025">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-06-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#_deprecated000025">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-06-01. </dd></dl>
15161516

15171517
</div>

doxygen_cxx/classdrake_1_1multibody_1_1_multibody_plant.html

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

doxygen_cxx/classdrake_1_1planning_1_1trajectory__optimization_1_1_gcs_trajectory_optimization.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a208919331fc98ce462f17419
11931193
</table>
11941194
</dd>
11951195
</dl>
1196-
<dl class="section return"><dt>Returns</dt><dd>an unwrapped (continous in Euclidean space) CompositeTrajectory.</dd></dl>
1196+
<dl class="section return"><dt>Returns</dt><dd>an unwrapped (continuous in Euclidean space) CompositeTrajectory.</dd></dl>
11971197
<dl class="exception"><dt>Exceptions</dt><dd>
11981198
<table class="exception">
11991199
<tr><td class="paramname">std::exception</td><td>if starting_rounds.size()!=continuous_revolute_joints.size(). </td></tr>

doxygen_cxx/deprecated.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,13 @@
196196
<dd><a class="anchor" id="_deprecated000026"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
197197
This will be removed from Drake on or after 2026-06-01. </dd>
198198
<dt>Member <a class="el" href="namespacedrake.html#a24d3bbc3fbb363dfb7cdc7ff5c71c850">drake::operator&lt;&lt;</a> (std::ostream &amp;os, const typename <a class="el" href="classdrake_1_1_polynomial_1_1_monomial.html" title="An additive atom of a Polynomial: The product of any number of Terms and a coefficient.">Polynomial&lt; T &gt;::Monomial</a> &amp;m)</dt>
199-
<dd><a class="anchor" id="_deprecated000006"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
199+
<dd><a class="anchor" id="_deprecated000005"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
200200
This will be removed from Drake on or after 2026-06-01. </dd>
201201
<dt>Member <a class="el" href="namespacedrake.html#a6349afb82c0796366e318e99f25c3e5f">drake::operator&lt;&lt;</a> (std::ostream &amp;os, const <a class="el" href="classdrake_1_1_polynomial.html" title="A scalar multi-variate polynomial, modeled after the msspoly in spotless.">Polynomial&lt; T &gt;</a> &amp;poly)</dt>
202-
<dd><a class="anchor" id="_deprecated000007"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
202+
<dd><a class="anchor" id="_deprecated000006"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
203203
This will be removed from Drake on or after 2026-06-01. </dd>
204204
<dt>Member <a class="el" href="namespacedrake.html#a8db300eaec345b10d2e808b900239b8e">drake::operator&lt;&lt;</a> (std::ostream &amp;os, const Eigen::Matrix&lt; <a class="el" href="classdrake_1_1_polynomial.html" title="A scalar multi-variate polynomial, modeled after the msspoly in spotless.">Polynomial&lt; T &gt;</a>, Rows, Cols &gt; &amp;poly_mat)</dt>
205-
<dd><a class="anchor" id="_deprecated000008"></a>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 />
205+
<dd><a class="anchor" id="_deprecated000007"></a>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 />
206206
This will be removed from Drake on or after 2026-06-01. </dd>
207207
<dt>Member <a class="el" href="namespacedrake_1_1perception_1_1pc__flags.html#ad70a51f0c16bb5f6b6fc3e4a51b0529a">drake::perception::pc_flags::operator&lt;&lt;</a> (std::ostream &amp;os, const <a class="el" href="classdrake_1_1perception_1_1pc__flags_1_1_fields.html" title="Allows combination of BaseField and DescriptorType for a PointCloud.">Fields</a> &amp;rhs)</dt>
208208
<dd><a class="anchor" id="_deprecated000036"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
@@ -213,12 +213,12 @@
213213
<dt>Member <a class="el" href="namespacedrake_1_1symbolic.html#af69250c699b4b8cbcbb54d322570d175">drake::symbolic::operator&lt;&lt;</a> (std::ostream &amp;os, <a class="el" href="classdrake_1_1symbolic_1_1_variable.html#a5f787df9cdf370248382504196841479" title="Supported types of symbolic variables.">Variable::Type</a> type)</dt>
214214
<dd><a class="anchor" id="_deprecated000003"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
215215
This will be removed from Drake on or after 2026-05-01. </dd>
216-
<dt>Member <a class="el" href="namespacedrake_1_1symbolic.html#ada77c9969b0422090c05636a895c0e8e">drake::symbolic::operator&lt;&lt;</a> (std::ostream &amp;out, const <a class="el" href="classdrake_1_1symbolic_1_1_monomial.html" title="Represents a monomial, a product of powers of variables with non-negative integer exponents.">Monomial</a> &amp;m)</dt>
217-
<dd><a class="anchor" id="_deprecated000004"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
218-
This will be removed from Drake on or after 2026-05-01. </dd>
219216
<dt>Member <a class="el" href="namespacedrake_1_1symbolic.html#ad33e2289eb5f8ba9d8a286bd6e954001">drake::symbolic::operator&lt;&lt;</a> (std::ostream &amp;out, const <a class="el" href="classdrake_1_1symbolic_1_1_chebyshev_basis_element.html" title="ChebyshevBasisElement represents an element of Chebyshev polynomial basis, written as the product of ...">ChebyshevBasisElement</a> &amp;m)</dt>
220-
<dd><a class="anchor" id="_deprecated000005"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
217+
<dd><a class="anchor" id="_deprecated000004"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
221218
This will be removed from Drake on or after 2026-06-01. </dd>
219+
<dt>Member <a class="el" href="namespacedrake_1_1symbolic.html#ada77c9969b0422090c05636a895c0e8e">drake::symbolic::operator&lt;&lt;</a> (std::ostream &amp;out, const <a class="el" href="classdrake_1_1symbolic_1_1_monomial.html" title="Represents a monomial, a product of powers of variables with non-negative integer exponents.">Monomial</a> &amp;m)</dt>
220+
<dd><a class="anchor" id="_deprecated000008"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
221+
This will be removed from Drake on or after 2026-05-01. </dd>
222222
<dt>Member <a class="el" href="namespacedrake_1_1symbolic.html#aebaa1c50ddcd18c8de9ba5ebc01f3989">drake::symbolic::operator&lt;&lt;</a> (std::ostream &amp;out, const <a class="el" href="classdrake_1_1symbolic_1_1_monomial_basis_element.html" title="MonomialBasisElement represents a monomial, a product of powers of variables with non-negative intege...">MonomialBasisElement</a> &amp;m)</dt>
223223
<dd><a class="anchor" id="_deprecated000009"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
224224
This will be removed from Drake on or after 2026-06-01. </dd>
@@ -261,10 +261,10 @@
261261
<dt>Member <a class="el" href="classdrake_1_1_identifier.html#a6f77603aea6d719b71744d902e66a84d">operator&lt;&lt;</a> </dt>
262262
<dd><a class="anchor" id="_deprecated000001"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
263263
This will be removed from Drake on or after 2026-05-01. </dd>
264-
<dt>Member <a class="el" href="classdrake_1_1math_1_1_roll_pitch_yaw.html#acc4f1cfde399c340eb155031eed2a485">operator&lt;&lt;</a> </dt>
264+
<dt>Member <a class="el" href="classdrake_1_1math_1_1_rigid_transform.html#a25d3e276d5e4e1fad974214851ce0b46">operator&lt;&lt;</a> </dt>
265265
<dd><a class="anchor" id="_deprecated000024"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
266266
This will be removed from Drake on or after 2026-06-01. </dd>
267-
<dt>Member <a class="el" href="classdrake_1_1math_1_1_rigid_transform.html#a25d3e276d5e4e1fad974214851ce0b46">operator&lt;&lt;</a> </dt>
267+
<dt>Member <a class="el" href="classdrake_1_1math_1_1_roll_pitch_yaw.html#acc4f1cfde399c340eb155031eed2a485">operator&lt;&lt;</a> </dt>
268268
<dd><a class="anchor" id="_deprecated000025"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
269269
This will be removed from Drake on or after 2026-06-01. </dd>
270270
<dt>Member <a class="el" href="classdrake_1_1multibody_1_1_rotational_inertia.html#ac917bf1dfed2a1cfe26be9d258285a2d">operator&lt;&lt;</a> </dt>

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: 'Tue Feb 17 2026 21:42:58';
2071+
--timestamp: 'Wed Feb 18 2026 08:56:39';
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
@@ -3308,7 +3308,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a8db300eaec345b10d2e808b9
33083308
</div><div class="memdoc">
33093309

33103310
<p>(Deprecated.) </p>
3311-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000008">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 />
3311+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000007">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 />
33123312
This will be removed from Drake on or after 2026-06-01. </dd></dl>
33133313

33143314
</div>
@@ -3335,7 +3335,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a6349afb82c0796366e318e99
33353335
</div><div class="memdoc">
33363336

33373337
<p>(Deprecated.) </p>
3338-
<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 />
3338+
<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 />
33393339
This will be removed from Drake on or after 2026-06-01. </dd></dl>
33403340

33413341
</div>
@@ -3362,7 +3362,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a24d3bbc3fbb363dfb7cdc7ff
33623362
</div><div class="memdoc">
33633363

33643364
<p>(Deprecated.) </p>
3365-
<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 />
3365+
<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 />
33663366
This will be removed from Drake on or after 2026-06-01. </dd></dl>
33673367

33683368
</div>

doxygen_cxx/namespacedrake_1_1symbolic.html

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

1015810158
<p>(Deprecated.) </p>
10159-
<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 />
10159+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000004">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 />
1016010160
This will be removed from Drake on or after 2026-06-01. </dd></dl>
1016110161

1016210162
</div>
@@ -10206,7 +10206,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ada77c9969b0422090c05636a
1020610206
</div><div class="memdoc">
1020710207

1020810208
<p>(Deprecated.) </p>
10209-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000004">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 />
10209+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000008">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 />
1021010210
This will be removed from Drake on or after 2026-05-01. </dd></dl>
1021110211

1021210212
</div>

0 commit comments

Comments
 (0)