From 33f5d295fe06d12be3377d4247f408c42e64b56d Mon Sep 17 00:00:00 2001 From: ahcorde Date: Thu, 15 Sep 2022 23:46:40 +0200 Subject: [PATCH] Fixed depth_camera_example instructions Signed-off-by: ahcorde --- tutorials/23_depth_camera_tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/23_depth_camera_tutorial.md b/tutorials/23_depth_camera_tutorial.md index 8dc9a6b8b..cdad2c488 100644 --- a/tutorials/23_depth_camera_tutorial.md +++ b/tutorials/23_depth_camera_tutorial.md @@ -8,7 +8,7 @@ Clone the source code, create a build directory and use `cmake` and `make` to co ```{.sh} git clone https://github.com/gazebosim/gz-rendering -cd gz-rendering/examples/simple_demo +cd gz-rendering/examples/depth_camera mkdir build cd build cmake ..