Skip to content

Commit 222670b

Browse files
Add default subscriber profile in ROS 2 XML configuration (#910) (#913)
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 0af9262 commit 222670b

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
@@ -2676,6 +2676,11 @@
26762676
<historyMemoryPolicy>DYNAMIC</historyMemoryPolicy>
26772677
</data_writer>
26782678

2679+
<!-- Default subscriber profile -->
2680+
<data_reader profile_name="default subscriber profile" is_default_profile="true">
2681+
<historyMemoryPolicy>DYNAMIC</historyMemoryPolicy>
2682+
</data_reader>
2683+
26792684
<!-- Publisher profile for topic helloworld -->
26802685
<data_writer profile_name="helloworld">
26812686
<qos>

0 commit comments

Comments
 (0)