You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm new to ros and microros. I'm trying to run microros on an resources constraint custom linux board .
And first testing it on my Linux Host. I've built the static library from the tutorial : https://micro.ros.org/docs/tutorials/advanced/create_custom_static_library/ toolchain.cmake and colcon.meta are below.
The text was updated successfully, but these errors were encountered:
ZaGabriel
changed the title
Cannot communicate with agent using custom udp transport
Topic created but no data communicating with agent using custom udp transport
Nov 19, 2024
Steps to reproduce the issue
Hi, I'm new to ros and microros. I'm trying to run microros on an resources constraint custom linux board .
And first testing it on my Linux Host. I've built the static library from the tutorial : https://micro.ros.org/docs/tutorials/advanced/create_custom_static_library/
toolchain.cmake and colcon.meta are below.
Next step I've write my custom udp transport as below.
Then compile the code as an executable file and run it.
And I run the agent on the same host machine from the tutorial :
https://micro.ros.org/docs/tutorials/core/first_application_linux/
Expected behavior
Expected to publish data.
Actual behavior
It has success create the topic
ros2 topic list
but
ros2 topic echo
didn't show anythingAdditional information
The text was updated successfully, but these errors were encountered: