Skip to content

Instantly share code, notes, and snippets.

@ojura
Created January 10, 2017 16:23
Show Gist options
  • Save ojura/d9838fe48739598c6335816400d65a12 to your computer and use it in GitHub Desktop.
Save ojura/d9838fe48739598c6335816400d65a12 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<launch>
<node pkg="rovio" type="rovio_node" name="rovio" output="screen">
<param name="filter_config" value="$(find rovio)/cfg/rovio.info"/>
<param name="camera0_config" value="$(find rovio)/cfg/euroc_cam0.yaml"/>
<param name="camera1_config" value="$(find rovio)/cfg/euroc_cam1.yaml"/>
</node>
<node pkg="rosbag"
type="play"
name="bag"
args="-r 1 --clock $(env HOME)/bags/V1_01_easy.bag">
</node>
</launch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment