Skip to content

Commit f2305e3

Browse files
committed
Version push to 0.4.0
Signed-off-by: Arne Nordmann <arne.nordmann@de.bosch.com>
1 parent c883230 commit f2305e3

4 files changed

Lines changed: 27 additions & 7 deletions

File tree

system_modes/changelog.rst

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

5+
0.4.0 (2020-09-30)
6+
-----------
7+
* mode event now including start and goal mode
8+
* publish inferred state and mode transitions
9+
* https://github.com/micro-ROS/system_modes/issues/42
10+
511
0.3.0 (2020-07-23)
612
-----------
713
* removed boost dependencies (was: program options)

system_modes/package.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
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.3.0</version>
6-
<description>Model-based distributed configuration handling.</description>
5+
<version>0.4.0</version>
6+
<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.
12+
</description>
713
<maintainer email="arne.nordmann@bosch.com">Arne Nordmann</maintainer>
814
<license>Apache License 2.0</license>
915

system_modes_examples/changelog.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2-
Changelog for package system_modes
3-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package system_modes_examples
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
0.4.0 (2020-09-30)
6+
-----------
7+
* publish inferred state and mode transitions
8+
* https://github.com/micro-ROS/system_modes/issues/42
49

510
0.3.0 (2020-07-23)
611
-----------

system_modes_examples/package.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
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.3.0</version>
6-
<description>Simple example system for system_modes package.</description>
5+
<version>0.4.0</version>
6+
<description>
7+
Simple example system and according launch files for the system_modes
8+
package.
9+
</description>
710
<maintainer email="arne.nordmann@bosch.com">Arne Nordmann</maintainer>
811
<license>Apache License 2.0</license>
912

0 commit comments

Comments
 (0)