You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/j3soon/ros2-essentials/commits/main/rtabmap_ws)
Run the following commands in a Ubuntu desktop environment. If you are using a remote server, make sure you're using a terminal within a remote desktop session (e.g., VNC) instead of SSH (i.e., don't use `ssh -X` or `ssh -Y`).
17
10
18
11
```sh
19
-
cd~/ros2-essentials/rtabmap_ws/docker
12
+
cd~/ros2-essentials/template_ws/docker
20
13
docker compose build
21
14
xhost +local:docker
22
15
docker compose up -d
@@ -29,7 +22,7 @@ The commands in the following sections assume that you are inside the Docker con
0 commit comments