File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Changelog for package system_modes_examples
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ 0.6.0 (2020-03-16)
6+ -----------
7+ * Introduced mode observer https://github.com/micro-ROS/system_modes/issues/59
8+ * Mode manager prevents redundant mode changes https://github.com/micro-ROS/system_modes/pull/67
9+ * Minor bugfix in inference
10+
5110.5.0 (2020-03-16)
612-----------
713* Atomic parameter setting https://github.com/micro-ROS/system_modes/issues/59
Original file line number Diff line number Diff line change 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.5 .0</version >
5+ <version >0.6 .0</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,
Original file line number Diff line number Diff line change 22Changelog for package system_modes_examples
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ 0.6.0 (2020-03-16)
6+ -----------
7+ * Introduced mode observer https://github.com/micro-ROS/system_modes/issues/59
8+ * Mode manager prevents redundant mode changes https://github.com/micro-ROS/system_modes/pull/67
9+ * Minor bugfix in inference
10+
5110.5.0 (2020-03-16)
612-----------
713* Atomic parameter setting https://github.com/micro-ROS/system_modes/issues/59
@@ -24,6 +30,12 @@ Changelog for package system_modes_examples
2430* publish inferred state and mode transitions
2531* https://github.com/micro-ROS/system_modes/issues/42
2632
33+ 0.4.0 (2020-09-30)
34+ -----------
35+ * mode event now including start and goal mode
36+ * publish inferred state and mode transitions
37+ * https://github.com/micro-ROS/system_modes/issues/42
38+
27390.3.0 (2020-07-23)
2840-----------
2941* removed boost dependencies (was: program options)
Original file line number Diff line number Diff line change 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.5 .0</version >
5+ <version >0.6 .0</version >
66 <description >
77 Simple example system and according launch files for the system_modes
88 package.
You can’t perform that action at this time.
0 commit comments