Skip to content

ign topic -l empty in ignition-blueprint on one computer #294

@peci1

Description

@peci1

We have one desktop computer with clean install of Ubuntu 18.04.4 and NVidia GTX 1060 GPU. On this particular desktop, ignition topics of gazebo do not work. I've no idea why, because on other machines it does.

Terminal 1:

$ ign gazebo

Terminal 2:

$ ign topic -l
$

Clearly, the ign topic command doesn't see any published topics. On other machines it does.

But if I try ign-transport directly, it works:

Terminal 1:

$ while true; do ign topic -t /foo -m   ignition.msgs.StringMsg -p 'data:"Custom data"'; done

Terminal 2:

$ ign topic -e -t /foo
data: "Custom data"

data: "Custom data"

data: "Custom data"

data: "Custom data"

^C$

Do you have an idea how to debug this computer? I've tried running in both terminals with IGN_PARTITION=foo, but the result was the same. I tried launching with IGN_VERBOSE=1, but nothing weird would be shown. I tried calling ign topic -e via strace, and I saw a lot of successful setsockopt, IP_ADD_MEMBERSHIP etc, followed by writing \1\0\0\0\0\0\0\0\0 into the socket, and then a timed-out poll. I tried turning off all network interfaces except lo, but no change. We tried reinstalling the computer - no help.

We've also accidentally installed ignition-citadel, and there the communication worked. But we need blueprint for the SubT challenge. Once I uninstalled citadel (apt remove ignition-citadel && apt autoremove), the communication in blueprint is broken again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions