force rpi4 to send over usb0? #274
-
I am going to insert a RPI4 into my brand new create3 and have both of them connected to my local WLAN, too. Because of this, I ask myself (and now you) a question: I assume, I am making a mistake in thinking, because I am totally new in ROS2. Please can you tell me, where I am wrong or what I have to do, to get this scenario working? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
This is discussed here: You can see a section discussing using multiple network interfaces simultaneously for either Cyclone or FastDDS. This is what you will be doing on the Raspberry Pi, using both wlan0 and usb0. FastDDS will automatically use all the interfaces it finds on startup, with Cyclone (the default for galactic), you will have to supply a config file specifying both interfaces, that is covered in the link above. Make sure your Create is configured to use the same RMW (Cyclone or Fast) that you are using on the pi, that is configured on the Create’s webserver. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your answer! |
Beta Was this translation helpful? Give feedback.
This is discussed here:
https://iroboteducation.github.io/create3_docs/setup/xml-config/
You can see a section discussing using multiple network interfaces simultaneously for either Cyclone or FastDDS. This is what you will be doing on the Raspberry Pi, using both wlan0 and usb0. FastDDS will automatically use all the interfaces it finds on startup, with Cyclone (the default for galactic), you will have to supply a config file specifying both interfaces, that is covered in the link above. Make sure your Create is configured to use the same RMW (Cyclone or Fast) that you are using on the pi, that is configured on the Create’s webserver.