The behavior differs depending on the --net
option.
#5100
atinfinity
started this conversation in
Support
Replies: 1 comment
-
Hi @atinfinity, thanks for using Fast DDS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an already existing issue for this?
Expected behavior
I set to
FASTDDS_BUILTIN_TRANSPORTS=DEFAULT
on docker container.But, the behavior differs depending on the
--net
option.Current behavior
option1: --net=bridge
option2: --net=host
Steps to reproduce
docker option
option1: --net=bridge
option2: --net=host
command
pub
ros2 topic pub --rate 1 /turtle1/cmd_vel geometry_msgs/msg/Twist "{linear: {x: 2.0, y: 0.0, z: 0.0}, angular: {x: 0.0, y: 0.0, z: 1.8}}"
sub
ros2 topic echo /turtle1/cmd_vel
Fast DDS version/commit
Platform/Architecture
Other. Please specify in Additional context section.
Transport layer
Default configuration, UDPv4 & SHM, UDPv4, Shared Memory Transport (SHM)
Additional context
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
Beta Was this translation helpful? Give feedback.
All reactions