Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sros2/test/policies/common/node.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<profile xmlns:xi="http://www.w3.org/2003/XInclude">
<xi:include href="node/logging.xml"
xpointer="xpointer(/profile/*)"/>
<xi:include href="node/time.xml"
xpointer="xpointer(/profile/*)"/>
<xi:include href="node/parameters.xml"
Expand Down
6 changes: 6 additions & 0 deletions sros2/test/policies/common/node/logging.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<profile>
<topics publish="ALLOW" >
<topic>/rosout</topic>
</topics>
</profile>