Quantcast
Channel: ROS Answers: Open Source Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 417

Hi, when i run catkin_make i have an error with nodelet

$
0
0
this is result of `catkin_make` : Base path: /home/fatima/catkin_ws1 Source space: /home/fatima/catkin_ws1/src Build space: /home/fatima/catkin_ws1/build Devel space: /home/fatima/catkin_ws1/devel Install space: /home/fatima/catkin_ws1/install #### #### Running command: "make cmake_check_build_system" in "/home/fatima/catkin_ws1/build" #### -- Using CATKIN_DEVEL_PREFIX: /home/fatima/catkin_ws1/devel -- Using CMAKE_PREFIX_PATH: /home/fatima/catkin_ws1/devel;/opt/ros/indigo -- This workspace overlays: /home/fatima/catkin_ws1/devel;/opt/ros/indigo -- Using PYTHON_EXECUTABLE: /usr/bin/python -- Using Debian Python package layout -- Using empy: /usr/bin/empy -- Using CATKIN_ENABLE_TESTING: ON -- Call enable_testing() -- Using CATKIN_TEST_RESULTS_DIR: /home/fatima/catkin_ws1/build/test_results -- Found gtest sources under '/usr/src/gtest': gtests will be built -- Using Python nosetests: /usr/bin/nosetests-2.7 -- catkin 0.6.16 -- BUILD_SHARED_LIBS is on -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- ~~ traversing 1 packages in topological order: -- ~~ - beginner2_tutorials -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- +++ processing catkin package: 'beginner2_tutorials' -- ==> add_subdirectory(beginner2_tutorials) -- Using these message generators: gencpp;genlisp;genpy -- beginner2_tutorials: 1 messages, 1 services CMake Error at /opt/ros/indigo/share/catkin/cmake/catkin_package.cmake:217 (message): catkin_package() DEPENDS on the catkin package 'nodelet' which must therefore be listed as a run dependency in the package.xml Call Stack (most recent call first): /opt/ros/indigo/share/catkin/cmake/catkin_package.cmake:98 (_catkin_package) beginner2_tutorials/CMakeLists.txt:13 (catkin_package) -- Configuring incomplete, errors occurred! See also "/home/fatima/catkin_ws1/build/CMakeFiles/CMakeOutput.log". See also "/home/fatima/catkin_ws1/build/CMakeFiles/CMakeError.log". make: *** [cmake_check_build_system] Error 1 Invoking "make cmake_check_build_system" failed fatima@fatima-K55VD:~/catkin_ws1$ ^C fatima@fatima-K55VD:~/catkin_ws1$ catkin_make Base path: /home/fatima/catkin_ws1 Source space: /home/fatima/catkin_ws1/src Build space: /home/fatima/catkin_ws1/build Devel space: /home/fatima/catkin_ws1/devel Install space: /home/fatima/catkin_ws1/install #### #### Running command: "make cmake_check_build_system" in "/home/fatima/catkin_ws1/build" #### -- Using CATKIN_DEVEL_PREFIX: /home/fatima/catkin_ws1/devel -- Using CMAKE_PREFIX_PATH: /home/fatima/catkin_ws1/devel;/opt/ros/indigo -- This workspace overlays: /home/fatima/catkin_ws1/devel;/opt/ros/indigo -- Using PYTHON_EXECUTABLE: /usr/bin/python -- Using Debian Python package layout -- Using empy: /usr/bin/empy -- Using CATKIN_ENABLE_TESTING: ON -- Call enable_testing() -- Using CATKIN_TEST_RESULTS_DIR: /home/fatima/catkin_ws1/build/test_results -- Found gtest sources under '/usr/src/gtest': gtests will be built -- Using Python nosetests: /usr/bin/nosetests-2.7 -- catkin 0.6.16 -- BUILD_SHARED_LIBS is on -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- ~~ traversing 1 packages in topological order: -- ~~ - beginner2_tutorials -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- +++ processing catkin package: 'beginner2_tutorials' -- ==> add_subdirectory(beginner2_tutorials) -- Using these message generators: gencpp;genlisp;genpy -- beginner2_tutorials: 1 messages, 1 services CMake Error at /opt/ros/indigo/share/catkin/cmake/catkin_package.cmake:217 (message): catkin_package() DEPENDS on the catkin package 'nodelet' which must therefore be listed as a run dependency in the package.xml Call Stack (most recent call first): /opt/ros/indigo/share/catkin/cmake/catkin_package.cmake:98 (_catkin_package) beginner2_tutorials/CMakeLists.txt:13 (catkin_package) -- Configuring incomplete, errors occurred! See also "/home/fatima/catkin_ws1/build/CMakeFiles/CMakeOutput.log". See also "/home/fatima/catkin_ws1/build/CMakeFiles/CMakeError.log". make: *** [cmake_check_build_system] Error 1 Invoking "make cmake_check_build_system" failed i think as Akif told i should bring it to the package.xml but how? i dont know

Viewing all articles
Browse latest Browse all 417


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>