Skip to content
New issue

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

Got "unknown source entity, ignore." when only use shared memory #1881

Closed
ipa-rwu opened this issue Nov 17, 2023 · 1 comment
Closed

Got "unknown source entity, ignore." when only use shared memory #1881

ipa-rwu opened this issue Nov 17, 2023 · 1 comment

Comments

@ipa-rwu
Copy link

ipa-rwu commented Nov 17, 2023

description

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.

image

setup

You can reproduce it from here

  • compose.cyclone.yaml
    <?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>
    
  • docker compose file
    • Connect to a docker network (driver: bridge)
    • Use shared volumes:
      - /dev:/dev
      - /tmp:/tmp
      
  • iox_config.toml
    [general]
    version = 1
    
    [[segment]]
    
    [[segment.mempool]]
    size = 16448
    count = 32768
@ipa-rwu
Copy link
Author

ipa-rwu commented Nov 17, 2023

ask in rmw_cyclonedds

@ipa-rwu ipa-rwu closed this as completed Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant