Yosuke Matsusaka
Yosuke Matsusaka

Can you explain bit more about the issue? Any problem on the cmake? or the folders totally not visible?
If you want to mount your local folder as a workspace, edit `docker-compose.yaml` and change the following line: https://github.com/devrt/ros-devcontainer-vscode/blob/master/docker-compose.yml#L36 to ``` - .:/workspace:cached ``` Default setting is using docker volume...
Hi, You can expose additional port by editing ```docker-compose.yml``` file on the root folder. To expose the additional port, see the following document: https://docs.docker.com/compose/compose-file/compose-file-v2/#ports
No password is set. You can `sudo` without password, so you probably don't need them. But if you definitely need it, you can set it by: ``` sudo passwd developer...
In ROS1 images, we only configure jupyter notebook to create python2, because ROS1 only supports python2. `pip install` persists if you don't run `docker-compose down` command.
Thank you for the information. Looks like they will soon fix the problem, but it might be better to adjust the setting of `docker-compose.yml` to use fallback setting (remove `ipc:...
Hi, Thank you for the pull request. Enable linting by default is nice. Can you consider following two points? 1. ROS distribution "kinetic" is hardcoded in the setting We have...