Skip to content

Commit de06e21

Browse files
author
David Conner
committed
2.3.3
1 parent 775f672 commit de06e21

24 files changed

Lines changed: 60 additions & 15 deletions

File tree

.github/workflows/flexbe_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- os: ubuntu-22.04
2222
ros: rolling
2323
python: python3
24-
ci_branch: ros2-devel
24+
ci_branch: rolling
2525

2626
runs-on: ${{ matrix.os }}
2727
env:

flexbe_behavior_engine/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22
Changelog for package flexbe_behavior_engine
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
2.3.3 (2023-08-09)
5+
------------------
6+
47
2.3.2 (2023-08-01)
58
------------------
69

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>2.3.2</version>
4+
<version>2.3.3</version>
55
<description>
66
A meta-package to aggregate all the FlexBE packages
77
</description>

flexbe_core/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22
Changelog for package flexbe_core
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
2.3.3 (2023-08-09)
5+
------------------
6+
* destroy sub/pub/client in executor thread
7+
* update to protect against executor calls after unsubscribe/shutdown
8+
* use SingleThreadedExecutor without callback groups
9+
* use basic pub/sub for onboard; cleanup
10+
411
2.3.2 (2023-08-01)
512
------------------
613

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>2.3.2</version>
7+
<version>2.3.3</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='2.3.2',
9+
version='2.3.3',
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22
Changelog for package flexbe_input
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
2.3.3 (2023-08-09)
5+
------------------
6+
* destroy sub/pub/client in executor thread
7+
* use SingleThreadedExecutor without callback groups
8+
* use basic pub/sub for onboard
9+
* cleanup
10+
411
2.3.2 (2023-08-01)
512
------------------
613
* use standard queue for complex_action_server

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>2.3.2</version>
7+
<version>2.3.3</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='2.3.2',
9+
version='2.3.3',
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22
Changelog for package flexbe_mirror
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
2.3.3 (2023-08-09)
5+
------------------
6+
* streamline pub/sub for mirror
7+
* cleanup on behavior shutdown
8+
* destroy sub/pub/client in executor thread
9+
* use SingleThreadedExecutor without callback groups
10+
411
2.3.2 (2023-08-01)
512
------------------
613

0 commit comments

Comments
 (0)