Skip to content

Commit

Permalink
Merge branch 'sdf13' into azeey/13_to_main
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll committed Oct 13, 2022
2 parents d361170 + 7429ae9 commit 5ada88a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ if (BUILD_SDF)
add_subdirectory(conf)
add_subdirectory(doc)
if (pybind11_FOUND AND NOT SKIP_PYBIND11)
add_subdirectory(python)
add_subdirectory(python)
endif()
endif(BUILD_SDF)

Expand Down
44 changes: 44 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,50 @@

## libsdformat 13.X

### libsdformat 13.1.0 (2022-10-12)

1. Add test helper python package for encapsulating versioned python packages
* [Pull request #1180](https://github.com/gazebosim/sdformat/pull/1180)

1. Add a configuration option to resolve URIs
* [Pull request #1147](https://github.com/gazebosim/sdformat/pull/1147)

1. World: sdfwarns to sdf::Errors when warnings policy set to sdf::EnforcementPolicy::ERR
* [Pull request #1131](https://github.com/gazebosim/sdformat/pull/1131)

1. PrintConfig: add sdf::Errors output to API methods
* [Pull request #1098](https://github.com/gazebosim/sdformat/pull/1098)

1. Element: add sdf::Errors output to API methods
* [Pull request #1095](https://github.com/gazebosim/sdformat/pull/1095)

1. python: Import gz.math at startup to fix #1129
* [Pull request #1130](https://github.com/gazebosim/sdformat/pull/#1130)
* [Issue 1129](https://github.com/osrf/sdformat/issues/1129)

1. parser_urdf: add //frame for reduced links/joints
* [Pull request #1148](https://github.com/gazebosim/sdformat/pull/1148)
* [Pull request #1182](https://github.com/gazebosim/sdformat/pull/1182)

1. Param::Set: fix truncation of floating-point values
* [Pull request #1137](https://github.com/gazebosim/sdformat/pull/1137)

1. Reduce the number of include dirs for sdformat
* [Pull request #1170](https://github.com/gazebosim/sdformat/pull/1170)

1. urdf: fix test and clean up internals
* [Pull request #1126](https://github.com/gazebosim/sdformat/pull/1126)

1. sdf/camera.sdf: fields for projection matrix
* [Pull request #1088](https://github.com/gazebosim/sdformat/pull/1088)
* [Pull request #1133](https://github.com/gazebosim/sdformat/pull/1133)
* [Pull request #1177](https://github.com/gazebosim/sdformat/pull/1177)

1. Add camera optical_frame_id element
* [Pull request #1109](https://github.com/gazebosim/sdformat/pull/1109)
* [Pull request #1133](https://github.com/gazebosim/sdformat/pull/1133)
* [Pull request #1177](https://github.com/gazebosim/sdformat/pull/1177)

### libsdformat 13.0.1 (2022-09-27)

1. Fix arm tests
Expand Down

0 comments on commit 5ada88a

Please sign in to comment.