Any time when running ROS, and a new ROS connection is made (any node starting up, including "nodes" that are created as part of things like rostopic hz or rostopic listen), about 10 or so of the following Warning messages are printed to output. From what I can tell, it has no affect on performance, but when you start > 3 nodes, it can become overwhelming very quickly.
host QEMU_IFLA type: 48
host QEMU_IFLA type: 43
host QEMU_IFLA type: 47
# and so on..
I believe this issue is best placed in this repo:
Any time when running ROS, and a new ROS connection is made (any node starting up, including "nodes" that are created as part of things like
rostopic hz
orrostopic listen
), about 10 or so of the following Warning messages are printed to output. From what I can tell, it has no affect on performance, but when you start > 3 nodes, it can become overwhelming very quickly.