Skip to content

Commit cbccbbb

Browse files
committed
Merge branch 'sdf13' into azeey/13_to_main
Signed-off-by: Michael Carroll <michael@openrobotics.org>
2 parents d361170 + 7429ae9 commit cbccbbb

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ if (BUILD_SDF)
162162
add_subdirectory(conf)
163163
add_subdirectory(doc)
164164
if (pybind11_FOUND AND NOT SKIP_PYBIND11)
165-
add_subdirectory(python)
165+
add_subdirectory(python)
166166
endif()
167167
endif(BUILD_SDF)
168168

Changelog.md

+44
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,50 @@
44

55
## libsdformat 13.X
66

7+
### libsdformat 13.1.0 (2022-10-12)
8+
9+
1. Add test helper python package for encapsulating versioned python packages
10+
* [Pull request #1180](https://github.com/gazebosim/sdformat/pull/1180)
11+
12+
1. Add a configuration option to resolve URIs
13+
* [Pull request #1147](https://github.com/gazebosim/sdformat/pull/1147)
14+
15+
1. World: sdfwarns to sdf::Errors when warnings policy set to sdf::EnforcementPolicy::ERR
16+
* [Pull request #1131](https://github.com/gazebosim/sdformat/pull/1131)
17+
18+
1. PrintConfig: add sdf::Errors output to API methods
19+
* [Pull request #1098](https://github.com/gazebosim/sdformat/pull/1098)
20+
21+
1. Element: add sdf::Errors output to API methods
22+
* [Pull request #1095](https://github.com/gazebosim/sdformat/pull/1095)
23+
24+
1. python: Import gz.math at startup to fix #1129
25+
* [Pull request #1130](https://github.com/gazebosim/sdformat/pull/#1130)
26+
* [Issue 1129](https://github.com/osrf/sdformat/issues/1129)
27+
28+
1. parser_urdf: add //frame for reduced links/joints
29+
* [Pull request #1148](https://github.com/gazebosim/sdformat/pull/1148)
30+
* [Pull request #1182](https://github.com/gazebosim/sdformat/pull/1182)
31+
32+
1. Param::Set: fix truncation of floating-point values
33+
* [Pull request #1137](https://github.com/gazebosim/sdformat/pull/1137)
34+
35+
1. Reduce the number of include dirs for sdformat
36+
* [Pull request #1170](https://github.com/gazebosim/sdformat/pull/1170)
37+
38+
1. urdf: fix test and clean up internals
39+
* [Pull request #1126](https://github.com/gazebosim/sdformat/pull/1126)
40+
41+
1. sdf/camera.sdf: fields for projection matrix
42+
* [Pull request #1088](https://github.com/gazebosim/sdformat/pull/1088)
43+
* [Pull request #1133](https://github.com/gazebosim/sdformat/pull/1133)
44+
* [Pull request #1177](https://github.com/gazebosim/sdformat/pull/1177)
45+
46+
1. Add camera optical_frame_id element
47+
* [Pull request #1109](https://github.com/gazebosim/sdformat/pull/1109)
48+
* [Pull request #1133](https://github.com/gazebosim/sdformat/pull/1133)
49+
* [Pull request #1177](https://github.com/gazebosim/sdformat/pull/1177)
50+
751
### libsdformat 13.0.1 (2022-09-27)
852

953
1. Fix arm tests

0 commit comments

Comments
 (0)