Skip to content

Commit

Permalink
Changed launch file from flip to rotate 180
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikwan committed Aug 7, 2024
1 parent 2aab285 commit 97ceacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/usb_cam-test_flip.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<param name="camera_frame_id" value="usb_cam" />
<param name="io_method" value="mmap"/>
<param name="image_flip" value="true"/>
<param name="image_flip_code" value="0"/>
<param name="image_flip_code" value="-1"/>
</node>
<node name="image_view" pkg="image_view" type="image_view" respawn="false" output="screen">
<remap from="image" to="/usb_cam/image_raw"/>
Expand Down

0 comments on commit 97ceacc

Please sign in to comment.