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

This is a basic tf tutorial You want to do something like

try{
      listener.lookupTransform("camera_link", "ar_marker",ros::Time(0), transform);
    }

Follow the tutorial to get the marker's positions.