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
-- Using CATKIN_DEVEL_PREFIX: /home/linux/catkin_ws/devel
-- Using CMAKE_PREFIX_PATH: /opt/ros/noetic
-- This workspace overlays: /opt/ros/noetic
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.10", minimum required is "3")
-- Using PYTHON_EXECUTABLE: /usr/bin/python3
-- Using Debian Python package layout
-- Using empy: /usr/lib/python3/dist-packages/em.py
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /home/linux/catkin_ws/build/test_results
-- Forcing gtest/gmock from source, though one was otherwise available.
-- Found gtest sources under '/usr/src/googletest': gtests will be built
-- Found gmock sources under '/usr/src/googletest': gmock will be built
-- Found PythonInterp: /usr/bin/python3 (found version "3.8.10")
-- Using Python nosetests: /usr/bin/nosetests3
-- catkin 0.8.10
-- BUILD_SHARED_LIBS is on
-- BUILD_SHARED_LIBS is on
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~ traversing 1 packages in topological order:
-- ~~ - openpose_ros
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- +++ processing catkin package: 'openpose_ros'
-- ==> add_subdirectory(openpose-ros)
-- Could NOT find gflags (missing: gflags_DIR)
-- Could not find the required component 'gflags'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by "gflags" with any
of the following names:
gflagsConfig.cmake
gflags-config.cmake
Add the installation prefix of "gflags" to CMAKE_PREFIX_PATH or set
"gflags_DIR" to a directory containing one of the above files. If "gflags"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
openpose-ros/CMakeLists.txt:10 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/linux/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/linux/catkin_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
Any help would be greatly appreciated (Very new to Ubuntu and ROS)
The text was updated successfully, but these errors were encountered:
Having issues installing when i run catkin_make I get the following:
Base path: /home/linux/catkin_ws
Source space: /home/linux/catkin_ws/src
Build space: /home/linux/catkin_ws/build
Devel space: /home/linux/catkin_ws/devel
Install space: /home/linux/catkin_ws/install
Running command: "cmake /home/linux/catkin_ws/src -DCATKIN_DEVEL_PREFIX=/home/linux/catkin_ws/devel -DCMAKE_INSTALL_PREFIX=/home/linux/catkin_ws/install -G Unix Makefiles" in "/home/linux/catkin_ws/build"
-- Using CATKIN_DEVEL_PREFIX: /home/linux/catkin_ws/devel
-- Using CMAKE_PREFIX_PATH: /opt/ros/noetic
-- This workspace overlays: /opt/ros/noetic
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.10", minimum required is "3")
-- Using PYTHON_EXECUTABLE: /usr/bin/python3
-- Using Debian Python package layout
-- Using empy: /usr/lib/python3/dist-packages/em.py
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /home/linux/catkin_ws/build/test_results
-- Forcing gtest/gmock from source, though one was otherwise available.
-- Found gtest sources under '/usr/src/googletest': gtests will be built
-- Found gmock sources under '/usr/src/googletest': gmock will be built
-- Found PythonInterp: /usr/bin/python3 (found version "3.8.10")
-- Using Python nosetests: /usr/bin/nosetests3
-- catkin 0.8.10
-- BUILD_SHARED_LIBS is on
-- BUILD_SHARED_LIBS is on
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~ traversing 1 packages in topological order:
-- ~~ - openpose_ros
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- +++ processing catkin package: 'openpose_ros'
-- ==> add_subdirectory(openpose-ros)
-- Could NOT find gflags (missing: gflags_DIR)
-- Could not find the required component 'gflags'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by "gflags" with any
of the following names:
Add the installation prefix of "gflags" to CMAKE_PREFIX_PATH or set
"gflags_DIR" to a directory containing one of the above files. If "gflags"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
openpose-ros/CMakeLists.txt:10 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/linux/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/linux/catkin_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
Any help would be greatly appreciated (Very new to Ubuntu and ROS)
The text was updated successfully, but these errors were encountered: