Please provide us feedback here ## TODO
- Install docker compose.
-
Clone this repo and navigate to the directory
<path of cloned repo>/zehoh_host
-
Build the Docker image with:
docker compose build
-
To run applications that have a GUI inside Docker (i.e. Rviz or Plotjuggler) we have to allow access to the screen by running:
xhost +
on the host PC once per machine startup. -
To start the container run:
docker compose up -d
-
To open an interactive shell to the running container run:
docker exec -it ros2_control_roscon25 bash