|
200 | 200 |
|
201 | 201 | ## libsdformat 14.X
|
202 | 202 |
|
| 203 | +### libsdformat 14.8.0 (2025-07-02) |
| 204 | + |
| 205 | +1. Improve error messages when embedSdf.py fails |
| 206 | + * [Pull request #1550](https://github.com/gazebosim/sdformat/pull/1550) |
| 207 | + |
| 208 | +1. Add AxisAlignedBox getters for all relevant geometries |
| 209 | + * [Pull request #1547](https://github.com/gazebosim/sdformat/pull/1547) |
| 210 | + |
| 211 | +1. Unify Python3_Development_FOUND checks |
| 212 | + * [Pull request #1541](https://github.com/gazebosim/sdformat/pull/1541) |
| 213 | + |
| 214 | +1. Add policy for handling CalculateInertial failures |
| 215 | + * [Pull request #1543](https://github.com/gazebosim/sdformat/pull/1543) |
| 216 | + |
| 217 | +### libsdformat 14.7.0 (2025-01-30) |
| 218 | + |
| 219 | +1. Resolve auto inertia based on input mass |
| 220 | + * [Pull request #1513](https://github.com/gazebosim/sdformat/pull/1513) |
| 221 | + * [Pull request #1530](https://github.com/gazebosim/sdformat/pull/1530) |
| 222 | + |
| 223 | +1. Print auto inertial values with gz sdf --print --expand-auto-inertials |
| 224 | + * [Pull request #1422](https://github.com/gazebosim/sdformat/pull/1422) |
| 225 | + |
| 226 | +1. Only look for psutil if testing is enabled |
| 227 | + * [Pull request #1495](https://github.com/gazebosim/sdformat/pull/1495) |
| 228 | + |
| 229 | +### libsdformat 14.6.0 (2024-11-18) |
| 230 | + |
| 231 | +1. Support removing the actor, light, or model from the root. |
| 232 | + * [Pull request #1492](https://github.com/gazebosim/sdformat/pull/1492) |
| 233 | + |
| 234 | +1. Backport: Permit building python bindings separately from libsdformat library. |
| 235 | + * [Pull request #1497](https://github.com/gazebosim/sdformat/pull/1497) |
| 236 | + |
| 237 | +1. Backport: Improve installation instructions. |
| 238 | + * [Pull request #1496](https://github.com/gazebosim/sdformat/pull/1496) |
| 239 | + |
| 240 | +1. Backport: Fix symbol checking test when compiled with debug symbols. |
| 241 | + * [Pull request #1476](https://github.com/gazebosim/sdformat/pull/1476) |
| 242 | + |
| 243 | +1. Update joinPaths implementation in InstallationDirectories. |
| 244 | + * [Pull request #1469](https://github.com/gazebosim/sdformat/pull/1469) |
| 245 | + |
| 246 | +1. Decouple linking to shlwapi from `BUILD_TESTING`. |
| 247 | + * [Pull request #1468](https://github.com/gazebosim/sdformat/pull/1468) |
| 248 | + |
| 249 | +1. Add optional binary relocatability. |
| 250 | + * [Pull request #1414](https://github.com/gazebosim/sdformat/pull/1414) |
| 251 | + |
203 | 252 | ### libsdformat 14.5.0 (2024-08-05)
|
204 | 253 |
|
205 | 254 | 1. Adding Errors structure to XmlUtils
|
|
0 commit comments