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

Tamercan's profile - activity

2020-04-16 08:07:11 -0500 received badge  Famous Question (source)
2017-10-21 08:35:12 -0500 received badge  Famous Question (source)
2017-10-21 08:35:01 -0500 received badge  Popular Question (source)
2017-10-21 08:35:01 -0500 received badge  Notable Question (source)
2017-06-19 14:49:21 -0500 received badge  Notable Question (source)
2017-03-19 05:41:44 -0500 commented question cmakelist.txt — Configuring incomplete, errors occurred

Please Help Me

2017-03-19 05:09:21 -0500 received badge  Popular Question (source)
2017-03-19 01:48:53 -0500 asked a question Ar drone — Configuring incomplete, errors occurred! ROS

I get the following error although I have installed ROS.i cloned this project from github

this is CmakeList.txt following.

cmake_minimum_required(VERSION 2.8.3)
project(ardrone_autonomy)

# Load catkin and all dependencies required for this package
find_package(catkin REQUIRED COMPONENTS
    roscpp
    image_transport
    sensor_msgs
    std_srvs
    tf
    camera_info_manager
    message_generation
    roslint
)

Sorry for my English.

CMake Error at CMakeLists.txt:5 (find_package):
  By not providing "Findcatkin.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "catkin", but
  CMake did not find one.

  Could not find a package configuration file provided by "catkin" with any
  of the following names:

    catkinConfig.cmake
    catkin-config.cmake

  Add the installation prefix of "catkin" to CMAKE_PREFIX_PATH or set
  "catkin_DIR" to a directory containing one of the above files.  If "catkin"
  provides a separate development package or SDK, be sure it has been
  installed.


-- Configuring incomplete, errors occurred!
See also "/home/tamercan/Downloads/rqt_ardrone-master/cmake-build-debug/CMakeFiles/CMakeOutput.log".
2017-03-18 08:16:52 -0500 commented question cmakelist.txt — Configuring incomplete, errors occurred

i have followed these commands

sudo apt-get install ros-indigo-desktop-full
sudo rosdep init
rosdep update
echo "source /opt/ros/indigo/setup.bash" >> ~/.bashrc
source ~/.bashrc
sudo apt-get install python-rosinstall
sudo apt-get install python-catkin-tools
2017-03-18 06:28:25 -0500 commented question cmakelist.txt — Configuring incomplete, errors occurred

i have followed this video video

2017-03-17 15:44:34 -0500 asked a question cmakelist.txt — Configuring incomplete, errors occurred

I get the following error although I have installed ROS.i cloned this project from github

this is CmakeList.txt following.

cmake_minimum_required(VERSION 2.8.3)
project(ardrone_autonomy)

# Load catkin and all dependencies required for this package
find_package(catkin REQUIRED COMPONENTS
    roscpp
    image_transport
    sensor_msgs
    std_srvs
    tf
    camera_info_manager
    message_generation
    roslint
)

Sorry for my English.

-- Detecting CXX compile features - done
        CMake Error at CMakeLists.txt:5 (find_package):
          By not providing "Findcatkin.cmake" in CMAKE_MODULE_PATH this project has
          asked CMake to find a package configuration file provided by "catkin", but
          CMake did not find one.

          Could not find a package configuration file provided by "catkin" with any
          of the following names:

            catkinConfig.cmake
            catkin-config.cmake

          Add the installation prefix of "catkin" to CMAKE_PREFIX_PATH or set