micro-ROS / micro_ros_platformio

micro-ROS library for Platform.IO
Apache License 2.0
201 stars 70 forks source link

Can't get topics to show on ROS2 Humble #132

Open barcesat opened 2 months ago

barcesat commented 2 months ago

Issue template

Steps to reproduce the issue

- in another terminal window, launched anther docker container:

docker run -it --rm -v /dev:/dev --privileged --net=host ros:humble


#### Expected behavior
topics and perhaps nodes appearing in the other docker container

#### Actual behavior
when trying to look for topics or nodes i get nothing:

$ ros2 topic list /parameter_events /rosout $ ros2 node list


#### Additional information
Tried to reset the board, the pc, tried using an agent compile from source on a different docker.
Tried setting "export ROS_DOMAIN=1" without any change.
What am I missing?
n0sc3tipsum commented 1 month ago

I have the same issue, let me know if you get anything!