Skip to content

Commit c4877d3

Browse files
1 parent 0fff0e6 commit c4877d3

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

release_notes/v1.41.0.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ <h2 id="dynamical-systems">Dynamical Systems</h2>
183183
<p>New features</p>
184184

185185
<ul>
186-
<li>Add DiscreteTimeApproximation for converting general continuous-time systems (<a href="https://github.com/RobotLocomotion/drake/pull/22652">#22652</a>)</li>
187-
<li>Support symbolic scalar type integrators in DiscreteTimeApproximation (<a href="https://github.com/RobotLocomotion/drake/pull/22913">#22913</a>)</li>
188-
<li>Add scalar conversion for Saturation (<a href="https://github.com/RobotLocomotion/drake/pull/22934">#22934</a>)</li>
186+
<li>Add <code class="language-plaintext highlighter-rouge">DiscreteTimeApproximation</code> for converting general continuous-time systems (<a href="https://github.com/RobotLocomotion/drake/pull/22652">#22652</a>)</li>
187+
<li>Support symbolic scalar type integrators in <code class="language-plaintext highlighter-rouge">DiscreteTimeApproximation</code> (<a href="https://github.com/RobotLocomotion/drake/pull/22913">#22913</a>)</li>
188+
<li>Add scalar conversion for <code class="language-plaintext highlighter-rouge">Saturation</code> (<a href="https://github.com/RobotLocomotion/drake/pull/22934">#22934</a>)</li>
189189
</ul>
190190

191191
<p>Fixes</p>
@@ -243,6 +243,10 @@ <h2 id="planning">Planning</h2>
243243

244244
<p>Fixes</p>
245245

246+
<ul>
247+
<li>None</li>
248+
</ul>
249+
246250
<h2 id="tutorials-and-examples">Tutorials and examples</h2>
247251

248252
<!-- <relnotes for examples,tutorials go here> -->
@@ -275,7 +279,7 @@ <h2 id="pydrake-bindings">pydrake bindings</h2>
275279
<p>Fixes</p>
276280

277281
<ul>
278-
<li>Accept pathlib.Path for paths in pydrake.multibody.parsing.{Parser.AddModels, LoadModelDirectives} (<a href="https://github.com/RobotLocomotion/drake/pull/22936">#22936</a>)</li>
282+
<li>Accept <code class="language-plaintext highlighter-rouge">pathlib.Path</code> for paths in <code class="language-plaintext highlighter-rouge">pydrake.multibody.parsing.{Parser.AddModels, LoadModelDirectives}</code> (<a href="https://github.com/RobotLocomotion/drake/pull/22936">#22936</a>)</li>
279283
<li>Fix a memory hazard in <code class="language-plaintext highlighter-rouge">pydrake.multibody.inverse_kinematics.InverseKinematics</code> (<a href="https://github.com/RobotLocomotion/drake/pull/22982">#22982</a>)</li>
280284
<li>Fix meldis crash on gltf embedded png (<a href="https://github.com/RobotLocomotion/drake/pull/23013">#23013</a>)</li>
281285
</ul>
@@ -286,7 +290,7 @@ <h2 id="build-system">Build system</h2>
286290

287291
<ul>
288292
<li>Support modern versions of user-provided spdlog in CMake (<a href="https://github.com/RobotLocomotion/drake/pull/22915">#22915</a>)</li>
289-
<li>Update CMake versioning policies on for Drake source and installation (<a href="https://github.com/RobotLocomotion/drake/pull/22898">#22898</a>)</li>
293+
<li>Update CMake versioning policies for Drake source and installation (<a href="https://github.com/RobotLocomotion/drake/pull/22898">#22898</a>)</li>
290294
<li>Use our bazelversion pin in CMake builds also (<a href="https://github.com/RobotLocomotion/drake/pull/22901">#22901</a>)</li>
291295
</ul>
292296

0 commit comments

Comments
 (0)