ros2 / rmw_fastrtps

Implementation of the ROS Middleware (rmw) Interface using eProsima's Fast RTPS.
Apache License 2.0
147 stars 116 forks source link

Add support for data representation (backport #756) #759

Closed mergify[bot] closed 1 month ago

mergify[bot] commented 1 month ago

This fixes the failures mentioned here by implementing the new is_plain overload of Fast DDS type support interface.

It additionally sets the data representation policy of created DataReader and DataWriter entities to XCDR1, since it is what the type support is using.


This is an automatic backport of pull request #756 done by Mergify.

ahcorde commented 1 month ago
ahcorde commented 1 month ago

CI warnings are unrelated