Skip to content

Commit 9f9aa6b

Browse files
author
David Conner
committed
4.1.2
1 parent 60c63fe commit 9f9aa6b

23 files changed

Lines changed: 59 additions & 14 deletions

File tree

flexbe_behavior_engine/CHANGELOG.rst

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

5+
4.1.2 (2026-05-07)
6+
------------------
7+
58
4.1.1 (2026-03-25)
69
------------------
710
* bump version to 4.1.0

flexbe_behavior_engine/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>flexbe_behavior_engine</name>
4-
<version>4.1.1</version>
4+
<version>4.1.2</version>
55
<description>
66
A meta-package to aggregate all the FlexBE packages
77
</description>

flexbe_core/CHANGELOG.rst

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

5+
4.1.2 (2026-05-07)
6+
------------------
7+
* Support nested behavior source paths in BehaviorLibrary for multi-package behavior hierarchies
8+
* Convert tuple/list behavior parameters to scalar automatically; warn on unhandled conversions
9+
* Replace runtime ``assert`` statements with ``StateError`` exceptions in core state containers
10+
* Rename ``make_persistant`` to ``make_persistent`` in ProxySubscriberCached; deprecated alias retained
11+
* Fix heartbeat topic type mappings in Topics constants
12+
* Move traceback imports to module level in ConcurrencyContainer and OperatableStateMachine
13+
* Proxy shutdown and GoalStatus constant cleanup in ProxyActionClient and ProxyPublisher
14+
* Fix test assertion to verify output userdata data-contract rather than proxy object identity
15+
516
4.1.1 (2026-03-25)
617
------------------
718
* modify handling of PriorityContainer

flexbe_core/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>flexbe_core</name>
7-
<version>4.1.1</version>
7+
<version>4.1.2</version>
88
<description>
99
flexbe_core provides the core components for the FlexBE behavior engine.
1010
</description>

flexbe_core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name=PACKAGE_NAME,
9-
version='4.1.1',
9+
version='4.1.2',
1010
packages=find_packages(exclude=['test']),
1111
data_files=[
1212
('share/ament_index/resource_index/packages', ['resource/' + PACKAGE_NAME]),

flexbe_input/CHANGELOG.rst

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

5+
4.1.2 (2026-05-07)
6+
------------------
7+
58
4.1.1 (2026-03-25)
69
------------------
710
* add test coverage across all packages

flexbe_input/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>flexbe_input</name>
7-
<version>4.1.1</version>
7+
<version>4.1.2</version>
88
<description>
99
flexbe_input enables to send data to onboard behavior when required.
1010
</description>

flexbe_input/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name=PACKAGE_NAME,
9-
version='4.1.1',
9+
version='4.1.2',
1010
packages=find_packages(exclude=['test']),
1111
data_files=[
1212
('share/ament_index/resource_index/packages', ['resource/' + PACKAGE_NAME]),

flexbe_mirror/CHANGELOG.rst

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

5+
4.1.2 (2026-05-07)
6+
------------------
7+
* Add startup timer probes to detect and report unresponsive mirror node at launch
8+
* Handle ``rclpy.InvalidHandle`` exceptions during shutdown to prevent spurious error logs
9+
510
4.1.1 (2026-03-25)
611
------------------
712
* fix deadlock issue in mirror

flexbe_mirror/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>flexbe_mirror</name>
7-
<version>4.1.1</version>
7+
<version>4.1.2</version>
88
<description>
99
flexbe_mirror implements functionality to remotely mirror an executed behavior.
1010
</description>

0 commit comments

Comments
 (0)