Skip to content

Commit 9d6be5a

Browse files
1 parent 46a65ef commit 9d6be5a

20 files changed

Lines changed: 618 additions & 78 deletions

apt.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,16 +191,16 @@ <h2 id="stable-releases">Stable Releases</h2>
191191
GitHub <a href="https://github.com/RobotLocomotion/drake/releases">releases</a> page.</p>
192192

193193
<p>The most recent release is
194-
<a href="https://github.com/RobotLocomotion/drake/releases/tag/v1.51.1">v1.51.1</a>:</p>
194+
<a href="https://github.com/RobotLocomotion/drake/releases/tag/v1.52.0">v1.52.0</a>:</p>
195195

196196
<ul>
197-
<li><a href="https://github.com/RobotLocomotion/drake/releases/download/v1.51.1/drake-dev_1.51.1-1_amd64-noble.deb">https://github.com/RobotLocomotion/drake/releases/download/v1.51.1/drake-dev_1.51.1-1_amd64-noble.deb</a></li>
197+
<li><a href="https://github.com/RobotLocomotion/drake/releases/download/v1.52.0/drake-dev_1.52.0-1_amd64-noble.deb">https://github.com/RobotLocomotion/drake/releases/download/v1.52.0/drake-dev_1.52.0-1_amd64-noble.deb</a></li>
198198
</ul>
199199

200200
<p>To download and install the <code class="language-plaintext highlighter-rouge">drake-dev</code> package:</p>
201201

202-
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>wget https://github.com/RobotLocomotion/drake/releases/download/v1.51.1/drake-dev_1.51.1-1_<span class="si">$(</span>dpkg-architecture <span class="nt">-qDEB_HOST_ARCH</span><span class="si">)</span>-<span class="si">$(</span><span class="nb">.</span> /etc/os-release <span class="o">&amp;&amp;</span> <span class="nb">echo</span> <span class="nv">$VERSION_CODENAME</span><span class="si">)</span>.deb
203-
<span class="nb">sudo </span>apt-get <span class="nb">install</span> <span class="nt">--no-install-recommends</span> ./drake-dev_1.51.1-1_<span class="si">$(</span>dpkg-architecture <span class="nt">-qDEB_HOST_ARCH</span><span class="si">)</span>-<span class="si">$(</span><span class="nb">.</span> /etc/os-release <span class="o">&amp;&amp;</span> <span class="nb">echo</span> <span class="nv">$VERSION_CODENAME</span><span class="si">)</span>.deb
202+
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>wget https://github.com/RobotLocomotion/drake/releases/download/v1.52.0/drake-dev_1.52.0-1_<span class="si">$(</span>dpkg-architecture <span class="nt">-qDEB_HOST_ARCH</span><span class="si">)</span>-<span class="si">$(</span><span class="nb">.</span> /etc/os-release <span class="o">&amp;&amp;</span> <span class="nb">echo</span> <span class="nv">$VERSION_CODENAME</span><span class="si">)</span>.deb
203+
<span class="nb">sudo </span>apt-get <span class="nb">install</span> <span class="nt">--no-install-recommends</span> ./drake-dev_1.52.0-1_<span class="si">$(</span>dpkg-architecture <span class="nt">-qDEB_HOST_ARCH</span><span class="si">)</span>-<span class="si">$(</span><span class="nb">.</span> /etc/os-release <span class="o">&amp;&amp;</span> <span class="nb">echo</span> <span class="nv">$VERSION_CODENAME</span><span class="si">)</span>.deb
204204
</code></pre></div></div>
205205

206206
<p>Most content installs to <code class="language-plaintext highlighter-rouge">/opt/drake</code>, so setting the following environment

documentation_instructions.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ <h1 id="prerequisites">Prerequisites</h1>
170170
supported on Ubuntu 24.04 (Noble).</p>
171171

172172
<p>Before getting started, install Drake’s prerequisites with the additional
173-
<code class="language-plaintext highlighter-rouge">--with-doc-only</code> command line option, i.e.:</p>
173+
<code class="language-plaintext highlighter-rouge">--developer</code> command line option, i.e.:</p>
174174

175-
<div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nv">$ </span>setup/install_prereqs <span class="nt">--with-doc-only</span>
175+
<div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nv">$ </span>setup/install_prereqs <span class="nt">--developer</span>
176176
</code></pre></div></div>
177177

178178
<h1 id="previewing-changes">Previewing changes</h1>
@@ -210,10 +210,9 @@ <h1 id="previewing-changes">Previewing changes</h1>
210210

211211
<h1 id="testing-locally">Testing locally</h1>
212212

213-
<p>The website is not part of Drake’s default local build nor tests, because it
214-
requires heavy prerequisites to be installed (see <code class="language-plaintext highlighter-rouge">--with-doc-only</code> above).
215-
Therefore, a simple <code class="language-plaintext highlighter-rouge">bazel test //...</code> will not provide any feedback about
216-
local documentation edits.</p>
213+
<p>The website is not part of Drake’s default local build nor tests, because it is
214+
too slow. Therefore, a simple <code class="language-plaintext highlighter-rouge">bazel test //...</code> will not provide any feedback
215+
about local documentation edits.</p>
217216

218217
<p>To check locally that documentation changes pass all build and test rules, run:</p>
219218

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#_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 />
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 />
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#_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 />
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 />
15151515
This will be removed from Drake on or after 2026-07-01. </dd></dl>
15161516

15171517
</div>

0 commit comments

Comments
 (0)