Skip to content

Commit 1a2c406

Browse files
authored
Prepare for 10.7.0~pre1 (#799)
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent 92d20d2 commit 1a2c406

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

CMakeLists.txt

+3-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 (sdformat10 VERSION 10.6.0)
8+
project (sdformat10 VERSION 10.7.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
@@ -24,7 +24,8 @@ set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR})
2424
if (BUILD_SDF)
2525
ign_configure_project(
2626
NO_IGNITION_PREFIX
27-
REPLACE_IGNITION_INCLUDE_PATH sdf)
27+
REPLACE_IGNITION_INCLUDE_PATH sdf
28+
VERSION_SUFFIX pre1)
2829

2930
#################################################
3031
# Find tinyxml2.

Changelog.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
## libsdformat 10.X
22

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+
342
### libsdformat 10.6.0 (2021-09-08)
443

544
1. Parse URDF continuous joint effort/velocity limits

0 commit comments

Comments
 (0)