|
1 | 1 | ## Gazebo Common 5.x |
2 | 2 |
|
| 3 | +## Gazebo Common 5.7.0 (2024-11-08) |
| 4 | + |
| 5 | +1. Fix loading lightmaps from gltf / glb meshes (#630) |
| 6 | + * [Pull request #630) (#646](https://github.com/gazebosim/gz-common/pull/630) (#646) |
| 7 | + |
| 8 | +1. Fix AssimpLoader collada texture coordinates |
| 9 | + * [Pull request #634](https://github.com/gazebosim/gz-common/pull/634) |
| 10 | + |
| 11 | +1. Remove debug logging introduced accidentally in PR review |
| 12 | + * [Pull request #622](https://github.com/gazebosim/gz-common/pull/622) |
| 13 | + |
| 14 | +1. Fix crash when calling absPath with empty input |
| 15 | + * [Pull request #620](https://github.com/gazebosim/gz-common/pull/620) |
| 16 | + |
| 17 | +1. DEM: Add support for GDAL vsicurl, vsizip support and avoid segfaults with huge VRT datasets |
| 18 | + * [Pull request #597](https://github.com/gazebosim/gz-common/pull/597) |
| 19 | + |
| 20 | +1. SubMesh::RecalculateNormals improvement |
| 21 | + * [Pull request #609](https://github.com/gazebosim/gz-common/pull/609) |
| 22 | + |
| 23 | +1. fix data race tsan issue |
| 24 | + * [Pull request #612](https://github.com/gazebosim/gz-common/pull/612) |
| 25 | + |
| 26 | +1. Generate a more unique texture name for glb embedded textures |
| 27 | + * [Pull request #606](https://github.com/gazebosim/gz-common/pull/606) |
| 28 | + |
| 29 | +1. Add package.xml |
| 30 | + * [Pull request #587](https://github.com/gazebosim/gz-common/pull/587) |
| 31 | + |
| 32 | +1. Fix deprecation warnings |
| 33 | + * [Pull request #603](https://github.com/gazebosim/gz-common/pull/603) |
| 34 | + |
| 35 | +1. Fix macOS workflow and update on-push branches |
| 36 | + * [Pull request #602](https://github.com/gazebosim/gz-common/pull/602) |
| 37 | + |
| 38 | +1. Fix compatibility with FFmpeg5.0 |
| 39 | + * [Pull request #581](https://github.com/gazebosim/gz-common/pull/581) |
| 40 | + |
3 | 41 | ## Gazebo Common 5.6.0 (2024-04-23) |
4 | 42 |
|
5 | 43 | 1. Clarify units for the DEM classes |
|
0 commit comments