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
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?
The text was updated successfully, but these errors were encountered:
Issue template
Steps to reproduce the issue
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:
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?
The text was updated successfully, but these errors were encountered: