Skip to content

Commit

Permalink
Refs #16524: Apply suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Ponz <[email protected]>
  • Loading branch information
EduPonz committed Jun 30, 2023
1 parent 7c5dbe9 commit 713fe1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dds>
<profiles xmlns="http://www.eprosima.com/XMLSchemas/fastRTPS_Profiles">
<dds xmlns="http://www.eprosima.com/XMLSchemas/fastRTPS_Profiles">
<profiles>
<!-- Profile name shall match topic name -->
<data_reader profile_name="/chatter">
<!--
Expand All @@ -16,4 +16,4 @@
</multicastLocatorList>
</data_reader>
</profiles>
</dds>
</dds>
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Then, within the container, run the talker-listener demo.
source /vulcanexus_entrypoint.sh
ros2 run demo_nodes_cpp talker
Optionally, as shown in the following video, it is possible to use Wireshark to sniff the RTPS traffic to corroborate the specified multicast address in indeed used:
Optionally, as shown in the following video, it is possible to use Wireshark to sniff the RTPS traffic and corroborate that the specified multicast address and port are indeed used:

.. raw:: html

Expand Down

0 comments on commit 713fe1c

Please sign in to comment.