Skip to content

Commit 3f06802

Browse files
Add default subscriber profile in ROS 2 XML configuration (#910) (#914)
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> (cherry picked from commit 6e60196) Co-authored-by: Mario Domínguez López <116071334+Mario-DL@users.noreply.github.com>
1 parent fbd01d3 commit 3f06802

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

code/XMLTester.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2209,6 +2209,11 @@
22092209
<historyMemoryPolicy>DYNAMIC</historyMemoryPolicy>
22102210
</data_writer>
22112211

2212+
<!-- Default subscriber profile -->
2213+
<data_reader profile_name="default subscriber profile" is_default_profile="true">
2214+
<historyMemoryPolicy>DYNAMIC</historyMemoryPolicy>
2215+
</data_reader>
2216+
22122217
<!-- Publisher profile for topic helloworld -->
22132218
<data_writer profile_name="helloworld">
22142219
<qos>

0 commit comments

Comments
 (0)