On Fri, Mar 26, 2010 at 10:01 AM, Patrick Bouffard <span dir="ltr"><<a href="mailto:patrick.m.bouffard@gmail.com">patrick.m.bouffard@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I've also noticed that you can drop the _image_transport:= entirely,<br>
and just enter something like:<br>
<br>
%rosrun image_view image_view image:=/camera/image_raw compressed<br>
<br>
Though I'm not sure if this is recommended/supported.<br></blockquote><div><br>image_view explicitly supports that syntax as a shorthand for _image_transport:=foo as mentioned in the <a href="http://www.ros.org/wiki/image_view">docs</a>. For other nodes you'll normally need to use the _image_transport syntax.<br>
<br>Patrick<br></div></div>