lagadic / vision_visp

ViSP stack for ROS
http://wiki.ros.org/vision_visp
GNU General Public License v2.0
184 stars 90 forks source link

Run visp_tracker tutorial.launch problem #6

Closed cavinluo closed 12 years ago

cavinluo commented 12 years ago

Hello,

When I tried to run visp_tracker tutorial.launch on Ubuntu 12.04&ROS Fuerte, I got the error as following:

"cannot launch node of type [rosbag/rosbag]: can't locate node [rosbag] in package [rosbag]"

Then I found one solution like this: In Launch file

seems now it works as:

Is this the only solution for the error?

Thank you

filipnovotny commented 12 years ago

Hello,

This issue is already discussed in https://github.com/laas/visp_tracker/issues/3, you have the solution there. Or you can clone my fork: https://github.com/filipnovotny/visp_tracker

cavinluo commented 12 years ago

There is still one error when I try to compile. " CMake Error at CMakeLists.txt:6 (catkin_package): Unknown CMake command "catkin_package"." Due to failure in package resource_retriever.

Could you tell me what may be the problem? Thank you.

cavinluo commented 12 years ago

Solved by hg clone https://kforge.ros.org/robotmodel/robot_model -r robot_model-1.8.0. Due to the change of robot_model in Groovy package from Fuerte.