File tree Expand file tree Collapse file tree 4 files changed +440
-5
lines changed Expand file tree Collapse file tree 4 files changed +440
-5
lines changed Original file line number Diff line number Diff line change @@ -186,19 +186,19 @@ <h2 id="stable-releases">Stable Releases</h2>
186
186
< a href ="https://github.com/RobotLocomotion/drake/releases "> releases</ a > page.</ p >
187
187
188
188
< p > The most recent release is
189
- < a href ="https://github.com/RobotLocomotion/drake/releases/tag/v1.44 .0 "> v1.44 .0</ a > :</ p >
189
+ < a href ="https://github.com/RobotLocomotion/drake/releases/tag/v1.45 .0 "> v1.45 .0</ a > :</ p >
190
190
191
191
< ul >
192
- < li > < a href ="https://github.com/RobotLocomotion/drake/releases/download/v1.44 .0/drake-v1.44 .0-jammy.tar.gz "> https://github.com/RobotLocomotion/drake/releases/download/v1.44 .0/drake-v1.44 .0-jammy.tar.gz</ a > </ li >
193
- < li > < a href ="https://github.com/RobotLocomotion/drake/releases/download/v1.44 .0/drake-v1.44 .0-noble.tar.gz "> https://github.com/RobotLocomotion/drake/releases/download/v1.44 .0/drake-v1.44 .0-noble.tar.gz</ a > </ li >
194
- < li > https://github.com/RobotLocomotion/drake/releases/download/v1.44 .0/drake-v1.44 .0-mac-arm64.tar.gz (for arm64)</ li >
192
+ < li > < a href ="https://github.com/RobotLocomotion/drake/releases/download/v1.45 .0/drake-v1.45 .0-jammy.tar.gz "> https://github.com/RobotLocomotion/drake/releases/download/v1.45 .0/drake-v1.45 .0-jammy.tar.gz</ a > </ li >
193
+ < li > < a href ="https://github.com/RobotLocomotion/drake/releases/download/v1.45 .0/drake-v1.45 .0-noble.tar.gz "> https://github.com/RobotLocomotion/drake/releases/download/v1.45 .0/drake-v1.45 .0-noble.tar.gz</ a > </ li >
194
+ < li > https://github.com/RobotLocomotion/drake/releases/download/v1.45 .0/drake-v1.45 .0-mac-arm64.tar.gz (for arm64)</ li >
195
195
</ ul >
196
196
197
197
< p > Users of macOS must download using a command-line tool such as < code class ="language-plaintext highlighter-rouge "> curl</ code > instead
198
198
of using a web browser, to avoid hassles from Gatekeeper checks for malicious
199
199
software. For example:</ p >
200
200
201
- < div class ="language-plaintext highlighter-rouge "> < div class ="highlight "> < pre class ="highlight "> < code > curl -fsSLO https://github.com/RobotLocomotion/drake/releases/download/v1.44 .0/drake-v1.44 .0-mac-arm64.tar.gz
201
+ < div class ="language-plaintext highlighter-rouge "> < div class ="highlight "> < pre class ="highlight "> < code > curl -fsSLO https://github.com/RobotLocomotion/drake/releases/download/v1.45 .0/drake-v1.45 .0-mac-arm64.tar.gz
202
202
</ code > </ pre > </ div > </ div >
203
203
204
204
< h3 id ="use-as-a-c-library "> Use as a C++ library</ h3 >
Original file line number Diff line number Diff line change @@ -163,6 +163,9 @@ <h1 id="releases">Releases</h1>
163
163
< p > Latest releases are first:</ p >
164
164
165
165
< ul >
166
+ < li >
167
+ < p > < a href ="/release_notes/v1.45.0.html "> Drake v1.45.0</ a > (released 2025-09-16)</ p >
168
+ </ li >
166
169
< li >
167
170
< p > < a href ="/release_notes/v1.44.0.html "> Drake v1.44.0</ a > (released 2025-08-15)</ p >
168
171
</ li >
You can’t perform that action at this time.
0 commit comments