We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to list all the published topics with the command "ros2 topic list" - but only 2 (default) topics are showing up:
Connection is also there:
I already tried to clean all the builds, got the newest version of the repository, etc. Also did the ros2 daemon stop/start - no success.
Any tips for this problem?
The text was updated successfully, but these errors were encountered:
Are you able to check if it works with the ROS_DOMAIN_ID environment variable set to 0 consistently across your environment?
Sorry, something went wrong.
I also had this issue and the fix was as @JohnTGZ suggested: Ensure you issue a export ROS_DOMAIN_ID=0 in all terminal windows:
export ROS_DOMAIN_ID=0
ros2 topic list
I'm also passing the ROS_DOMAIN_ID to the micro_ros_agent:
ros2 run micro_ros_agent micro_ros_agent udp4 --port 8888 ROS_DOMAIN_ID=0
No branches or pull requests
I want to list all the published topics with the command "ros2 topic list" - but only 2 (default) topics are showing up:
Connection is also there:
I already tried to clean all the builds, got the newest version of the repository, etc.
Also did the ros2 daemon stop/start - no success.
Any tips for this problem?
The text was updated successfully, but these errors were encountered: