Skip to content

Commit 75ddf07

Browse files
committed
Version bump to 0.7.1
* Improved metadata for ROS 2 package releases Signed-off-by: Nordmann Arne (CR/ADT3) <arne.nordmann@de.bosch.com>
1 parent 9047090 commit 75ddf07

6 files changed

Lines changed: 27 additions & 8 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package system_modes_examples
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.7.1 (2020-04-22)
6+
-----------
7+
8+
* Improved metadata for ROS 2 package releases
9+
510
0.7.0 (2020-04-22)
611
-----------
712

system_modes/package.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>system_modes</name>
5-
<version>0.7.0</version>
5+
<version>0.7.1</version>
66
<description>
77
The system modes concept assumes that a robotics system is built
88
from components with a lifecycle. It adds a notion of (sub-)systems,
@@ -13,6 +13,10 @@
1313
<maintainer email="arne.nordmann@bosch.com">Arne Nordmann</maintainer>
1414
<license>Apache License 2.0</license>
1515

16+
<url type="website">https://micro.ros.org/docs/concepts/client_library/lifecycle_and_system_modes/</url>
17+
<url type="repository">https://github.com/micro-ROS/system_modes</url>
18+
<url type="bugtracker">https://github.com/micro-ROS/system_modes/issues</url>
19+
1620
<buildtool_depend>ament_cmake</buildtool_depend>
1721

1822
<depend>builtin_interfaces</depend>
File renamed without changes.

system_modes_examples/package.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>system_modes_examples</name>
5-
<version>0.7.0</version>
5+
<version>0.7.1</version>
66
<description>
77
Simple example system and according launch files for the system_modes
88
package.
99
</description>
1010
<maintainer email="arne.nordmann@bosch.com">Arne Nordmann</maintainer>
1111
<license>Apache License 2.0</license>
1212

13+
<url type="website">https://micro.ros.org/docs/concepts/client_library/lifecycle_and_system_modes/</url>
14+
<url type="repository">https://github.com/micro-ROS/system_modes</url>
15+
<url type="bugtracker">https://github.com/micro-ROS/system_modes/issues</url>
16+
1317
<buildtool_depend>ament_cmake</buildtool_depend>
1418

1519
<depend>rclcpp</depend>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package system_modes_examples
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.7.1 (2020-04-22)
6+
-----------
7+
8+
* Improved metadata for ROS 2 package releases
9+
510
0.7.0 (2020-04-22)
611
-----------
712

system_modes_msgs/package.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>system_modes_msgs</name>
5-
<version>0.7.0</version>
5+
<version>0.7.1</version>
66
<description>
7-
The system modes concept assumes that a robotics system is built
8-
from components with a lifecycle. It adds a notion of (sub-)systems,
9-
hiararchically grouping these nodes, as well as a notion of modes
10-
that determine the configuration of these nodes and (sub-)systems in
11-
terms of their parameter values.
7+
Interface package, containing message definitions and service definitions
8+
for the system modes package.
129
</description>
1310
<maintainer email="arne.nordmann@bosch.com">Arne Nordmann</maintainer>
1411
<license>Apache License 2.0</license>
1512

13+
<url type="website">https://micro.ros.org/docs/concepts/client_library/lifecycle_and_system_modes/</url>
14+
<url type="repository">https://github.com/micro-ROS/system_modes</url>
15+
<url type="bugtracker">https://github.com/micro-ROS/system_modes/issues</url>
16+
1617
<buildtool_depend>ament_cmake</buildtool_depend>
1718

1819
<depend>builtin_interfaces</depend>

0 commit comments

Comments
 (0)