Skip to content

Commit

Permalink
PR #2778 from tonynajjar: Update README.md to support PC on intra-pro…
Browse files Browse the repository at this point in the history
…cess
  • Loading branch information
Nir-Az committed Jun 14, 2023
2 parents dad99e5 + 0064ae8 commit d754179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ Each of the above filters have it's own parameters, following the naming convent
Efficient intra-process communication:
</h3>

Our ROS2 Wrapper node supports zero-copy communications if loaded in the same process as a subscriber node. This can reduce copy times on image topics (not point-cloud or others), especially with big frame resolutions and high FPS.
Our ROS2 Wrapper node supports zero-copy communications if loaded in the same process as a subscriber node. This can reduce copy times on image/pointcloud topics, especially with big frame resolutions and high FPS.

You will need to launch a component container and launch our node as a component together with other component nodes. Further details on "Composing multiple nodes in a single process" can be found [here](https://docs.ros.org/en/rolling/Tutorials/Composition.html).

Expand Down

0 comments on commit d754179

Please sign in to comment.