Created
October 1, 2017 18:56
-
-
Save Andrew-rw/7a8f6aa494157f02a633efb3831ad69f to your computer and use it in GitHub Desktop.
depthimage_to_laserscan node description
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
<launch> | |
<node pkg="depthimage_to_laserscan" name="depthimage_to_laserscan" type="depthimage_to_laserscan"> | |
<remap from="image" to="camera/depth/image_raw"/> | |
<remap from="scan" to="depth_scan"/> | |
<param name="output_frame_id" value="camera_depth_frame" /> | |
<param name="range_min" value="0.45" /> | |
</node> | |
</launch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment