Required tf for overlaying laser on image using Camera display type.
Hi. I'd like to display laser scanner on captured image in rviz using Camera display type. (as like http://www.ros.org/wiki/rviz/DisplayTypes/Camera)
I have published following tf.
<node pkg="tf" type="static_transform_publisher" name="laser_to_camera" args="0.05 0.0 0.0 0.0 0.0 0.0 /laser /camera 1"/>
Also camera_info is properly published. Also image is okay. I can see some axis on image but not laser line.
Any suggestions?