Created
January 10, 2017 16:23
-
-
Save ojura/d9838fe48739598c6335816400d65a12 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?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