Skip to content

Commit c8782e7

Browse files
authored
Prepare for 13.3.0~pre1 prerelease (#1212)
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent cd08bd4 commit c8782e7

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if(COMMAND CMAKE_POLICY)
55
CMAKE_POLICY(SET CMP0004 NEW)
66
endif(COMMAND CMAKE_POLICY)
77

8-
project (sdformat13 VERSION 13.2.0)
8+
project (sdformat13 VERSION 13.3.0)
99

1010
# The protocol version has nothing to do with the package version.
1111
# It represents the current version of SDFormat implemented by the software
@@ -43,7 +43,7 @@ if (BUILD_SDF)
4343
gz_configure_project(
4444
NO_PROJECT_PREFIX
4545
REPLACE_INCLUDE_PATH sdf
46-
VERSION_SUFFIX)
46+
VERSION_SUFFIX pre1)
4747

4848
#################################################
4949
# Find tinyxml2.

Changelog.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
## libsdformat 13.X
22

3+
### libsdformat 13.3.0 (2022-12-12)
4+
5+
1. Sensor: add sdf::Errors output to API methods
6+
* [Pull request #1138](https://github.com/gazebosim/sdformat/pull/1138)
7+
8+
1. Warn child joint that resolves to world
9+
* [Pull request #1211](https://github.com/gazebosim/sdformat/pull/1211)
10+
11+
1. Converter: add sdf::Errors output to API methods
12+
* [Pull request #1123](https://github.com/gazebosim/sdformat/pull/1123)
13+
14+
1. ParamPassing: sdfwarns to sdf::Errors when warnings policy set to sdf::EnforcementPolicy::ERR
15+
* [Pull request #1135](https://github.com/gazebosim/sdformat/pull/1135)
16+
17+
1. Camera: added HasLensProjection
18+
* [Pull request #1203](https://github.com/gazebosim/sdformat/pull/1203)
19+
20+
1. Change default `camera_info_topic` value to `__default__`
21+
* [Pull request #1201](https://github.com/gazebosim/sdformat/pull/1201)
22+
23+
1. Check JointAxis expressed-in values during Load
24+
* [Pull request #1195](https://github.com/gazebosim/sdformat/pull/1195)
25+
26+
1. Added camera info topic to Camera
27+
* [Pull request #1198](https://github.com/gazebosim/sdformat/pull/1198)
28+
* [Pull request #1200](https://github.com/gazebosim/sdformat/pull/1200)
29+
30+
1. Fix static URDF models with fixed joints
31+
* [Pull request #1193](https://github.com/gazebosim/sdformat/pull/1193)
32+
333
### libsdformat 13.2.0 (2022-10-20)
434

535
1. sdf/1.10/joint.sdf: add `screw_thread_pitch`

0 commit comments

Comments
 (0)