-
Hello, I have connected a RPI4 and my new create3 via USB now. Besides this, the create3 is a really really cool toy and I learned a lot about ROS2 playing around with it the last few days. Thank you very much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can use some network monitor tools. You can use
Then execute the command using:
This should show you a log with the ROS messages and you should be able to see the network interface being used to transfer them. |
Beta Was this translation helpful? Give feedback.
You can use some network monitor tools.
For example: ROS 2 uses ports 7400, 7401, 7410, 7411 (as described here https://docs.ros.org/en/galactic/Concepts/About-Domain-ID.html#domain-id-to-udp-port-calculator).
You can use
tcpdump
:Then execute the command using:
This should show you a log with the ROS messages and you should be able to see the network interface being used to transfer them.