Created
February 27, 2017 13:32
-
-
Save ojura/895f62a1ba40b4f2989ab26225434359 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
<launch> | |
<arg name="robot_name" default="" /> | |
<arg name="bag" /> | |
<arg name="rate" default="1" /> | |
<arg name="fullpath" value="$(eval eval('_' + '_import_' + '_(\'os\').path.abspath(arg(\'bag\'))') )" /> | |
<param name="use_sim_time" value="true" /> | |
<node pkg="rosbag" | |
type="play" | |
name="bag" | |
args="-r $(arg rate) --clock '$(arg fullpath)'" | |
output="screen" /> | |
</launch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment