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 have only using one marker, with your camera try using the below command to fetch x;

msg->markers[0].pose.pose.position.x

if you want orientation, replace "position" with "orientation"

if you have only using one marker, with your camera try using the below command to fetch x;

msg->markers[0].pose.pose.position.x

if you want orientation, replace "position" with "orientation" "orientation"