You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This removes the outdated comment about not using FastDDS for topic monitoring between two machines.
(cherry picked from commit ad559c0)
Signed-off-by: jmackay2 <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Co-authored-by: jmackay2 <[email protected]>
Copy file name to clipboardExpand all lines: topic_monitor/README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,10 +70,6 @@ For connections with "best effort" reliability, the loss of any fragment causes
70
70
71
71
You will need two machines running ROS 2: one stationary and one mobile.
72
72
73
-
**Warning**: this demo causes a lot of network traffic.
74
-
You should not use the Fast RTPS ROS middleware implementation for this part.
75
-
See [DDS and ROS Middleware Implementations](https://docs.ros.org/en/rolling/Concepts/About-Different-Middleware-Vendors.html) for instructions on how to change the vendor.
76
-
77
73
1. Run the `ros2 launch topic_monitor fragmentation_demo_launch.py` executable on the stationary machine.
78
74
2. Run `ros2 run topic_monitor topic_monitor --display --expected-period 4` on the mobile machine.
79
75
This will launch four publishers publishing messages of strings of different lengths: small (1), medium (50000), large (100000) and xlarge (150000).
0 commit comments