Skip to content

Commit

Permalink
2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed May 1, 2024
1 parent 81eba29 commit 07f22f3
Show file tree
Hide file tree
Showing 23 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions flexbe_behavior_engine/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Changelog for package flexbe_behavior_engine
* update CMakeLists cmake_minimum_version
* Updates to dependencies for ROS build farm

Forthcoming
-----------
2.3.4 (2024-05-01)
------------------
* 2.3.3
* 2.3.2
* 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion flexbe_behavior_engine/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>flexbe_behavior_engine</name>
<version>2.3.3</version>
<version>2.3.4</version>
<description>
A meta-package to aggregate all the FlexBE packages
</description>
Expand Down
4 changes: 2 additions & 2 deletions flexbe_core/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Changelog for package flexbe_core
* clean up some spam to FlexBE app console
* include package name in behavior request (requires flexbe_app 3.1+) to allow duplicate behavior names in packages

Forthcoming
-----------
2.3.4 (2024-05-01)
------------------
* proxy action client: remove result_status and test proxy status
* Fixed bug when trying to get result state/GoalStatus.
* Add throttle option for logging (PR #14)
Expand Down
2 changes: 1 addition & 1 deletion flexbe_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flexbe_core</name>
<version>2.3.3</version>
<version>2.3.4</version>
<description>
flexbe_core provides the core components for the FlexBE behavior engine.
</description>
Expand Down
2 changes: 1 addition & 1 deletion flexbe_core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name=PACKAGE_NAME,
version='2.3.3',
version='2.3.4',
packages=find_packages(exclude=['test']),
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + PACKAGE_NAME]),
Expand Down
4 changes: 2 additions & 2 deletions flexbe_input/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Changelog for package flexbe_input
* WARNING: This change to input_state.py may require changes to how data is being sent
* Updates to dependencies for ROS build farm

Forthcoming
-----------
2.3.4 (2024-05-01)
------------------
* 2.3.3
* destroy sub/pub/client in executor thread; use SingleThreadedExecutor without callback groups; use basic pub/sub for onboard; cleanup
* 2.3.2
Expand Down
2 changes: 1 addition & 1 deletion flexbe_input/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flexbe_input</name>
<version>2.3.3</version>
<version>2.3.4</version>
<description>
flexbe_input enables to send data to onboard behavior when required.
</description>
Expand Down
2 changes: 1 addition & 1 deletion flexbe_input/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name=PACKAGE_NAME,
version='2.3.3',
version='2.3.4',
packages=find_packages(exclude=['test']),
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + PACKAGE_NAME]),
Expand Down
4 changes: 2 additions & 2 deletions flexbe_mirror/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Changelog for package flexbe_mirror
* updates to dependencies for ROS build farm
* clean up some spam to FlexBE App console and just send to local terminal and log

Forthcoming
-----------
2.3.4 (2024-05-01)
------------------
* 2.3.3
* update to protect against executor calls after unsubscribe/shutdown
* streamline pub/sub for mirror; cleanup on behavior shutdown
Expand Down
2 changes: 1 addition & 1 deletion flexbe_mirror/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flexbe_mirror</name>
<version>2.3.3</version>
<version>2.3.4</version>
<description>
flexbe_mirror implements functionality to remotely mirror an executed behavior.
</description>
Expand Down
2 changes: 1 addition & 1 deletion flexbe_mirror/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name=PACKAGE_NAME,
version='2.3.3',
version='2.3.4',
packages=find_packages(exclude=['test']),
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + PACKAGE_NAME]),
Expand Down
4 changes: 2 additions & 2 deletions flexbe_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Changelog for package flexbe_msgs
* update CMakeLists cmake_minimum_version
* Updates to dependencies for ROS build farm

Forthcoming
-----------
2.3.4 (2024-05-01)
------------------
* 2.3.3
* 2.3.2
* 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion flexbe_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flexbe_msgs</name>
<version>2.3.3</version>
<version>2.3.4</version>
<description>
flexbe_msgs provides the messages used by FlexBE.
</description>
Expand Down
4 changes: 2 additions & 2 deletions flexbe_onboard/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Changelog for package flexbe_onboard
* clean up some spam to FlexBE App console and just send to local terminal and log
* include package name in behavior request (requires flexbe_app 3.1+) to allow duplicate behavior names in packages

Forthcoming
-----------
2.3.4 (2024-05-01)
------------------
* 2.3.3
* destroy sub/pub/client in executor thread; use SingleThreadedExecutor without callback groups; use basic pub/sub for onboard; cleanup
* 2.3.2
Expand Down
2 changes: 1 addition & 1 deletion flexbe_onboard/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flexbe_onboard</name>
<version>2.3.3</version>
<version>2.3.4</version>
<description>
flexbe_onboard implements the robot-side of the behavior engine from where all behaviors are started.
</description>
Expand Down
2 changes: 1 addition & 1 deletion flexbe_onboard/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name=package_name,
version='2.3.3',
version='2.3.4',
packages=find_packages(),
data_files=[
(os.path.join('share', package_name), glob('launch/*.launch.py')),
Expand Down
4 changes: 2 additions & 2 deletions flexbe_states/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Changelog for package flexbe_states
* use wait duration with proxy action client and add timeout
* Updates to dependencies for ROS build farm

Forthcoming
-----------
2.3.4 (2024-05-01)
------------------
* 2.3.3
* destroy sub/pub/client in executor thread; use SingleThreadedExecutor without callback groups; use basic pub/sub for onboard; cleanup
* update for change in yaml loading for Iron messages; subscriber state test still not functional
Expand Down
2 changes: 1 addition & 1 deletion flexbe_states/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flexbe_states</name>
<version>2.3.3</version>
<version>2.3.4</version>
<description>
flexbe_states provides a collection of common generic predefined states.
</description>
Expand Down
2 changes: 1 addition & 1 deletion flexbe_states/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name=PACKAGE_NAME,
version='2.3.3',
version='2.3.4',
packages=find_packages(),
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + PACKAGE_NAME]),
Expand Down
4 changes: 2 additions & 2 deletions flexbe_testing/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Changelog for package flexbe_testing
* remove rclpy from CMakeLists.txt
* remove unnecessary rclcpp depends

Forthcoming
-----------
2.3.4 (2024-05-01)
------------------
* 2.3.3
* update for change in yaml loading for Iron messages; subscriber state test still not functional
* 2.3.2
Expand Down
2 changes: 1 addition & 1 deletion flexbe_testing/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flexbe_testing</name>
<version>2.3.3</version>
<version>2.3.4</version>
<description>
flexbe_testing provides a framework for unit testing states.
</description>
Expand Down
4 changes: 2 additions & 2 deletions flexbe_widget/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Changelog for package flexbe_widget
* remove unnecessary rclcpp depends
* include package name in behavior request (requires flexbe_app 3.1+) to allow duplicate behavior names in packages

Forthcoming
-----------
2.3.4 (2024-05-01)
------------------
* 2.3.3
* 2.3.2
* 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion flexbe_widget/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flexbe_widget</name>
<version>2.3.3</version>
<version>2.3.4</version>
<description>
flexbe_widget implements some smaller scripts for the behavior engine.
</description>
Expand Down

0 comments on commit 07f22f3

Please sign in to comment.