Skip to content

Commit

Permalink
Add default subscriber profile in ROS 2 XML configuration (#910) (#914)
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Dominguez <[email protected]>
(cherry picked from commit 6e60196)

Co-authored-by: Mario Domínguez López <[email protected]>
  • Loading branch information
mergify[bot] and Mario-DL committed Sep 19, 2024
1 parent fbd01d3 commit 3f06802
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 @@ -2209,6 +2209,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 3f06802

Please sign in to comment.