ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Ma8sa's profile - activity

2017-10-05 06:54:59 -0500 received badge  Student (source)
2017-10-05 06:54:54 -0500 received badge  Notable Question (source)
2017-10-05 06:54:54 -0500 received badge  Famous Question (source)
2017-10-05 06:54:54 -0500 received badge  Popular Question (source)
2017-06-08 15:59:18 -0500 received badge  Famous Question (source)
2017-04-11 06:53:48 -0500 received badge  Enthusiast
2017-04-05 16:46:27 -0500 received badge  Editor (source)
2017-04-05 16:35:08 -0500 asked a question Could not find gflagsConfig.cmake

i was trying to make some pkg which uses gflags, but catkin_make gave me the following error

CMake Error at utils/src/CMakeLists.txt:23 (find_package):
  By not providing "Findgflags.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "gflags", but
  CMake did not find one.

  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.
2016-12-17 00:23:16 -0500 received badge  Popular Question (source)
2016-12-17 00:23:16 -0500 received badge  Notable Question (source)
2016-09-18 03:16:21 -0500 answered a question DSO missing from command line

Fixed this by removing opencv3 from my system and reinstalling ros with opencv2

2016-09-05 13:05:57 -0500 asked a question DSO missing from command line

I was trying to build a node that uses opencv2.4 , when i make it shows me the following error /home/mahtab/localnix/cv2/lib/libopencv_highgui.so.2.4: error adding symbols: DSO missing from command line the .so is present there the given directory . i have both opencv3 and opencv2 in my system. opencv2 is installed locally