mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 18:05:17 +02:00
40 lines
1004 B
XML
40 lines
1004 B
XML
<participant profile_name="participant_profile">
|
|
<rtps>
|
|
<builtin>
|
|
<leaseDuration>
|
|
<durationbyname>INFINITE</durationbyname>
|
|
</leaseDuration>
|
|
<domainId>0</domainId>
|
|
</builtin>
|
|
<name>DataReader_participant_subscriber</name>
|
|
</rtps>
|
|
</participant>
|
|
<publisher profile_name="publisher_profile">
|
|
<topic>
|
|
<kind>WITH_KEY</kind>
|
|
<name>Square</name>
|
|
<dataType>ShapeType</dataType>
|
|
<historyQos>
|
|
<kind>KEEP_LAST</kind>
|
|
<depth>5</depth>
|
|
</historyQos>
|
|
<durability>
|
|
<kind>TRANSIENT_LOCAL</kind>
|
|
</durability>
|
|
</topic>
|
|
</publisher>
|
|
<subscriber profile_name="subscriber_profile">
|
|
<topic>
|
|
<kind>WITH_KEY</kind>
|
|
<name>Square</name>
|
|
<dataType>ShapeType</dataType>
|
|
<historyQos>
|
|
<kind>KEEP_LAST</kind>
|
|
<depth>5</depth>
|
|
</historyQos>
|
|
<durability>
|
|
<kind>TRANSIENT_LOCAL</kind>
|
|
</durability>
|
|
</topic>
|
|
</subscriber>
|