Skip to content

Commit

Permalink
Fix image to image_raw topic on optional image_view
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomebytes committed Jul 28, 2015
1 parent 1c28129 commit f2984a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/camera.launch
Expand Up @@ -31,7 +31,7 @@
</node>

<node if="$(arg visualize)" name="$(arg camera_name)_image_view" pkg="image_view" type="image_view">
<remap from="image" to="image" />
<remap from="image" to="image_raw" />
</node>
</group>

Expand Down

0 comments on commit f2984a8

Please sign in to comment.