-
Hello. What I want to do now is to communicate between my laptop (ROS 2: Humble) and raspi4 (ROS 2: Humble). What I am trying now is the following command.
It would be nice if /chatter could be seen on the raspi side when this is executed, but it is not there. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Notebook PC: DEFAULT_CONFIG.json5
|
Beta Was this translation helpful? Give feedback.
-
Notebook PC: cyclonedds.xml
|
Beta Was this translation helpful? Give feedback.
-
Hi @uhobeike you need to start a bridge also on the RPi side, otherwise the Something like:
|
Beta Was this translation helpful? Give feedback.
Domain 0 is fine, and from the log we can see that topics are discovered and routes are created.
I think you should set
ROS_LOCALHOST_ONLY
and configure Cyclone to use thelo
interface, in the bridge it is enough to pass--ros-localhost-only
So on the PC:
on the PI: