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 `_ .