Skip to content

Instantly share code, notes, and snippets.

@Andrew-rw
Created October 1, 2017 18:56
Show Gist options
  • Save Andrew-rw/7a8f6aa494157f02a633efb3831ad69f to your computer and use it in GitHub Desktop.
Save Andrew-rw/7a8f6aa494157f02a633efb3831ad69f to your computer and use it in GitHub Desktop.
depthimage_to_laserscan node description
<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