Skip to content

Commit

Permalink
Add default subscriber profile in ROS 2 XML configuration (#910)
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Dominguez <[email protected]>
(cherry picked from commit 6e60196)
  • Loading branch information
Mario-DL authored and mergify[bot] committed Sep 19, 2024
1 parent 47184c2 commit 34831a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/XMLTester.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2702,6 +2702,11 @@
<historyMemoryPolicy>DYNAMIC</historyMemoryPolicy>
</data_writer>

<!-- Default subscriber profile -->
<data_reader profile_name="default subscriber profile" is_default_profile="true">
<historyMemoryPolicy>DYNAMIC</historyMemoryPolicy>
</data_reader>

<!-- Publisher profile for topic helloworld -->
<data_writer profile_name="helloworld">
<qos>
Expand Down

0 comments on commit 34831a8

Please sign in to comment.