|
1 | 1 | ## libsdformat 10.X
|
2 | 2 |
|
| 3 | +### libsdformat 10.7.0 (2021-12-23) |
| 4 | + |
| 5 | +1. Fix flattening logic for nested model names (merged forward from sdf6) |
| 6 | + * [Pull request #597](https://github.com/ignitionrobotics/sdformat/pull/597) |
| 7 | + |
| 8 | +1. Create CODEOWNERS with azeey and scpeters |
| 9 | + * [Pull request #650](https://github.com/ignitionrobotics/sdformat/pull/650) |
| 10 | + |
| 11 | +1. Fix xyz and rpy offsets in fixed joint reduction |
| 12 | + * [Pull request #500](https://github.com/ignitionrobotics/sdformat/pull/500) |
| 13 | + |
| 14 | +1. Check joint parent link names in Model::Load |
| 15 | + * [Pull request #726](https://github.com/osrf/sdformat/pull/726) |
| 16 | + |
| 17 | +1. Make exception for plugins when checking for name uniqueness |
| 18 | + * [Pull request #733](https://github.com/ignitionrobotics/sdformat/pull/733) |
| 19 | + |
| 20 | +1. Added Force Torque Noise functions + Unit tests |
| 21 | + * [Pull request #669](https://github.com/ignitionrobotics/sdformat/pull/669) |
| 22 | + |
| 23 | +1. Add Joint DOM API to access joint sensors |
| 24 | + * [Pull request #517](https://github.com/ignitionrobotics/sdformat/pull/517) |
| 25 | + |
| 26 | +1. Add force torque sensor |
| 27 | + * [Pull request #393](https://github.com/ignitionrobotics/sdformat/pull/393) |
| 28 | + * A contribution from Nick Lamprianidis <nlamprian@gmail.com> |
| 29 | + |
| 30 | +1. Remove outdated deprecation note from parser_urdf.hh |
| 31 | + * [Pull request #740](https://github.com/osrf/sdformat/pull/740) |
| 32 | + |
| 33 | +1. Fix URDF fixed joint reduction of plugins |
| 34 | + * [Pull request #745](https://github.com/osrf/sdformat/pull/745) |
| 35 | + |
| 36 | +1. Fix loading nested include with custom attributes |
| 37 | + * [Pull request #789](https://github.com/ignitionrobotics/sdformat/pull/789) |
| 38 | + |
| 39 | +1. Replace custom cmake code with ign-cmake2 |
| 40 | + * [Pull request #780](https://github.com/osrf/sdformat/pull/780) |
| 41 | + |
3 | 42 | ### libsdformat 10.6.0 (2021-09-08)
|
4 | 43 |
|
5 | 44 | 1. Parse URDF continuous joint effort/velocity limits
|
|
0 commit comments