|
1 | 1 | ## libsdformat 11.X |
2 | 2 |
|
| 3 | +### libsdformat 11.4.0 (2022-03-14) |
| 4 | + |
| 5 | +1. Added option to visualize light on the GUI |
| 6 | + * [Pull request #877](https://github.com/ignitionrobotics/sdformat/pull/877) |
| 7 | + |
| 8 | +1. Fix joint parent/child frame existence checks to include interface elements |
| 9 | + * [Pull request #855](https://github.com/ignitionrobotics/sdformat/pull/855) |
| 10 | + |
| 11 | +1. Added to light whether it is on or off |
| 12 | + * [Pull request #851](https://github.com/ignitionrobotics/sdformat/pull/851) |
| 13 | + |
| 14 | +1. Allow model frames (__model__) to be used as joint parent or child |
| 15 | + * [Pull request #833](https://github.com/ignitionrobotics/sdformat/pull/833) |
| 16 | + |
| 17 | +1. Add ParserConfig flag for preserveFixedJoint |
| 18 | + * [Pull request #815](https://github.com/ignitionrobotics/sdformat/pull/815) |
| 19 | + |
| 20 | +1. Fix compiler warnings |
| 21 | + * [Pull request #808](https://github.com/ignitionrobotics/sdformat/pull/808) |
| 22 | + |
| 23 | +1. `sdf_custom`: fix nested model expectations |
| 24 | + * [Pull request #807](https://github.com/ignitionrobotics/sdformat/pull/807) |
| 25 | + |
| 26 | +1. Fix test compilation with `USE_INTERNAL_URDF` |
| 27 | + * [Pull request #800](https://github.com/ignitionrobotics/sdformat/pull/800) |
| 28 | + |
| 29 | +1. Replace custom CMake code with `ign-cmake2` |
| 30 | + * [Pull request #780](https://github.com/ignitionrobotics/sdformat/pull/780) |
| 31 | + |
| 32 | +1. Fix loading nested include with custom attributes |
| 33 | + * [Pull request #789](https://github.com/ignitionrobotics/sdformat/pull/789) |
| 34 | + |
| 35 | +1. Documentation |
| 36 | + 1. Clarify behavior of `//model/model/static` |
| 37 | + * [Pull request #713](https://github.com/ignitionrobotics/sdformat/pull/713) |
| 38 | + 1. Only allow one `canonical_link` attribute for model |
| 39 | + * [Pull request #716](https://github.com/ignitionrobotics/sdformat/pull/716) |
| 40 | + 1. Don't mention elements that can't be included |
| 41 | + * [Pull request #715](https://github.com/ignitionrobotics/sdformat/pull/715) |
| 42 | + 1. Clarify documentation on `//pose/@relative_to` in the spec |
| 43 | + * [Pull request #666](https://github.com/ignitionrobotics/sdformat/pull/666) |
| 44 | + 1. Remove duplicate link documentation |
| 45 | + * [Pull request #702](https://github.com/ignitionrobotics/sdformat/pull/702) |
| 46 | + |
| 47 | +1. Fix URDF fixed joint reduction of plugins |
| 48 | + * [Pull request #745](https://github.com/ignitionrobotics/sdformat/pull/745) |
| 49 | + |
| 50 | +1. Add `enable_orientation` to 1.6 spec |
| 51 | + * [Pull request #686](https://github.com/ignitionrobotics/sdformat/pull/686) |
| 52 | + |
| 53 | +1. Remove outdated deprecation note from `parser_urdf.hh` |
| 54 | + * [Pull request #740](https://github.com/ignitionrobotics/sdformat/pull/740) |
| 55 | + |
| 56 | +1. Add Joint DOM API to access joint sensors |
| 57 | + * [Pull request #517](https://github.com/ignitionrobotics/sdformat/pull/517) |
| 58 | + |
| 59 | +1. Add force torque sensor |
| 60 | + * [Pull request #393](https://github.com/ignitionrobotics/sdformat/pull/393) |
| 61 | + * [Pull request #669](https://github.com/ignitionrobotics/sdformat/pull/669) |
| 62 | + |
| 63 | +1. Check joint parent link names in `Model::Load` |
| 64 | + * [Pull request #726](https://github.com/ignitionrobotics/sdformat/pull/726) |
| 65 | + |
| 66 | +1. Check joint parent/child names in `Root::Load` |
| 67 | + * [Pull request #727](https://github.com/ignitionrobotics/sdformat/pull/727) |
| 68 | + |
| 69 | +1. Remove empty `//inertial/pose/@relative_to` during 1_7->1.8 conversion |
| 70 | + * [Pull request #720](https://github.com/ignitionrobotics/sdformat/pull/720) |
| 71 | + |
| 72 | +1. Fix `xyz` and `rpy` offsets in fixed joint reduction |
| 73 | + * [Pull request #500](https://github.com/ignitionrobotics/sdformat/pull/500) |
| 74 | + |
| 75 | +1. Infrastructure updates |
| 76 | + * [Pull request #674](https://github.com/ignitionrobotics/sdformat/pull/674) |
| 77 | + * [Pull request #650](https://github.com/ignitionrobotics/sdformat/pull/650) |
| 78 | + * [Pull request #626](https://github.com/ignitionrobotics/sdformat/pull/626) |
| 79 | + * [Pull request #258](https://github.com/ignitionrobotics/sdformat/pull/258) |
| 80 | + * [Pull request #237](https://github.com/ignitionrobotics/sdformat/pull/237) |
| 81 | + * [Pull request #730](https://github.com/ignitionrobotics/sdformat/pull/730) |
| 82 | + |
| 83 | +1. Translate poses of nested models inside other nested models |
| 84 | + * [Pull request #596](https://github.com/ignitionrobotics/sdformat/pull/596) |
| 85 | + |
| 86 | +1. Fix flattening logic for nested model names |
| 87 | + * [Pull request #597](https://github.com/ignitionrobotics/sdformat/pull/597) |
| 88 | + |
| 89 | +1. Parse `rpyOffset` as radians |
| 90 | + * [Pull request #497](https://github.com/ignitionrobotics/sdformat/pull/497) |
| 91 | + |
3 | 92 | ### libsdformat 11.3.0 (2021-09-10) |
4 | 93 |
|
5 | 94 | 1. Fix world-complete.sdf and add particle_scatter_ratio to v1.8 |
|
0 commit comments