Help: Establishing Communication via Serial #137
-
Hello, On the laptop2, I don't have ROS2 or Zenoh installed, so I created a Docker container using this Dockerfile. I built the container with the following command:
With the setup ready, I tested the bridge with the following commands: Laptop2
Laptop1
With this basic test, it can be verified that the Zenoh bridge performs the discovery process, and both laptops see and connect to each other. So far, there are no problems. The next step is that I would like to test other methods of communication, besides the computer's Wifi interface. For this purpose, I have two 433 MHz Wi-Fi antennas (Sik Radio). I connected both antennas via usb Serial to the laptop1, testing the communication between both devices with this two pyserial programs. I now intend to connect the two laptops through the antennas, connected to the USB0 port of each laptop respectively. Following the Zenoh instructions to connect two devices via the serial port, I entered the following command:
However, I get the following error: Am I doing something wrong? Am I missing any additional configuration in my setup? Any help and recommendations for the project would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Problem solved!! I had to add the serial features to the Dockerfile:
In addition to this, I had to set one side as connecting, and the other as listening:
This question was solved in the Discord community. In their channel they are very active, and they solved my issues with great speed and clarity. I would recommend joining this channel because they are very nice and they keep informed of the updates of this project. |
Beta Was this translation helpful? Give feedback.
Problem solved!!
I had to add the serial features to the Dockerfile:
In addition to this, I had to set one side as connecting, and the other as listening:
This question was solved in the Discord community. In their channel they are very active, and they solved my issues with great speed and clarity. I would recommend joining this channel because they are very nice and they keep informed of the updates of this project.