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

Revision history [back]

A few things:

  1. Would your use case be better served by static_transform_publisher?
  2. If not, do you have the parameter use_sim_time set to true before you start your node?
  3. In your call to sendTransform, try this:

    br.sendTransform(tf::StampedTransform(transform, msg->header.stamp, "xtion_link", "camera_link"));