lagadic / visp_ros

A basket of generic ros nodes based on ViSP library
GNU General Public License v2.0
42 stars 33 forks source link

VISP_ROS support ros kinetic #8

Closed CaffeMrDe closed 5 years ago

CaffeMrDe commented 5 years ago

The ros package about visp_ros support ros version kinetic ? And how can I do ?

Thank you!

CaffeMrDe commented 5 years ago
CMake Error at /home/xx/catkin_ws/devel/share/visp_ros/cmake/visp_rosConfig.cmake:150 (message):
  Project 'tutorial-ros-grabber' tried to find library
  'libvisp_ros_bebop2_visual_servo_nodelet'.  The library is neither a target
  nor built/installed properly.  Did you compile project 'visp_ros'? Did you
  find_package() it before the subdirectory containing its code is included?
Call Stack (most recent call first):
  CMakeLists.txt:5 (find_package)

When I finish the installtation, it occur the problem following it.

fspindle commented 5 years ago

Fixed in my last commit. Run git pull and build again.

CaffeMrDe commented 5 years ago

Ok, I try. Thanks!