mros2 icon indicating copy to clipboard operation
mros2 copied to clipboard

mros2 node name cannot be observed from ROS 2 host

Open takasehideki opened this issue 10 months ago • 2 comments

We cannot observe the name of mros2 nodes from ROS 2 host, e.g., by ros2 node list.

We think this is due to the functionality limitation of embeddedRTPS, which is employed as the RTPS layer for mROS 2. While topic names in ROS2 are realized using standard DDS functions, node names seem to be implemented as a unique feature in ROS2. Officially supported DDS for ROS 2 (e.g., FastDDS) seems to work with RCL and RMW to achieve node names. We think it is unrealistic to allow embeddedRTPS to handle node names as a feature, because it is just an RTPS stack used as the standalone software for the embedded devices. Therefore, we should realize this feature in the mROS 2 hierarchy to be able to handle node names because mROS 2 corresponds to RCL and RMW layers.

takasehideki avatar Sep 07 '23 11:09 takasehideki