-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup-ROS-2-with-VSCode-and-Docker-Container.rst needs a review #3664
Comments
I do not understand the part in source/How-To-Guides/Setup-ROS-2-with-VSCode-and-Docker-Container.rst which is quoted below. It says to "create a .devcontainer folder in the root of your workspace", but in the example workspace structure the .devcontainer folder is not in the workspace folder, but it is in the src folder. Which location is correct? I hope @fujitatomoya or @Mario2407 can help me out a bit. Thanks in advance! `Add a workspace in order to build and open them in a container, e.g.: cd ~/ ws_[project] |
@vkuehn @rlekkerkerker-hva thanks for posting issue, i will try to take a look later. |
Adding another part I found confusing:
I do not understand what is meant by "you can cache the build and install folders for different ROS 2 distros." Does that mean I need to copy my ROS 2 distro files to that cache folder? It's not clear. |
Just a reference, introduced by #3343.
good eye, this is wrong. this is even not working as expected, it fails since it cannot find the
maybe this was available before but currently it should be
this is not explained well enough, when you open the devcontainer, it will try to bind the local cache folders to the workspace in the container. i guess this is just an option, and user can do that using devcontainer, so i would like to remove them.
i think that is expected to open the terminal from vscode, right? so container is already running, i think this should be fine for user? i will come up with suggested fix for this. |
Does anyone have a simple repository set up which contains a package and the devcontainer according to this guide? I'd like to try it out and see if |
I think we can close this with the following PRs merged. |
Please review the documentation Setup-ROS-2-with-VSCode-and-Docker-Container.rst on a clean machine
e.g.
The text was updated successfully, but these errors were encountered: