Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Athria
Created April 8, 2015 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Athria/1a723ce02a96908f13dc to your computer and use it in GitHub Desktop.
Save Athria/1a723ce02a96908f13dc to your computer and use it in GitHub Desktop.
fovis.launch
<launch>
<include file="$(find openni_launch)/launch/openni.launch">
</include>
<node
pkg="fovis_ros"
type="fovis_mono_depth_odometer"
name="fovis"
output="screen">
<remap from="/camera/rgb/image_rect" to="/camera/rgb/image_rect_mono"/>
<remap from="/camera/depth_registered/image_rect" to="/camera/depth_registered/sw_registered/image_rect_raw"/>
<remap from="/camera/depth_registered/camera_info" to="/camera/depth_registered/sw_registered/camera_info"/>
</node>
</launch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment