Echo only show discovery messages #359
Answered
by
rsanchez15
PierreNeumann
asked this question in
Q&A
-
I'm trying to debug my installation with the echo example. I'm on ubuntu 22.04 and I start DDS router in a docker image with debug enabled. Should I see every messages sent by the I also tried to use ros2 commandline with : and the behavior is the same. |
Beta Was this translation helpful? Give feedback.
Answered by
rsanchez15
Feb 16, 2023
Replies: 1 comment 5 replies
-
There are two things to take into account here:
|
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
rsanchez15
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @PierreNeumann
There are two things to take into account here:
echo
participant should be configured to display the incoming data as this is disabled by default. Here you have an example on how to configure this participant in order to display the data discovery information, the user data and with or without verbose information.listener
in this case) which requires this data. Therefore, if you have a deployment as followsddsr…