Skip to content

Releases: ihmcrobotics/ihmc-ros2-library

0.13.2 Release Notes

02 Jan 22:34
Compare
Choose a tag to compare

Bug fix

  • Include missing interface files necessary for the generateMessages task

0.13.1 Release Notes

12 Dec 23:51
Compare
Choose a tag to compare
  • Switched the tests to use JUnit 5.
  • Updated dependencies (ihmc-ci, ihmc-build, ihmc-pub-sub, ihmc-commons, euclid)

0.13.0 Release Notes

28 Nov 21:02
Compare
Choose a tag to compare

Upgrade dependencies

⬆️ ihmc-pub-sub 0.10.0

0.12.1 Release Notes

18 Sep 22:20
Compare
Choose a tag to compare

Hotfix

  • Fix missing common_interfaces

0.12.0 Release Notes

18 Sep 21:01
Compare
Choose a tag to compare

Upgrade Dependencies

⬆️ ihmc-pub-sub 0.9.0

Fixes

ihmc-pub-sub 0.9.0 address all known issues below.

0.11.0 Release Notes

29 Aug 16:42
Compare
Choose a tag to compare

Features

  • Add constructor to create RealtimeRos2Node with existing Ros2Node
  • Add ardent and bouncy compatibility

Usage

Set the environment variable ROS_DISTRO to bouncy or ardent to automatically switch between them. Otherwise, it is possible to hard-code the selection in the Java API.

Known Issues

In certain situations, usage of Ros2Node may crash on initialization on the takeNextData subscriber callback from from the native side. If affected, try switching to use RealtimeRos2Node instead.

Unsigned 16 and 32 bit integers are currently unchecked and could result in truncation of data with no error message if the user sets them to an invalid value. Please ensure to set uint and ulong fields to positive values up to 0xFFFF and 0xFFFFFFFF, respectively.

INTRAPROCESS mode may behave very differently from FAST_RTPS mode, as it has far less restrictions and checks. This is something we plan to address in the future, with a potential MOCK_RTPS mode.

0.10.0 Release Notes

25 Jul 19:49
Compare
Choose a tag to compare
0.10.0 Release Notes Pre-release
Pre-release

New Features

  • ROS 2 to ROS 1 message generation

0.9.0 Release Notes

15 Jun 16:04
Compare
Choose a tag to compare
0.9.0 Release Notes Pre-release
Pre-release

New features

  • Node.delete() method to release system resources taken by the participant and all publishers and subscribers that were created with it.

0.8.1 Release Notes

14 Jun 21:33
Compare
Choose a tag to compare
0.8.1 Release Notes Pre-release
Pre-release

Improvements

  • Upgrade to pub-sub 0.8.3
  • Regenerate messages
  • Add making a release document

0.8.0 Release Notes

14 Jun 21:31
Compare
Choose a tag to compare
0.8.0 Release Notes Pre-release
Pre-release

API Changes

  • Upgrade to ihmc-pub-sub-group to make API generic and friendly

Dependencies

  • Upgrade dependencies; commons 0.20.0, pub-sub 0.8.2, etc