-
I have a Pi 3B with Ubuntu Server installed, and it can see the ROS2 topics over the wireless network but not when wired to the Create with the setup explained below. My naive plan is to have the ROS2 communication between the PI and the Create on the wired 192.168.186.0/24 network. I would then communicate with the Pi on its wireless interface. Question: is that a recommended setup? I will be leading activities with about 30 students who are to each have their own Create, and I am exploring what we can do each in our own homes vs together in a classroom. I don't have control over the wireless in the classroom, and I'm prepared to have only one Create going in the classroom at a time. My current status: the Pi can see the ROS2 topics when the communication is wireless and the Pi is not wired to the Create. When I set things up as follows, ROS2 stops showing all topics. I've included a command trace so you can see what is happening, and here's a summary of what's in that trace: Hardware setup as in the Pi 3B Hookup Example, using the same USB-Ethernet adapter that is in the picture. Note: there is a second wired Ubuntu machine on the LAN with ROS2 installed but I'm assuming it's not interfering. Two Questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Your proposed setup with the Pi controlling the create is definitely the recommended one to develop an autonomous robotics application. We had reports of users having problems with this setup when using Cyclone dds. You could:
I recommend you to have a look at this documentation on RMW configuration https://iroboteducation.github.io/create3_docs/setup/xml-config/ |
Beta Was this translation helpful? Give feedback.
Your proposed setup with the Pi controlling the create is definitely the recommended one to develop an autonomous robotics application.
We had reports of users having problems with this setup when using Cyclone dds.
You could:
DontRoute
option in your Cyclone xml filesI recommend you to have a look at this documentation on RMW configuration https://iroboteducation.github.io/create3_docs/setup/xml-config/