Robotics StackExchange | Archived questions

rclnodejs with multi machine setup

I am trying to use rclnodejs to script some of my ROS2 tasks. My setup is spread across multiple machines. All of them are configured with the same ROSDOMAINID and they all use eclipse cyclone dds. I am able to use ros2 command line tools to query and list topics/services across the machines. But rclnodejs is not listing topics from other machines. Has anyone tried this before? Are there other steps required for rclnodejs to work in this fashion? Thanks in advance!

Asked by abishek on 2023-07-09 00:41:46 UTC

Comments

Answers

Turns out, rclnodejs is still able to receive messages on topics even if they are not listed by the function call. So I guess am covered for now. But please do share any suggestions on how this is typically used. Thanks again!

Asked by abishek on 2023-07-09 21:26:57 UTC

Comments