v2.0.3 for ROS 2 Humble Hawksbill
·
4 commits
to humble
since this release
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 avoid *
there if accepted in upstream rmw. For now, the limitation exists to always callrmw_take_request
followed byrmw_send_response
and not call e.g. 2x timesrmw_take_request
and then 2xrmw_send_response
.
- The request payload pointer is stored in the iceoryx server abstraction. It would be better to extend
- #51
- #50
- #49