-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcyclone_config.xml
More file actions
executable file
·31 lines (31 loc) · 941 Bytes
/
cyclone_config.xml
File metadata and controls
executable file
·31 lines (31 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<CycloneDDS>
<Domain>
<General>
<AllowMulticast>false</AllowMulticast>
<MaxMessageSize>1400B</MaxMessageSize>
<Interfaces>
<!-- Note: The name="" must be set in according to ifconfig -->
<!-- <NetworkInterface name="enp4s0" priority="1"/> -->
<NetworkInterface name="lo" priority="0"/>
</Interfaces>
</General>
<Discovery>
<ParticipantIndex>auto</ParticipantIndex>
<Peers>
<Peer Address="localhost"/>
<Peer Address="192.168.254.100"/> <!-- UR10 E 2F-->
<!-- <Peer Address=""/> --> <!-- Tiago pro-->
</Peers>
<MaxAutoParticipantIndex>500</MaxAutoParticipantIndex>
</Discovery>
<Internal>
<Watermarks>
<WhcHigh>2000kB</WhcHigh>
</Watermarks>
</Internal>
<Tracing>
<Verbosity>config</Verbosity>
<OutputFile>${HOME}/.ros/log/cdds.log</OutputFile>
</Tracing>
</Domain>
</CycloneDDS>