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

You can use tf for this. After you've received the marker pose, just apply a transform that translates it over the desired distance in the desired direction (API docs here, tutorials here).

It might be worthwhile to immediately start using tf2 though, the successor to tf.