Update channel_config.py
Added config to connect using IP Address of the robot.
This commit is contained in:
parent
82d2fd63ea
commit
64b64b75e2
|
@ -23,3 +23,14 @@ ChannelConfigAutoDetermine = '''<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
</General>
|
</General>
|
||||||
</Domain>
|
</Domain>
|
||||||
</CycloneDDS>'''
|
</CycloneDDS>'''
|
||||||
|
|
||||||
|
ChannelConfigHasIP = '''<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
<CycloneDDS>
|
||||||
|
<Domain Id="any">
|
||||||
|
<General>
|
||||||
|
<Interfaces>
|
||||||
|
<NetworkInterface address="$__IF_IP__$" priority="default" multicast="default"/>
|
||||||
|
</Interfaces>
|
||||||
|
</General>
|
||||||
|
</Domain>
|
||||||
|
</CycloneDDS>'''
|
||||||
|
|
Loading…
Reference in New Issue