<aside> đź“Ś
Docker containers are faster when your workspace/project files are in WSL filesystem rather than Windows Filesystem (explained here and here).
</aside>
If this is your first ROS workspace, make a folder called FSAI
(or whatever you like). All your workspaces will be installed in this folder.
Clone the workspace:
Change the WORKSPACE_NAME
to one from https://github.com/Formula-Student-AI:
git clone <https://github.com/Formula-Student-AI/WORKSPACE_NAME>
Open the cloned folder in VSCode
Enter the directory
cd WORKSPACE_NAME
Open the current directory in VSCode.
code .
If using dev containers: Click the “Reopen in Container” button that appears in VSCode.