Skip to content

Commit 7ffe353

Browse files
Add default subscriber profile in ROS 2 XML configuration (#910) (#915)
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 8db39c1 commit 7ffe353

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
@@ -2702,6 +2702,11 @@
27022702
<historyMemoryPolicy>DYNAMIC</historyMemoryPolicy>
27032703
</data_writer>
27042704

2705+
<!-- Default subscriber profile -->
2706+
<data_reader profile_name="default subscriber profile" is_default_profile="true">
2707+
<historyMemoryPolicy>DYNAMIC</historyMemoryPolicy>
2708+
</data_reader>
2709+
27052710
<!-- Publisher profile for topic helloworld -->
27062711
<data_writer profile_name="helloworld">
27072712
<qos>

0 commit comments

Comments
 (0)