Closed cavinluo closed 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
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.
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.
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