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

Revision history [back]

As you might know, you can always quickly publish tf transforms via the static transform publisher:

rosrun tf static_transform_publisher 0.2 0.1 0.0 0.0 0.0 0.0 base_link camera_frame 1000

That being said, your application sounds rather specialized, so I don't think you'll get around writing a small Python node for achieving what you want.