From c3c0ad9a5e199be5e8bd1afc73253b03e54a5686 Mon Sep 17 00:00:00 2001 From: harjeb Date: Thu, 31 Oct 2019 14:00:50 +0800 Subject: [PATCH] docs(*): update doc link --- docs/src/sdk/data/get_points.rst | 2 +- docs/src/sdk/data/get_stereo.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/sdk/data/get_points.rst b/docs/src/sdk/data/get_points.rst index e7cd256..cf2ff32 100644 --- a/docs/src/sdk/data/get_points.rst +++ b/docs/src/sdk/data/get_points.rst @@ -53,4 +53,4 @@ Complete code examples, see `get_depth_and_points.cc `_ is ready. If your PCL was installed in a different directory, please set ``CMAKE_PREFIX_PATH`` in `tutorials/CMakeLists.txt `_ to the path of ``PCLConfig.cmake`` . You can find ``CMAKE_PREFIX_PATH`` near ``find_package(PCL)`` . + Sample code only compiles when `PCL `_ is ready. If your PCL was installed in a different directory, please set ``CMAKE_PREFIX_PATH`` in `CMakeLists.txt `_ to the path of ``PCLConfig.cmake`` . You can find ``CMAKE_PREFIX_PATH`` near ``find_package(PCL)`` . diff --git a/docs/src/sdk/data/get_stereo.rst b/docs/src/sdk/data/get_stereo.rst index f746d6b..b647334 100644 --- a/docs/src/sdk/data/get_stereo.rst +++ b/docs/src/sdk/data/get_stereo.rst @@ -37,4 +37,4 @@ Reference commands: The above code uses OpenCV to display the image. When the display window is selected, pressing ``ESC/Q`` will end the program. -Complete code examples, see `get_stereo.cc `_ . +Complete code examples, see `get_stereo.cc `_ .