Skip to content

Commit ced1813

Browse files
authored
Added warning about ROS2 IDLs (#1037)
* Refs 22865: Added warning about possible incaptibility betqeen ROS2 and Fast IDLs Signed-off-by: Juanjo Garcia <[email protected]> * Refs 22865: Added reviewer suggestions Signed-off-by: Juanjo Garcia <[email protected]> * Refs 22865: corrected failing CI Signed-off-by: Juanjo Garcia <[email protected]> --------- Signed-off-by: Juanjo Garcia <[email protected]>
1 parent 391c521 commit ced1813

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/fastddsgen/dataTypes/dataTypes.rst

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Be aware that *Fast DDS-Gen* is not case sensitive as it is specified in the
1717
To activate case sensitivity use option :code:`-cs` when running *Fast DDS-Gen* (see
1818
:ref:`fastddsgen_supported_options`).
1919

20+
.. warning::
21+
22+
Note that IDL files created by ROS 2 are not necessarily compatible with Fast DDS applications, since they are processed in a different manner and can lead to incompatible type definitions.
23+
For a detailed explanation on how to ensure compatibility between ROS 2 and Fast DDS applications, please refer to this `Vulcanexus tutorial <https://docs.vulcanexus.org/en/jazzy/rst/tutorials/core/deployment/dds2vulcanexus/dds2vulcanexus_ros2idl.html>`_.
24+
2025
.. _idl_primitive_types:
2126

2227
Primitive types

0 commit comments

Comments
 (0)