Update channel_config.py

Added config to connect using IP Address of the robot.
This commit is contained in:
Irfan 2024-05-22 21:58:03 +04:00 committed by GitHub
parent 82d2fd63ea
commit 64b64b75e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -23,3 +23,14 @@ ChannelConfigAutoDetermine = '''<?xml version="1.0" encoding="UTF-8" ?>
</General>
</Domain>
</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>'''