Skip to content

Releases: ros2/rmw_iceoryx

v2.0.3 for ROS 2 Iron Irwini

25 Oct 12:25
beef9db
Compare
Choose a tag to compare

New features

  • Add rmw_get_gid_for_client and stubs for other new rmw functions #99

Bugfixes & refactorings

  • Fix macOS build #90
  • Set C++ standard in accordance with iceoryx #93
  • Use rcutils_get_executable_name to get the name of the process #94

Known limitations

  • Service/Client communication
    • The request payload pointer is stored in the iceoryx server abstraction. It would be better to extend rmw_request_id_t and add a void * there if accepted in upstream rmw. For now, the limitation exists to always call rmw_take_request followed by rmw_send_response and not call e.g. 2x times rmw_take_request and then 2x rmw_send_response.
  • #51
  • #50
  • #49

v2.0.3 for ROS 2 Humble Hawksbill

02 Feb 15:19
c2348ff
Compare
Choose a tag to compare

New features

  • ROS 2 Services (Server/Client) communication #76

Bugfixes & refactorings

  • None

Known limitations

  • Service/Client communication
    • The request payload pointer is stored in the iceoryx server abstraction. It would be better to extend rmw_request_id_t and add a void * there if accepted in upstream rmw. For now, the limitation exists to always call rmw_take_request followed by rmw_send_response and not call e.g. 2x times rmw_take_request and then 2x rmw_send_response.
  • #51
  • #50
  • #49

v1.0.1 for ROS 2 Galactic Geochelone

12 Jan 10:58
1b429be
Compare
Choose a tag to compare

New features

Bugfixes & refactorings

Known limitations

  • Services and and pub/sub events are not implemented, see here
  • #51
  • #50
  • #49

v1.0.1 for ROS 2 Foxy Fitzroy

29 Jul 16:01
676a6de
Compare
Choose a tag to compare

New features

  • Updated Eclipse iceoryx to v1.0.1
  • iox::popo::WaitSet and iox::popo::UserTrigger replaced custom classes in rmw_iceoryx

Known limitations

  • Services and and pub/sub events are not implemented, see here
  • #51
  • #50
  • #49

v0.16.1

03 Mar 00:35
2bf79f7
Compare
Choose a tag to compare

Better support for Python API. Release to be on pair with https://github.com/eclipse/iceoryx/releases/tag/v0.16.1

v0.16.0

17 Dec 16:24
Compare
Choose a tag to compare