diff --git a/_static/ros2_workspace_concept.png b/_static/ros2_workspace_concept.png new file mode 100644 index 0000000..ddae492 Binary files /dev/null and b/_static/ros2_workspace_concept.png differ diff --git a/user/overriding-packages.rst b/user/overriding-packages.rst index a6a1568..4dc48c3 100644 --- a/user/overriding-packages.rst +++ b/user/overriding-packages.rst @@ -8,6 +8,11 @@ It is accomplished by sourcing an existing workspace, then building a different Overriding a package is not always possible. This page offers tips for avoiding common issues. +.. image:: ../_static/ros2_workspace_concept.png + :width: 100% + :alt: Left: Overriding an old version of the pkg 'foo' with a new version Overlay. Right: Example of 3 workspaces, A, B, C in this page. +Images: [**Left**] Overriding an old version of the pkg 'foo' with a new version Overlay. [**Right**] Example of 3 workspaces, A, B, C in this page. + .. contents:: Table of Contents :depth: 3