-
Notifications
You must be signed in to change notification settings - Fork 24
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
No access to uROS topics in another terminal #81
Comments
Could you share your micro-ROS Agent output using the flag |
Output from:
|
Does it works if you do in ROS 2 terminal: |
No, unfortunately. I tried to write it in each terminal but that does not help. |
What does means "When I try to run rviz2 its working correctly, I am able to see topics in every terminal." ?? |
When I start
but when I would like to see topics from micro-ros example then it is impossible. |
The micro-ROS Agent is working properly since it is publishing and subscribing to DDS/ROS2 dataspace as you can see in the log ( |
I just checked another example from eProsima and it works correctly in every terminal.
The problem is probably caused by this line during launching the not working example:
But without this line the example is not even starting properly so I am not able to run it. Also with this line the above example with |
Same problem here, and I am not using docker. Trying the pingpong node, and not getting any topics from uros. |
When I try the int32 publisher and subscriber examples, I can't see a topic when only the publisher is started. Once the subscriber is started, then I can see the /std_msgs_msg_Int32 topic, and info -v indicates that there are two subscribers to it, both int32_subscriber_rclc, and no publishers. |
Another piece of info: When I run the node int32_publisher only, |
Issue template
Steps to reproduce the issue
I followed the tutorial with modified files to make in work on Windows 11.
VS Code configuration:
Dockerfile
devcontainer.json
Then inside the docker I followed the tutorial. I try to run:
First terminal:
Second terminal:
Third terminal:
Expected behavior
In the third topic I should be able to see topic named
/microROS/pong
.Actual behavior
There are only two topics:
Additional information
When I try to run
rviz2
its working correctly, I am able to see topics in every terminal.The text was updated successfully, but these errors were encountered: