tcpdump : Not showing hello world message.
I used the below command in two different terminals on the same machine.
In terminal 1:
ros2 run demonodescpp talker --ros-args --enclave /talker_listener/talker
In terminal 2:
ros2 run demonodescpp listener --ros-args --enclave /talker_listener/listener I can see the discovery message in tcpdump but am unable to see the hello world message.
Asked by jitengig on 2023-01-27 16:19:43 UTC
Comments