You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update Setup-ROS-2-with-VSCode-and-Docker-Container.rst
Fixed some minor issues and get the $DISPLAY variable from the system in devcontainer.json to open RViz 2.
Co-authored-by: Chris Lalancette <[email protected]>
(cherry picked from commit 360b5c4)
Co-authored-by: Mario Niedermeyer <[email protected]>
@@ -200,7 +201,7 @@ Open the Dockerfile and add the following contents:
200
201
USER $USERNAME
201
202
CMD ["/bin/bash"]
202
203
203
-
Search here also for the ``USERNAME`` and replace it with your ``Linux username`` and the ROS_DISTRO with the ROS 2 distribution you wish to use and added to the cache previously.
204
+
Search here also for the ``USERNAME`` and replace it with your ``Linux username`` and the ``ROS_DISTRO`` with the ROS 2 distribution you wish to use and added to the cache previously.
204
205
205
206
206
207
Open and Build Development Container
@@ -214,11 +215,12 @@ This will build your development docker container for your. It will take a while
214
215
Test Container
215
216
^^^^^^^^^^^^^^
216
217
217
-
To test if everything worked correctly, open a terminal in the container using ``Terminal->New Terminal`` in VS Code.
218
+
To test if everything worked correctly, open a terminal in the container using ``View->Terminal`` or ``Ctrl+Shift+``` and ``New Terminal`` in VS Code.
0 commit comments