-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to pub/sub directly between two STMs ? #38
Comments
It's a test report. However, when trying to pub/sub between STM32s, these two logs do not appear. --------- When connecting mros2-host-examples (ubuntu 20.04 Foxy) with STM32, two logs are output to the serial log. ------- [MROS2LIB] create_node publishing msg: 'Hello from mros2-mbed onto NUCLEO_H743ZI2 2nd : 0' |
@yamati-kz If we want multiple mros2 boards to communicate directly with each other, we need to set Actually, I have not tried this yet. However, this information was given to me by a cool engineer at eSol who developed the following demo, so I think it is a solid solution. Please try it out! |
I tried, but direct communication with multiple mros2 boards was not successful. I tried setting it to a value like this. // second board |
I tried Publish directly from mros2-esp32 to mros2-esp-32, and Pub/Sub was successful. |
I'm trying it, but it doesn't work. I'm happy to receive advice.
pub/sub is working between STM32 NUCLEO-H743ZI2 and ubuntu. But pub/sub doesn't work directly between STM32 NUCLEO-H743ZI2.
Two STM32 NUCLEO-H743ZI2 are connected to the router with a LAN cable. And the IP address is fixed by the MAC address on the router. The two STMs have different IP addresses.
The text was updated successfully, but these errors were encountered: