Skip to content

Commit 943a103

Browse files
authored
Name iceoryx for zero-copy examples (ros2#276)
We've noticed that Eclipse Iceoryx is missing. Most likely overseen while reviewing the original PR for this doc: ros2#256 (comment)
1 parent ccc7151 commit 943a103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/zero_copy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The motivation for message loaning is to increase performance and determinism in
2828

2929
As additional motivation, there are specific middleware implementations that allow for zero-copy via shared memory mechanisms.
3030
These enhancements would allow ROS 2 to take advantage of the shared memory mechanisms exposed by these implementations.
31-
An example of zero-copy transfer is [RTI Connext DDS Micro](https://community.rti.com/static/documentation/connext-micro/3.0.0/doc/html/usersmanual/zerocopy.html).
31+
Examples of zero-copy transfer are [RTI Connext DDS Micro](https://community.rti.com/static/documentation/connext-micro/3.0.0/doc/html/usersmanual/zerocopy.html) and [Eclipse iceoryx](https://github.com/eclipse/iceoryx).
3232

3333
### Publisher Use Cases
3434

0 commit comments

Comments
 (0)