when I run the docker file it doesn't connect to webots and external controller.
docker run -it --net host --ipc=host --pid=host --user $(id -u):$(id -g) -v $HOME/.ros/log:/.ros/log -v /dev/shm:/dev/shm --cap-drop list 569e4d88ce69
I want to develop a controller inside the container so can anyone guide me to the appropriate devcontainer.json too
should I change these parameters ?
ARG WEBOTS_CONTROLLER_URL
ENV WEBOTS_CONTROLLER_URL=${WEBOTS_CONTROLLER_URL}
ENV USER=root