We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I run RouDi, talker, and listener in different docker containers as follows. But I got an error
cyclonedds_shm-listener-1 | 1700235858.347359 [42] listener: unknown source entity, ignore.
You can reproduce it from here
<?xml version="1.0" encoding="UTF-8" ?> <CycloneDDS xmlns="https://cdds.io/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://cdds.io/config https://raw.githubusercontent.com/eclipse-cyclonedds/cyclonedds/iceoryx/etc/cyclonedds.xsd"> <Tracing> <Category>shm</Category> <OutputFile>stdout</OutputFile> </Tracing> <Domain id="any"> <SharedMemory> <Enable>true</Enable> <LogLevel>debug</LogLevel> </SharedMemory> </Domain> <!-- default setting --> <General> <NetworkInterfaceAddress>${NETINTERFACE}</NetworkInterfaceAddress> <AllowMulticast>false</AllowMulticast> </General> </CycloneDDS>
- /dev:/dev - /tmp:/tmp
[general] version = 1 [[segment]] [[segment.mempool]] size = 16448 count = 32768
The text was updated successfully, but these errors were encountered:
ask in rmw_cyclonedds
Sorry, something went wrong.
No branches or pull requests
description
I run RouDi, talker, and listener in different docker containers as follows. But I got an error
setup
You can reproduce it from here
The text was updated successfully, but these errors were encountered: