ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
if all that you want is to know the pose of the marker (or of the camera, according to your setup), you can obtain that from their tf frames. the markers are drawn based on that information.
if you definitely need the visual markers, what is the output from a rostopic info ar_pose_marker
?