Advertisement
Guest User

Untitled

a guest
Apr 5th, 2012
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. crady@cradyLap:~/ros/RobotVision$ . ./fuerteStartKinect
  2.  
  3.  
  4. # fuerteStartKinect contains next:
  5. # /ros/fuerte/setup.sh
  6. # export ROS_PACKAGE_PATH="/home/crady/ros:/opt/ros/fuerte/stacks"
  7. # #roslaunch openni_camera openni_node.launch
  8.  
  9.  
  10. crady@cradyLap:~/ros/RobotVision$ make
  11. mkdir -p bin
  12. cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=`rospack find rosbuild`/rostoolchain.cmake ..
  13. -- The C compiler identification is GNU
  14. -- The CXX compiler identification is GNU
  15. -- Check for working C compiler: /usr/bin/gcc
  16. -- Check for working C compiler: /usr/bin/gcc -- works
  17. -- Detecting C compiler ABI info
  18. -- Detecting C compiler ABI info - done
  19. -- Check for working CXX compiler: /usr/bin/c++
  20. -- Check for working CXX compiler: /usr/bin/c++ -- works
  21. -- Detecting CXX compiler ABI info
  22. -- Detecting CXX compiler ABI info - done
  23. -- Found PythonInterp: /usr/bin/python2.7
  24. [rosbuild] Building package RobotVision
  25. Failed to invoke /opt/ros/fuerte/bin/rospack deps-manifests RobotVision
  26. [rospack] Error: package/stack RobotVision depends on non-existent package pcl
  27.  
  28.  
  29. CMake Error at /opt/ros/fuerte/share/ros/core/rosbuild/public.cmake:129 (message):
  30.  
  31.  
  32. Failed to invoke rospack to get compile flags for package 'RobotVision'.
  33. Look above for errors from rospack itself. Aborting. Please fix the
  34. broken dependency!
  35.  
  36. Call Stack (most recent call first):
  37. /opt/ros/fuerte/share/ros/core/rosbuild/public.cmake:203 (rosbuild_invoke_rospack)
  38. CMakeLists.txt:14 (rosbuild_init)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement