From 5d801aa5209c8b543f5668096589af768c19ac72 Mon Sep 17 00:00:00 2001 From: ymd-stella Date: Sat, 8 Jul 2023 14:13:41 +0900 Subject: [PATCH] Move viewer --- doc/tutorial_socket.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tutorial_socket.md b/doc/tutorial_socket.md index d857ea8..686fc29 100644 --- a/doc/tutorial_socket.md +++ b/doc/tutorial_socket.md @@ -35,9 +35,9 @@ You can accelerate the build of the docker image with `--build-arg NUM_THREADS=< Execute the following commands: ```shell -~$ git clone --recursive https://github.com/stella-cv/stella_vslam.git -~$ cd stella_vslam/viewer -~/stella_vslam/viewer$ docker build -t stella_vslam-ros-server . +~$ git clone --recursive https://github.com/stella-cv/socket_viewer.git +~$ cd socket_viewer +~/socket_viewer$ docker build -t stella_vslam-ros-server . ``` ### Step 4: Start Docker Containers for "stella_vslam-ros-server"