Skip to content

Commit

Permalink
0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFabian committed Dec 30, 2024
1 parent c35752d commit 13cbfbf
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
18 changes: 18 additions & 0 deletions ros_babel_fish/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Changelog for package ros_babel_fish
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.6 (2024-12-30)
------------------
* Fixes service server segfaulting (`#10 <https://github.com/LOEWE-emergenCITY/ros_babel_fish/issues/10>`_) and adds a new test to cover this.
* Added convenience methods to get and set values of compound messages.
* Add ActionServer (`#9 <https://github.com/LOEWE-emergenCITY/ros_babel_fish/issues/9>`_)
* More verbose error message when trying to assign a value to a CompoundMessage.
* Moved BabelFishAction definition to separate header in preparation for BabelFishActionServer.
* Added BabelFishActionServer with tests.
* Suppress false positive in cppcheck.
* Enable inline suppression in cppcheck.
* Updated test message and added goal rejected and cancel rejected tests for client.
* Refactored action client and added new tests.
* Added more method documentation.
* Added convenience methods to create empty action goals with BabelFish.
* Improved exceptions in type support loading.
* Updated export of cmake variables.
* Contributors: Stefan Fabian

0.9.4 (2024-09-03)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ros_babel_fish/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ros_babel_fish</name>
<version>0.9.4</version>
<version>0.9.6</version>
<description>
A runtime message handler for ROS.
Allows subscription, publishing, calling of services and actions with messages known only at runtime as long
Expand Down
5 changes: 5 additions & 0 deletions ros_babel_fish_test_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package ros_babel_fish_test_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.6 (2024-12-30)
------------------
* Updated test message and added goal rejected and cancel rejected tests for client.
* Contributors: Stefan Fabian

0.9.4 (2024-09-03)
------------------
* Added missing action_msgs dependency.
Expand Down
2 changes: 1 addition & 1 deletion ros_babel_fish_test_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ros_babel_fish_test_msgs</name>
<version>0.9.4</version>
<version>0.9.6</version>
<description>Test messages for the ros_babel_fish project tests.</description>
<maintainer email="[email protected]">Stefan Fabian</maintainer>
<license>MIT</license>
Expand Down

0 comments on commit 13cbfbf

Please sign in to comment.