ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you want a simple example of the ALVAR tracking bridge in ROS you can check this answer. Or directly the examples on this repo.

If you want to use the original ALVAR library. From what you say all you're missing is highgui in you package. So adding a find_package(OpenCV REQUIRED components core highgui) to you cmakelist should do the job.

Hope this helps,