Skip to content

Commit

Permalink
Update harmonic/ros2_overview.md
Browse files Browse the repository at this point in the history
Co-authored-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero and azeey authored Oct 31, 2024
1 parent 480e024 commit 39ec0bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions harmonic/ros2_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ ROS nodes will be intraprocess.
This figure illustrates the concept of composition. The left diagram captures
the idea of not using composition. All the three example nodes are standalone
nodes, and they can talk via interprocess communication using the bridge.
The center diagram represents the scenario where we can use composition and our
own ROS container between Gazebo and the bridge, but there's an additional
The center diagram represents the scenario where we can use composition with a ROS container created by a `ros_gz` launch file containing both Gazebo and the bridge, and an additional
consumer node outside that we cannot control. All communication between Gazebo
and the bridge is intraprocess and interprocess between the external consumer
node and the bridge.
Expand Down

0 comments on commit 39ec0bb

Please sign in to comment.