iceoryx icon indicating copy to clipboard operation
iceoryx copied to clipboard

Add default alignment to `loan` method in `popo::UntypedServerImpl` and `popo:UntypedClientImpl`

Open mossmaurice opened this issue 1 year ago • 0 comments

Brief feature description

Updating rmw_iceoryx to Blueberry v2.0.2 revealed that unlike with pub/sub, there is no loan with the default alignment iox::CHUNK_DEFAULT_USER_PAYLOAD_ALIGNMENT, see https://github.com/ros2/rmw_iceoryx/pull/84

Detailed information

  • Add default values to loan methods in popo::UntypedServerImpl and popo:UntypedClientImpl like below

https://github.com/eclipse-iceoryx/iceoryx/blob/3d22bd4c95e6dc842ef9ed769ea3127786d8a82c/iceoryx_posh/include/iceoryx_posh/internal/popo/untyped_publisher_impl.hpp#L50-L54

mossmaurice avatar Jan 12 '23 15:01 mossmaurice