visp_tracker documentation or tutorial
Hi all,
I would like to perform object localization by tagging different objects in the environment and getting the pixel coordinates of those objects, which I can then convert to my robot coordinate frame using tf. I was looking for a library to do this and came across vision_visp which seems do exactly what I want. I am running ROS Groovy on Ubuntu 12.04 and I have installed ros-groovy-vision-visp. I am able to launch the client, tracker, viewer nodes albeit they don't do anything or die. I was wondering if there is any documentation or tutorial on how to get started using visp or any suggestions that you all can give on what my next step should be.
Essentially, I want to grab an image from the camera which is pointed to an object having either QR code or any one of patterns that ViSP supports and get the pixel coordinates of that from the object_position topic published by the tracker.
Thanks for your help.