Skip to content

No statistics data and missing physical entities when using ROS 2 humble node #186

@Chandan-kumar-R

Description

@Chandan-kumar-R

I'm experiencing an issue when using the DDS Monitor with a ROS 2 humble node. When I run the HelloWorldExample LINK from the DDS Suites, I can see all the statistics data and the physical entities in the DDS Monitor. However, when I use a ROS 2 humble node, LINK although I can see my publisher and subscriber on the DDS entities, there is no information displayed in the physical entities section, and the statistics data is missing.

Output of DDS HelloWorldExample:
Screenshot from 2023-05-23 13-23-36

Steps to Reproduce:

  • Run the HelloWorldExample from the DDS Suites.
  • Launch the DDS Monitor and observe the physical entities and statistics data.
  • Run a ROS 2 humble node that publishes and subscribes to a topic.
  • Launch the DDS Monitor and notice that the physical entities section is empty, and there are no statistics data displayed.

Expected Behavior:
When using the DDS Monitor with a ROS 2 humble node, I expect to see the publisher and subscriber information in the physical entities section, as well as the statistics data for the node.

Actual Behavior:
The physical entities section is empty, and there are no statistics data displayed when using the DDS Monitor with a ROS 2 humble node.
Output of ros2 humble node:
Screenshot from 2023-05-23 13-28-51

Additional Information:

  • I have verified that the ROS 2 humble node is functioning correctly, as I can see the expected output in the console.

  • I have tried different versions of DDS Monitor, but the issue persists.

  • I have also build the workspace with --cmake-args -DFASTDDS_STATISTICS=ON and exported all the environment variable.

Environment:

ROS 2 version: Humble
DDS Monitor version: 1.3.0
Operating System: Ubuntu 22.04.2 LTS

Metadata

Metadata

Assignees

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