[ros-users] camera_info message and stereo_image_proc

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Rosen Diankov
日付:  
To: ros-users
題目: [ros-users] camera_info message and stereo_image_proc
hi guys,

currently i'm using the videre_stereo_cam package by Antons to get
stereo data. This publishes the image_raw and camera_info messages as
expected, which is then fed into stereo_image_proc.

stereo_image_proc itself publishes image_rect, image_color,
image_mono, which I'm guessing undistort the raw images. However, a
new camera_info isn't published that has CameraInfo.D set to all
zeros. This confuses other nodes taking in the processed images and
the camera_info, so is it possible to publish a new camera_info
message to use for the output images?

rosen,