CHANGELOG

Changelog for package ros_babel_fish

0.10.2 (2024-12-03)

  • Fixes service server segfaulting (#10) and adds a new test to cover this.

  • Added convenience methods to get and set values of compound messages.

  • Updated export of cmake variables.

  • Contributors: Stefan Fabian

0.10.1 (2024-10-25)

  • Add ActionServer (#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.

  • Contributors: Stefan Fabian

0.9.5 (2024-10-11)

  • Fixes to compile on Rolling. (#8) * Fixes to compile on Rolling. ROS 2 Rolling has made two changes that cause this package to not build in its current form: 1. The TRACEPOINT macro has been renamed to TRACETOOLS_TRACEPOINT. 2. The action_tutorials_interface package has been removed, since it was duplicating an action that was already available in example_interfaces. This commit fixes both of these issues. ——— Co-authored-by: Stefan Fabian <fabian@sim.tu-darmstadt.de>

  • Contributors: Chris Lalancette

0.9.3 (2024-08-16)

  • Updated dependencies. Removed test node. Examples serve the purpose.

  • Contributors: Stefan Fabian

0.9.2 (2024-08-14)

  • Initial release.

  • Contributors: Stefan Fabian