This dev environment uses vcstool to pull the dependencies repos. Please import them with the following command before building the docker:
$ cd src/
$ vcs import < .repos
To run the tmux script:
$ ./start_sesh.shOR, to build and run the docker container manually, first:
$ ./dev.shWhich will build and run zenoh in the container.
Then, to connect to the running Docker container:
$ docker exec -it ros2-workshop-turtlebot3 bashIn order to be able to run graphical user interfaces from inside the Docker you might have to type
$ xhost +