Skip to content

Commit 6e60196

Browse files
authored
Add default subscriber profile in ROS 2 XML configuration (#910)
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
1 parent 30b7f05 commit 6e60196

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
@@ -2646,6 +2646,11 @@
26462646
<historyMemoryPolicy>DYNAMIC</historyMemoryPolicy>
26472647
</data_writer>
26482648

2649+
<!-- Default subscriber profile -->
2650+
<data_reader profile_name="default subscriber profile" is_default_profile="true">
2651+
<historyMemoryPolicy>DYNAMIC</historyMemoryPolicy>
2652+
</data_reader>
2653+
26492654
<!-- Publisher profile for topic helloworld -->
26502655
<data_writer profile_name="helloworld">
26512656
<qos>

0 commit comments

Comments
 (0)