-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de2ef9a
commit 38df748
Showing
5 changed files
with
30 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
wild_visual_navigation_ros/launch/resize_images_wide_angle_rear.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<launch> | ||
<!-- Launch the image_proc nodelet --> | ||
<node pkg="nodelet" type="nodelet" name="standalone_nodelet_wide_angle_rear" args="manager"/> | ||
<node pkg="nodelet" type="nodelet" name="image_proc_nodelet_wide_angle_rear" args="load image_proc/resize standalone_nodelet_wide_angle_rear"> | ||
<remap from="camera_info" to="/wide_angle_camera_rear/camera_info" /> | ||
<remap from="~camera_info" to="/wide_angle_camera_rear_resize/camera_info" /> | ||
<remap from="image" to="/wide_angle_camera_rear/image_color" /> | ||
<remap from="~image" to="/wide_angle_camera_rear/image_color_resize" /> | ||
<param name="scale_width" value="0.2074077" /> | ||
<param name="scale_height" value="0.2074077" /> | ||
</node> | ||
<node name="dynparam_width_wide_angle_rear" pkg="dynamic_reconfigure" type="dynparam" args="set /image_proc_nodelet_wide_angle_rear scale_width 0.2074077" /> | ||
<node name="dynparam_height_wide_angle_rear" pkg="dynamic_reconfigure" type="dynparam" args="set /image_proc_nodelet_wide_angle_rear scale_height 0.2074077" /> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters