Skip to content

Commit

Permalink
Publish resized panorama images
Browse files Browse the repository at this point in the history
  • Loading branch information
708yamaguchi authored and knorth55 committed Sep 25, 2021
1 parent acd39d9 commit f7b5dd4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,20 @@
<!-- for indigo -->
<arg name="use_usb_cam" value="true" />
</include>

<group ns="dual_fisheye_to_panorama">
<node name="panorama_downsample_quater"
pkg="nodelet" type="nodelet"
args="standalone image_proc/resize"
respawn="true">
<remap from="image" to="output" />
<remap from="~image" to="quater/output" />
<remap from="~camera_info" to="quater/camera_info" />
<rosparam>
scale_width: 0.25
scale_height: 0.25
</rosparam>
</node>
</group>

</launch>
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,20 @@
<!-- for melodic -->
<arg name="use_usb_cam" value="false" />
</include>

<group ns="dual_fisheye_to_panorama">
<node name="panorama_downsample_quater"
pkg="nodelet" type="nodelet"
args="standalone image_proc/resize"
respawn="true">
<remap from="image" to="output" />
<remap from="~image" to="quater/output" />
<remap from="~camera_info" to="quater/camera_info" />
<rosparam>
scale_width: 0.25
scale_height: 0.25
</rosparam>
</node>
</group>

</launch>

0 comments on commit f7b5dd4

Please sign in to comment.