Skip to content

Instantly share code, notes, and snippets.

@Po-Jen
Created August 9, 2015 05:59
Show Gist options
  • Save Po-Jen/1dc24fde19727407c3a8 to your computer and use it in GitHub Desktop.
Save Po-Jen/1dc24fde19727407c3a8 to your computer and use it in GitHub Desktop.
<launch>
<node pkg="image_view" type="image_view" name="image_view" respawn="false" output="log">
<remap from="/camera/image_raw" to="/ORB_SLAM/Frame" />
<param name="autosize" value="true"/>
</node>
<node pkg="rviz" type="rviz" name="rviz" args="-d $(find ORB_SLAM)/Data/rviz.vcg" output="log">
</node>
<node pkg="ORB_SLAM" type="ORB_SLAM" name="ORB_SLAM" args="Data/ORBvoc.yml Data/Settings.yaml" cwd="node" output="screen">
</node>
</launch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment