Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Disable shared memory communication when using Docker.
Browse files Browse the repository at this point in the history
For more information see eProsima/Fast-DDS#1698 (comment) .
  • Loading branch information
aentinger committed Jun 21, 2024
1 parent 126b24c commit 9f7302e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/create_fastrtps_interface_restriction.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>
<userTransports>
<transport_id>CustomUDPTransport</transport_id>
</userTransports>
<useBuiltinTransports>false</useBuiltinTransports>
</rtps>
</participant>
Expand All @@ -40,6 +41,7 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>
<userTransports>
<transport_id>CustomTcpTransport</transport_id>
</userTransports>
<useBuiltinTransports>false</useBuiltinTransports>
</rtps>
</participant>
</profiles>" > /opt/colcon_ws/fastrtps_interface_restriction.xml
Expand Down

0 comments on commit 9f7302e

Please sign in to comment.