mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 18:05:17 +02:00
Refs #3552 - Adapt to new XML profiles
This commit is contained in:
committed by
Borja Outerelo
parent
bb1fe9561c
commit
d66fa96f30
@@ -1,39 +1,24 @@
|
||||
<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>
|
||||
<participant profile_name="default_xrce_participant">
|
||||
<rtps>
|
||||
<name>default_xrce_participant</name>
|
||||
</rtps>
|
||||
</participant>
|
||||
<data_writer profile_name="shapetype_data_writer">
|
||||
<topic>
|
||||
<kind>WITH_KEY</kind>
|
||||
<name>Square</name>
|
||||
<dataType>ShapeType</dataType>
|
||||
</topic>
|
||||
</data_writer>
|
||||
<data_reader profile_name="shapetype_data_reader">
|
||||
<topic>
|
||||
<kind>WITH_KEY</kind>
|
||||
<name>Square</name>
|
||||
<dataType>ShapeType</dataType>
|
||||
</topic>
|
||||
</data_reader>
|
||||
<topic profile_name="shapetype_topic">
|
||||
<kind>WITH_KEY</kind>
|
||||
<name>Square</name>
|
||||
<dataType>ShapeType</dataType>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user