launching the image_view node of kinect camera
Dear all,
For Kinect, to view depth images on the topic /camera/depth/image, we use this command
rosrun image_view image_view image:=/camera/depth/image
Now my question is how do I include image_view node in launch file of my package?. Including a node in a launch file is straightforward but I do not know to include image:=/camera/depth/image
in my launch file. Dose anyone know how?
Thanks,